CSS is, by far, the best method for dropdowns, it's clean, it's accessible, and works even if JS is turned off.
Ok, the problem with your dropdown in IE is that IE 6 and below can only use the hover pseudo-class on <a> tags, it will not work on anything else w/o help. So, the generally accepted method is a bit of script called whatever-hover and you can find it here:
http://www.xs4all.nl/~peterned/csshover.html
The bit of script is called in your CSS file via the behavior rule, so you don't have a bunch of script coding mucking up your markup.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 01-09-2007 at 09:53 AM..
|