I spent hours already by changing CSS-settings, upload the Style.CSS and reload the web page in order to change the color of a menu-item when hovering it... No go! I can change the font to Bold when hovering the menu-item though. As suggested in some other post, I installed the Web Developer Toolbar (FireFox). But even know I can't figure out why the color does not change. ???
I validated Style.css, only warnings about background colors and some items with the same fore- and background color.
The hover effect I want to achieve is the same as in http://www.muurvaren.nl/faq.php (http://www.muurvaren.nl/faq.php), nothing fancy.
Someone?
You're missing the menu hover effect. Add this to your style.css file in the #menu section and change the color to your liking. I have it set to red right now.
#menu a:hover {
color: #FF0000;
text-decoration: underline;
}
Cheers,
Gizmo
Quote from: Gizmo on June 14, 2006, 08:34:14 PM
You're missing the menu hover effect. Add this to your style.css file in the #menu section and change the color to your liking. I have it set to red right now.
#menu a:hover {
color: #FF0000;
text-decoration: underline;
}
Yes!
Thanks Gizmo, you're the man! ;D
My philosophy is that "if you make a mistake enough times, you'll be able to help someone one day who's having the same problem". Been there... done that! ;)
Glad to be of service.
Cheers,
Gizmo