Try adding and html hack like:

*html a.menuitems:link {
height:  1px;
}

Do this within you CSS page.  If you are running external style sheets
you can create a conditional call out in the header (before the </
head> tag):

<!--[if IE]>
<style>
<link href="link to you style sheet" rel="stylesheet" type="text/css" /
>
</style>
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to