PDA

Click to See Complete Forum and Search --> : script help please!


Quirk
03-17-2008, 02:56 AM
I have an idea of how I may have one of the pages may look, but the script is all screwy. It is a show/hide content java script that I modified some to get each thumbnail to show on rollover and hide on roll off. The problem is, the viewer would have to wait until the image is fully visible before it will work for the image to hide when they roll off. This is creating problems. That is just the beginning, it only remotely works in firefox.

Could someone help me figure out what is going on, or suggest a different script I should be using? It would be greatly appreciated.

the page is www.elladurham.com/graphics.html (http://www.elladurham.com/graphics.html)

Also, this is just a mock-up, and I am most interested in just knowing how to make what I have functional. If you have other suggestions, I'd love to hear them, but just keep in mind this is only an idea forming.

digizan
03-17-2008, 05:08 AM
If you go back and re-read the page you downloaded the script from (http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm) you'll see that right after the code in Step 1 it warns, "Your page must contain one of the valid doctypes (http://www.javascriptkit.com/howto/doctype.shtml) in order for this script to work correctly!" Your page has no doctype. I'd suggest fixing that first. Good luck.

Digi