<html>
<head>
<style type="text/css">
li{
float:left;
margin-right:100px;
}
</style>
</head>
<body>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</ul>
</body>
</html>
Пропадают маркеры списка в IE
Зачем там "float: left"?
Чтобы в ряд стали. Это часть горизонального меню на css.
Код:
li {
background:transparent url(li.gif) no-repeat;
display:inline;
padding-left:10px;
}
background:transparent url(li.gif) no-repeat;
display:inline;
padding-left:10px;
}
Пасиб.