Hi, is there a way to get this to work in IE 5? i’m trying to create a 2 column list floating list-left to the left and list-right to the right. It seems to work in all browsers but not IE 5.2 and i’d really like it to work in that.
<div id="list">
<ul id="list-left">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<ul id="list-right">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>