Please check out
http://homepage.mac.com/birdman/nrcs...r_navbar2.html
Here is what I'm trying (and failing) to accomplish: when you roll over a category, such as "Educational Links", under the black line it will show plain old text hyperlinks (subcategories).
I'm not proficient with javascript, so this has become a stumbling block. I asked a friend for help, and he has pointed me in the right direction, but it's still not working.
I'm having the onMouseOver trigger an image change, as well as subcategories.display = 'block'; which supposedly is going to find the element named
subcategories and change its display status to 'block' rather than 'none'. But seeing as I don't know javascript that well, I'm probably missing something obvious.
So far I just put the code in one of the rollovers (Educational Links) to test it; didn't want to bother with the others until I got one working right. For what it's worth, I originally tried using innerHTML, which worked with the rollover, but would only display plain text, not hyperlinks.
Any help greatly appreciated!
-birdman