Hi again,
I'd like to be able to control the color of the top level menu item when hovering over a sub menu item (a:link).
I'd like the link to remain #FFF; but it currently defaults to #666; and has something to with a:focus (which is beyond me)...
Thanks in advance,
Jas
ThemeShaper Forums » Thematic
a:focus CSS menu help
(6 posts)-
Posted 1 year ago #
-
Surely someone can help me with this? It's been a week...
Posted 1 year ago # -
Check the Thematic menus demystified in the sticky section. #6. Styling the Beast should give you the help you need. If not there shout again!!
Posted 1 year ago # -
Thanks @sowingseeds - I'll check it out & report back
Posted 1 year ago # -
Sorry @sowingseeds I've tried & failed.
Here are a couple of images that illustrate what I'm trying to achieve.
Ok, image 1 http://www.aotearoawebdesign.co.nz/images/1.gif illustrates that the link colour 'STUDENT INFORMATION' is white when you hover over it. As you can see to the right, 'APPLY' is grey, which is it's natural state.
So, image 2 http://www.aotearoawebdesign.co.nz/images/2.gif you notice the parent or ancestor (in this case 'STUDENT INFORMATION') reverts back to grey when you are hovering over the sub-menu.
I want 'STUDENT INFORMATION' to remain white.
How do I target the correct class and/or how do I track it down?
Many thanks!
JasPosted 1 year ago # -
I just had a play around with this:
.sf-menu li.sfHover a:hover {
color: #fff;
}And it's getting there. I can get it to the stage where it keeps the hover color for the parent items but reverses the colors for the sub-menu items. But I reckon if you play around you might get what you need.
Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.