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:
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