Hey all, I'm implementing the "Son of Suckerfish" dropdowns on a client's
site.  I've got it wokring great, except for one thing (as ususal).  The
client has stated these specs:

main menu toplevel link: when hovered over, it must go bold.
dropdown link: when hovered over, it must go bold, *and* the toplevel that
it comes from must stay bold
dropdown link submenu: when hovered over, must go bold, as well as the top
level link and the link it subs from - must all stay bold.

Now, I've tried to implement this desire by doing this:

#nav li:hover, #nav li.sfhover{
background: url(image.gif);
background-position: 0px 2px;
font-weight:bold;}

However, when I add that "font-weight" line, the whole dropdown section
disappears.  Of course, right now, it's just set within the a:hover styling,
but of course, the bold text only appears when you hover over the actual
link.  If you move down the submenu, then - although the same link is
selected - the font goes back to "normal" while you're scrolling through the
sub.

Would anyone know how to implement the "staying bold" thing my client is
asking for?  (and no, they don't want the menu to be bold text - only when
you hover over it - already tried that idea.) I'd really appreciate any help
with this :)

and sorry to assist in turning this list briefly into a "Suckerfish
Dropdown" list...

~Shelly

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to