  УчастникПользователь №: 287 Сообщений: 60
 | на Di:)Site в блоке навигации использую ява-менюшку вот отсюда http://www.jswitch.com/scripts/show/1
Осли к и опера обрабатывают её нормально, а вот в лисе поденюшные ссылки налезают друг на друга. Помогите подправить. Я знаю, что надо что-то в css-ке подправить, но что-то не могу найти. Вот нужные поля из css-ки:
Код | 1
| .navbar {
width:165px;
background:#F3F9FC;
}
.mainDiv {
width:165px;
}
.topItem {
font:bold 12px tahoma,verdana,sans-serif;
letter-spacing:0;
background:url("images/arrow-up-title.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
border:none;
width:165px;
height:25px;
color:#155C81;
cursor:pointer;
text-indent:10px;
}
.topItemOver {
text-indent:10px;
font:bold 12px tahoma,verdana,sans-serif;
letter-spacing:0;
background:url("images/arrow-up-title-on.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
height:25px;
width:165px;
color:#F50;
cursor:pointer;
}
.topItemClose {
text-indent:10px;
font:bold 12px tahoma,verdana,sans-serif;
letter-spacing:0;
background:url("images/arrow-down-title.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
height:25px;
width:165px;
color:#155C81;
cursor:pointer;
}
.topItemCloseOver {
text-indent:10px;
font:bold 12px tahoma,verdana,sans-serif;
letter-spacing:0;
background:url("images/arrow-down-title-on.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
height:25px;
width:165px;
color:#F50;
cursor:pointer;
}
.dropMenu {
font:bold 11px tahoma,verdana,sans-serif;
background-color:#F3F9FC;
color:#000;
border:0;
filter:alpha(opacity=100);
margin-top:1px;
padding-bottom:0;
}
.subMenu {
display:none;
}
.subItem {
margin-left:3px;
margin-top:2px;
height:18px;
font:11px Verdana, Helvetica;
text-decoration:none;
color:#155C81;
}
.subItem a, .subItem a:visited, .subItem a:active {
margin-left:3px;
font:11px Verdana, Helvetica;
text-decoration:none;
color:#000;
}
.subItemOver {
margin-left:3px;
margin-top:2px;
font:11px Verdana, Helvetica;
height:18px;
color:#428eff;
}
.subItemOver a {
margin-left:3px;
font:11px Verdana, Helvetica;
color:#F50;
text-decoration:underline;
cursor:pointer;
} |
|
|