Li with float in IE6/7. It disappears?
- by Ricardo H.Bin
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)