shadow99
11-10-2007, 03:08 PM
1) Script Title: Animated Collapsible DIV
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm
3) Describe problem:
G'day
I have made extensive use of the animated collapse script on a project I am working on. It works fine except in one scenario. Persistence of the state is not working when the div is within an iframe.
That is,
//Syntax: var uniquevar=new animatedcollapse("DIV_id", animatetime_milisec, enablepersist(true/fase), [initialstate] )
var collapse1=new animatedcollapse("dog", 1000, true)
This persist function works perfectly well when not calling the script from an iframe.
Any help will be very much welcome! (please!)
Many thanks
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm
3) Describe problem:
G'day
I have made extensive use of the animated collapse script on a project I am working on. It works fine except in one scenario. Persistence of the state is not working when the div is within an iframe.
That is,
//Syntax: var uniquevar=new animatedcollapse("DIV_id", animatetime_milisec, enablepersist(true/fase), [initialstate] )
var collapse1=new animatedcollapse("dog", 1000, true)
This persist function works perfectly well when not calling the script from an iframe.
Any help will be very much welcome! (please!)
Many thanks