coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Muurvaren on June 14, 2006, 08:15:57 PM

Title: Menu color does not change
Post by: Muurvaren on June 14, 2006, 08:15:57 PM
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?

Title: Re: Menu color does not change
Post by: 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;
}


Cheers,

Gizmo
Title: Re: Menu color does not change
Post by: Muurvaren on June 14, 2006, 09:10:18 PM
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

Title: Re: Menu color does not change
Post by: Gizmo on June 14, 2006, 11:39:07 PM
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