ecwyatt
09-10-2007, 01:19 PM
1) Script Title: Animated Collapsible DIV
2) Script URL (on DD): Animated Collapsible DIV (http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm)
3) Describe problem: Need an image swap onclick
Let me start by saying, I am new to Javascript. This script is pretty much exactly what I am looking for But I was hopping to get it to do just one more thing. I have only one div that I want shown when a link is clicked and then disappears when clicked again. this script works fine in all browsers I need it to. My PM wants the link to change when clicked So basically I have two images I wanted to use one for expand one for contract:
Click for more information +
upon clicking the image needs to be changed to
Click for more information x
and then upon clicking it would go back to:
Click for more information +
I tried to just add another script and that worked in everything except IE7 it breaks the animated collapse code. I was hoping some one could guide me in what I need to do so that I can add this feature.
Thanks
ec
2) Script URL (on DD): Animated Collapsible DIV (http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm)
3) Describe problem: Need an image swap onclick
Let me start by saying, I am new to Javascript. This script is pretty much exactly what I am looking for But I was hopping to get it to do just one more thing. I have only one div that I want shown when a link is clicked and then disappears when clicked again. this script works fine in all browsers I need it to. My PM wants the link to change when clicked So basically I have two images I wanted to use one for expand one for contract:
Click for more information +
upon clicking the image needs to be changed to
Click for more information x
and then upon clicking it would go back to:
Click for more information +
I tried to just add another script and that worked in everything except IE7 it breaks the animated collapse code. I was hoping some one could guide me in what I need to do so that I can add this feature.
Thanks
ec