Larry Wishon wrote:
> For instance, all I want to do is hover over a link and 'show' another
> submenu, which was 'hidden' until the mouseover.
This one allows tabbing navigation:
http://www.tjkdesign.com/articles/dropdown/demo.asp
Plenty more here:
http://css-discuss.incutio.com/?page=ListMenus
"all I want to do is hover over a link and 'show' another
submenu, which was 'hidden' until the mouseover.
Seems like a pretty simple request. Can this be done with pure CSS?"
Yes, in every browser but IE.
Meanwhile you can look at these other options, both of which do some explaining
about
> Ok, I need to know if anybody out there knows of a way to use pure CSS
> (no js) to hide & show stuff, such as links or submenus. I have been
> shopping around and all I can find is JS or some DHTML. Maybe its just
> me, but I have found the js which does this is so cumbersome. It just
> seems
Ok, I need to know if anybody out there knows of a way to use pure CSS
(no js) to hide & show stuff, such as links or submenus. I have been
shopping around and all I can find is JS or some DHTML. Maybe its just
me, but I have found the js which does this is so cumbersome. It just
seems that