Jump to content
  • 0

Не работает подстветка активной ссылки


bose
 Share

Question

подскажите пожалуйста в чем может быть проблема? Вообще все верно выведено? В общем хоть что-то подскажите, чтоб знать стоит ли биться с этим.

Спасибо.

}
ul.menu-root-categories li .underlined-bold:link, ul.menu-root-categories li .underlined-bold:visited {
color: #FFFFFF;
font: bold 12px tahoma, verdana, arial, sans-serif;

}
ul.menu-root-categories li .underlined-bold:hover {
color: #FF0066;
font: bold 12px tahoma, verdana, arial, sans-serif;

}

ul.menu-root-categories li .underlined-bold:active {
color: #FF0066;
font: bold 25px tahoma, verdana, arial, sans-serif;

}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

.ul_menu {
color: #FFFFFF;
font: bold 12px tahoma, verdana, arial, sans-serif;
}

.ul_menu a {
color: #FF0066;
font: bold 12px tahoma, verdana, arial, sans-serif;
}

.ul_menu a:hover {
color: #BFBFBF;
font: bold 12px tahoma, verdana, arial, sans-serif;
}

.ul_menu a:active {
color: #000000;
font: bold 12px tahoma, verdana, arial, sans-serif;
}

.ul_menu a:visited {
color: #FGDD65;
font: bold 12px tahoma, verdana, arial, sans-serif;
}

Так подойдет?

Правда его можно сократить...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • 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. See more about our Guidelines and Privacy Policy