Little Css Fix In Ie/ff 30.03.08
I need a bug fixed in IE where the layout is not shown correctly.
I have the following code in a menu (nested lists):
<ul>
<li>menu 1</li>
<li>menu 2
<ul>
<li>menu 2a</li>
<li>menu 2b</li>
<li>menu 2c</li>
</ul>
</li>
<li>menu 3</li>
<li>menu 4</li>
<li>menu 5
<ul>
<li>menu 5a</li>
<li>menu 5b</li>
</ul>
</li>
FireFox does show everything correctly, but on some pages Internet Explorer (all versions) misplaces some of the items. An example can be seen here: http://www.beeker.eu/demo/at/atadmin/insurances-history.htm
Your task is to fix this layout issue in the existing stylesheet. I will need this ASAP, please.
Thank you!



