Всем привет. Столкнулся с фоном ссылке.. В ИЕ отображается фон нормально (при наведении) а в опере и фоксе отображается только под текст ссылке. а надо в фиксированную длинну и высоту...
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Brabus23
Всем привет. Столкнулся с фоном ссылке.. В ИЕ отображается фон нормально (при наведении) а в опере и фоксе отображается только под текст ссылке. а надо в фиксированную длинну и высоту...
вот CSS
a.mainlevel:link {height: 18px;
width: 230px;
color: #07569a;
font-weight: normal;
text-decoration: none;
font-size: 12px;
font-family: Verdana;
padding-left : 10px;
}
a.mainlevel:visited {
text-decoration: none;
color: #07569a;
font-weight: normal;
font-size: 12px;
font-family: Verdana;
width : 230px;
height : 18px;
padding-left : 10px;
}
a.mainlevel:hover {
font-weight: normal;
background: url('templates/beez/image/mnfc.gif') repeat-x;
/* Ioou e oiiiaiio ecia?a?aie? */
color: #063c6a;
font-size: 12px;
font-family: Verdana;
width : 230px;
height : 18px;
padding-left : 10px;
}
a.mainlevel:focus {
font-weight: normal;
background: url('templates/beez/image/mnfc.gif') repeat-x;
color: Red;
font-size: 12px;
font-family: Verdana;
width : 230px;
height : 18px;
padding-left : 10px;
}
что надо добавить чтоб работала...
если нужно сайт вот http://bus-23rus.ru/new/
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.