http://www.mattriddle.com/intelly/menu1.html
hovering over "shop" you get a dropdown. If you click on "tea" or "merchandise" it'll give you the appropriate submenus, but my styling for the .selected class is not applying until you click within the actual submenu itself. any ideas?
dropdown li > a:focus {
background: none repeat scroll 0 0 #DADADA;
}
When you click the tab the element gets focus, which is not lost untill you click the submenu.
The selector for the element above has precedence over the .selected selector.
![]()
I'll rejigger.
Sorry, you must be a member to post to a conversation. Either
log in or
sign up
to get involved.