floating in list causes trouble in IE6 and IE7

Posted by Thom on Stack Overflow See other posts from Stack Overflow or by Thom
Published on 2010-10-10T01:26:29Z Indexed on 2012/11/16 11:01 UTC
Read the original article Hit count: 206

I have a toggle list that causes trouble in old IE browsers, tried to fix it for couple of hours but I failed again and again. Please check out the jsfiddle code:

http://jsfiddle.net/vny63/

structure is similar to this:

<li class="toggle">
    <a class="left" title="gallery">gallery</a> (English)
    <span class="right float_right">3</span>
    <ul style="display: none;">
       <li class="space_left">
        lot of stuff here
       </li>
    </ul>
</li>

It is working well in IE8 and Firefox3

© Stack Overflow or respective owner

Related posts about css

Related posts about internet-explorer