|
|
|
| есть сайт td-line.ru верхнее меню есть квадраты между ссылками они воспринимаются как ссылки (тоже закрашиваются при активном меню)
a.mainlevel{
margin-right: 0px;
margin-left: 0px;
font-size: 11px;
color: #FBAF5C;
text-align: left;
padding-right: 10px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 3px;
height: 15px !important;
line-height: 15px;
text-decoration: none;
border-bottom: solid 1px #ffffff;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link, a.mainlevel:visited {
background: url(../images/123.png) no-repeat right;
color: #000000;
}
a.mainlevel:hover {
background: url(../images/123.png) no-repeat right;
color: #EE9800;
text-decoration: none;
}
a.mainlevel#active_menu {
color: #ffffff;
background-color: #FBAF5C; | |
|
|