Dear All
I have a menu growing problem in IE6 - its fine in FF, Opera, Safari and IE7
I thinking this might be an IE6 bug - but I don't know how to fix it. I
would really value any pointers.
You can see an image of the problem at
www.ee-web.co.uk/menus.jps
Here is the html for the links:
<div id="caastLeftHandMenu">
<ul class="star">
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/">Home</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/AllDocs">Index</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/EventCalendar">Calendar</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/EdFAQs/EdFAQClass">FAQ</a></span></li>
</ul></div>
and here's the css
#caastLeftHandMenu { width: 180px; border:1px solid red;}
#caastLeftHandMenu ul{margin-left: 0; padding-left: 0; list-style-type:
none; }
#caastLeftHandMenu a {display: block; padding: 3px; width: 160px;
background-color:#CCFF99; border-bottom: 1px solid #eee; }
#caastLeftHandMenu .wikilink{ margin:0; padding:0; }