forum.coppermine-gallery.net

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
Code: [Select]
.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
Code: [Select]
.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