Jump to content

selected menu font color issue


xcoderx

Recommended Posts

hey guys why is the font color not changing in the selected menu class? where am i goin wrong? it is showing the active link color but not the one i want it to show. hover is goin ok

 

#menu ul li a {

display: block;

float: left;

height: 30px;

width: 70px;

margin-right: 1px;

text-decoration: none;

font-size: 1.1em;

font-weight: bold;

color: #7BE0A9;

padding-top: 15px;

        text-align: center;

}

 

#menu li a:hover {

color:#1478CB;

background: url(images/menu_h.gif) repeat-x;

}

 

#menu li.selected{

background: url(images/menu_s.gif) repeat-x;

font-weight:bold;

color:#1478CB;

}

Link to comment
https://forums.phpfreaks.com/topic/199307-selected-menu-font-color-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.