>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Проблемы с сайтами http://forum.mozilla-russia.org/viewforum.php?id=24 >Некоректное отображение ссылок http://forum.mozilla-russia.org/viewtopic.php?id=11578 |
Kasper > 27-07-2006 15:05:04 |
Посмотрите как отображается левое меню в FF и IE Как мне сделать чтобы во всех браузерах отображалось как в IE. Часть кода css Выделить код Код:a.lefts { text-decoration: none; background-image: url(../images/button/left.gif); color: Blue; font-family: Book Antiqua,Lucida,Arial,Helvetica,sans-serif; font-size: small; background-repeat: no-repeat; line-height: 26px; width: 195px; height: 26px; } a.lefts:visited { text-decoration: none; background-image: url(../images/button/left.gif); color: Blue; font-family: Book Antiqua,Lucida,Arial,Helvetica,sans-serif; font-size: small; background-repeat: no-repeat; line-height: 26px; width: 195px; height: 26px; } a.lefts:hover { text-decoration: none; background-image: url(../images/button/left_u.gif); color: #4682B4; font-family: Book Antiqua,Lucida,Arial,Helvetica,sans-serif; font-size: small; background-repeat: no-repeat; line-height: 26px; width: 195px; height: 26px; } html Выделить код Код:<a href="conf.php" class="lefts">Конференции</a><br> <a href="grouphtl.php" class="lefts">Отдых</a><br><br> <a href="reqsend.php" class="lefts">Заявки в корзине</a><br> |
Al_H > 27-07-2006 17:18:50 |
так работает? |
Kasper > 27-07-2006 17:25:18 |
Спасибо. |