Menu color does not change Menu color does not change
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Menu color does not change

Started by Muurvaren, June 14, 2006, 08:15:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Muurvaren

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, nothing fancy.

Someone?


Gizmo

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
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Muurvaren

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


Gizmo

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
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision