|
Ok, the problem is not simply padding, but IE's stupid way of rendering lists. You're going to need conditional comments to target IE6 and correct it's bad behavior. In a separate css file, which will contain only the css necessary to whack IE, you'll need this:
#list-menu li a {height: 1%;} -it's known as the Holly Hack and it will close the nasty gaps in the menu.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|