Simple Style Question (Solved) Simple Style Question (Solved)
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Simple Style Question (Solved)

Started by sizlintune, December 21, 2005, 04:23:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sizlintune

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
http://www.brentnatzle.com
<b> a little bit about nothing</b>

Tranz

.topmenu a:hover  {
font-weight: bold;
        color : white;
        text-decoration : underline;
}

sizlintune

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
http://www.brentnatzle.com
<b> a little bit about nothing</b>