If this can't be fixed, for those experiencing weird spaces in their menus only in IE, try this: Target all tags in the div "menu" for IE only: * html #menu * {height:0;} Now set the heights of the items individually such as: #menu a,#menu a:visited{line-height:2em;display:block;} |