Jump to content
  • 0

div с ul, li. не корректн. отображение списка в ие8


s3p
 Share

Question

Добрый день. В общем так, сверстал меню, в опере, фф, ie9 отображается отлично, а в ie8 крайняя правая кнопка смещена вниз. ширина блока фиксированная... код прилагается. Уже все перепробывал, что упускаю??

#menu {
width: 900px;
margin:5px auto;
height:30px;
}
#menu ul {
list-style: none outside none;
display: inline;
}
#menu li {
background: none repeat scroll 0 0 #F4F4EC;
border-bottom: 4px solid red;
display: block;
float: left;
list-style: none outside none;
}
#menu li a {
border-color: #E1E1D3;
border-style: solid;
border-width: 1px 1px 0;
color: #44494F;
display: block;
float: left;
font-size: 13px;
font-weight: bold;
line-height: 35px;
width:148px;
text-align:center;
text-decoration: none;
text-transform: uppercase;
}
#menu li a:hover {
color: red;
}

посмотреть на сиетворение можно - ССЫЛКА

Edited by s3p
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

1) Зачем ты ставишь у #menu ul - display: inline?

2) Обнули у него же padding и margin

пробывал.

если обнулить у #menu ul - display: inline то получается список не по всей ширине DIV'а( почему не знаю..

1) Зачем ты ставишь у #menu ul - display: inline?

2) Обнули у него же padding и margin

пробывал.

если обнулить у #menu ul - display: inline то получается список не по всей ширине DIV'а( почему не знаю..

Понял, получилось. ТЫ прав.

следовало написать так:


#menu ul {
list-style: none outside none;
margin:0;
padding:0;
}

Премного благодарен!!! СПАСИБО!!!

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy