Quote Originally Posted by high2K View Post
Hi Jettrue,

Thanks for all your help. It's looking great on Firefox, but now a bit out on IE!
If you have a brainwave of how I can fix that little alignment problem in IE, then that would be great.
I've searched and searched, but cannot find the stylsheet element that changes the font on hover colour when the sub category menu flies out. I have changed the backgorund to white on hover, which works fine until the sub category menu opens up as the text and the background are both white. I cannot find out how to have the text go black on hover.
See what I mean at and click on 'gear' > 'jackets'

Once I have these wee things sorted, I promise to stop bugging you
Actually what you'd need to change is either the default white text, or the fact that the background changes to white on hover. The background of "Jackets" is going to stay white when you go to "Extreme", because the "Jackets" menu is still being hovered on. But once you go to "Extreme" the WORD "Jackets" is no longer hovered over, so it changes back to default white. Anyway, my point is, you're asking to change the hover color, but actually what you need to change is the non-hover color.

After looking a bit, this will help you:

div#dropMenu ul.level2 a {padding: 0.5em 0 0.5em 0.25em;color:white; text-transform:none;background:#4f4f4f} /* this is text color on drop-down submenu */

Adding a background color to the above section, keeps the background of Jackets turning white after you move over to "extreme".