Так вот проблема: в Firefox и Opera ссылки отображаются с отступом сверху от контейнера, а в Internet Explorer - без отступа, и в 6м, и в 7м. При этом отступы между ссылками отрабатываются нормально.
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
d0ublezer0
Здрасте всем.
Помогите пожалуйста с CSS на страничке http://rosplit.artstyler.biz
У меня там сделано главное меню в виде ссылок с такими свойствами:
a.mnu {display:block;
height:26px;
width:150px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.08em;
padding-top:4px;
color:#FFFFFF;
text-decoration:none;
margin-top:5px;
margin-bottom:5px;
padding-left:29px;
}
a.mnu:hover{
background:url(/img/a_mnu_bg.png);
background-repeat:no-repeat;
}
Все эти ссылки расположены в DIV-контейнере
.mnu_container{position:relative;
width:167px;
height:183px;
background:url(/img/bg_mnu.png);
background-repeat:repeat-x;
overflow:hidden;
background-color: #FF9933;
}
Так вот проблема: в Firefox и Opera ссылки отображаются с отступом сверху от контейнера, а в Internet Explorer - без отступа, и в 6м, и в 7м. При этом отступы между ссылками отрабатываются нормально.
Link to comment
Share on other sites
0 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.