Li with float in IE6/7. It disappears?
Posted
by Ricardo H.Bin
on Stack Overflow
See other posts from Stack Overflow
or by Ricardo H.Bin
Published on 2010-05-12T20:27:27Z
Indexed on
2010/05/12
20:34 UTC
Read the original article
Hit count: 224
Hi guys.
Try test this code in IE 6/7:
<html>
<head>
<title>Title</title>
</head>
<body>
<ul>
<li style="float:left">huisashaiuhs iuhuiahsiuhsaiu</li>
</ul>
</body>
</html>
Where is the circle of LI? I already do ALL types of workaround, in UL and LI. Nothing, NOTHING works.
Do you have any idea? (BTW already tried hasLayout,padding-left,margin-left,display:inline, etc etc etc)
© Stack Overflow or respective owner