coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: sizlintune on December 21, 2005, 04:23:24 AM

Title: Simple Style Question (Solved)
Post by: sizlintune on December 21, 2005, 04:23:24 AM
There is one Style thing I can't figure out. How do I change the rollover color from white to another color on the main menu for coppermine.

album list, last comments menu

http://galleries.slimtainment.com

Thanks in advance
Title: Re: Simple Style Question
Post by: Tranz on December 21, 2005, 05:07:26 AM
.topmenu a:hover  {
font-weight: bold;
        color : white;
        text-decoration : underline;
}
Title: Re: Simple Style Question
Post by: sizlintune on December 21, 2005, 05:24:57 AM
Quote from: TranzNDance on December 21, 2005, 05:07:26 AM
.topmenu a:hover  {
font-weight: bold;
        color : white;
        text-decoration : underline;
}


Thanks. Worked perfect. My style sheet is still a bit of a mess and I  missed the code. Thanks again for the help.
This thread can be closed. Problem solved