Jump to content
  • 0

Стиль списков в ИЕ


SHo
 Share

Question

Есть меню выбора. В Мозиле, Сафари и Хроме выглядит как нужно, вот так:

help-1.gif

В горячё любимом ИЕ вот так:

help-2.gif

HTML:

	<ul>
<li><a href="#date">по дате</a></li>
<li><a href="#category">по категориям</a></li>
</ul>

CSS:

#tab-container ul {
margin: 0;
padding: 0 17px 0 0;}
#tab-container ul li {
display: inline-block;
padding: 0 0 10px 10px;}
#tab-container ul li a {
display: block;
outline: none;
text-decoration: none;
border-bottom: 1px dashed #2f7ca0;}
#tab-container ul li a.active {
color:#000000;
border-bottom: none;}

что ж не так делаю?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0
Чтобы убрать маркеры, нужно li убрать list-style-type.

И советую для начала установить нормальный доктайп, бороться с Quirks-mode в IE нет желания

list-style-type убрал как посоветовали выше.

Доктайп добавил, но отступы от li остались в ИЕ.

http://sho.xor.net.ua/lab/menu/

Link to comment
Share on other sites

  • 0

<div class="clear"></div>

По идеи это виновник отступа. На этот же блок font-size:0; line-height:0;

Блок хоть и пустой, но для ие не бывает пустых блоков )

Маркеры с лишек, как показывает практика, лучше всего убирать

ul{
list-style:none;
}

Edited by mishka2
Link to comment
Share on other sites

  • 0
По идеи это виновник отступа. На этот же блок font-size:0; line-height:0;

Блок хоть и пустой, но для ие не бывает пустых блоков )

Для 8-го ИЕ спасло, а с остальными наверное не буду заморачиваться.

Всем спасибо :D

Link to comment
Share on other sites

  • 0

у меня 6й не конектится к инэту, поэтому ток на ощупь:

на список hasLayout, на clear height:0; overflow:hidden

id на страничке должен быть уникальным. Замени на классы

хотя если ты нормально выполнишь очистку потока самим списком <ul>, то и блок clear тебе ненужен будет

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