в мозилле в опере и в IE6 маркеры у списка отображаются нормально, но IE7 не хочет их показывать, и ещеочень странно это все происходит, я отрываю страницу маркеры появляются на миг и исчезают
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Frie
в мозилле в опере и в 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
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.