Jump to content
  • 0

Список сдвигается только в IE...


kireyev
 Share

Question

Создаю список ul по центру вытянутый в строку. Все прекрасно, но почему-то именно IE сдвигает его вправо где-то на 20 пикселей. Если в "ul#links {...}" изменить "margin-left: auto;" на "margin-left: 0;", то в IE встает все по центру как надо, зато в других браузерах блок прилипает к левому краю! Что делать? Перепробовал все что смог...

#main
{
text-align: center;
}
ul#links
{
text-align: left;
margin-left: auto;
margin-right: auto;
list-style-type: none;
margin-top: 0;
padding: 5px 0 5px 0;
width: 800px;
}
ul#links li
{
padding-left: 26px;
list-style-type: none;
background:url(pic/kr.png) no-repeat 10px 50%;
display: inline;
}

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
у меня везде все одинаково. Поясните проблему.

У ul есть собственный отступ. Причем отображается он похоже только в IE (кстати IE у меня 7.0.5730.13). И как бороться с ним я не знаю. Если все нормульна в лисе и опере, то в IE - косяк. Если все нормально в IE, то в опере и лисе вообще ужасно (к левому краю прилипает).

Link to comment
Share on other sites

  • 0

kireyev

давайте посмотрим что вы делаете.

у вас есть список ul в фиксированной шириной 800рх который вы выравнивает по центру (margin: 0 auto) относительно #main

итого если у меня разрешение 1024 то блок ul шириной 800рх будет расположен по центру, а слева и справа будет отступ до краев экрана (браузера) по 112рх.

может взглянем на картинку ?

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