Jump to content
  • 0

в ie 7 не отображаются маркеры у списков


Frie
 Share

Question

в мозилле в опере и в IE6 маркеры у списка отображаются нормально, но IE7 не хочет их показывать, и ещеочень странно это все происходит, я отрываю страницу маркеры появляются на миг и исчезают

вот css код

#list3 {

width: 136px;

height: 100px;

position: relative;

float: left;

font-size: 12px;

font-family:Verdana, Geneva, sans-serif;

font-weight: bold;

padding-left: 1em;

margin-left: 1em;

margin-top: 5px;

list-style-image: url(img/bullet.gif);

list-style-position: outside;

}

li {

margin-bottom: 3px;

}

a.li {

text-decoration:none;

}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Сделайте паддинг слева ни лишке и поцепите свой маркер бекграундом на нее. Уберите лист-стайл-имедж.

проблема решилась )))

вот исправил

#list3 {

width: 136px;

height: 100px;

position: relative;

float: left;

font-size: 12px;

font-family:Verdana, Geneva, sans-serif;

font-weight: bold;

list-style: none;

margin-left: 1em;

margin-top: 5px;

list-style-position: outside;

}

li {

margin-bottom: 3px;

padding-left: 1em;

background-image: url(img/bullet.gif);

background-repeat: no-repeat;

}

спасибо огромное

Edited by Frie
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