How to make Dropdown menu using :hover on <a> in place of hover on <ul>?
- by metal-gear-solid
IE 6 only support :Hover on <a> then can we make css drop down using :hover on <a>
http://htmldog.com/articles/suckerfish/dropdowns/
This example use JavaScript to add hover on LI
'sfhover' class to li elements in the
'nav' id'd ul element when they are
'moused over' and removes it, using a
regular expression, when 'moused out'.
So now we've got the Suckerfish
pumping out new classes, the next step
is to simply duplicate the :hover
selector with 'sfhover' class
selectors: