Re: [css-d] Using pure CSS to show/hide

2005-06-04 Thread Thierry Koblentz
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

[css-d] Using pure CSS to show/hide

2005-06-04 Thread BJ
"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

Re: [css-d] Using pure CSS to show/hide

2005-06-04 Thread Christian Heilmann
> 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

[css-d] Using pure CSS to show/hide

2005-06-04 Thread Larry Wishon
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