1) Script Title: Animated Collapsible DIV v2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...edcollapse.htm
3) Describe problem:
Hi and thanx for a good script!
The script works fine for me until we decided to use periods (.) in the ID attribute of the DIV to be expanded/collapsed. 'OK, but then don't use periods...' you might say, but unfortunately I have to... Periods are BTW valid in ID attr. according to W3C Spec.
Works:
Does not work:Code:<div id="divToBeExpanded">Some content to be expanded/collapsed</div>
Unfortunately, we NEED to have periods in the ID attribute. Any help much appreciated.Code:<div id="div.to.be.expanded">Some content to be expanded/collapsed</div>
/Claes



Reply With Quote

Bookmarks