|
It's your a:hover that's doing it. I changed it to this:
a:hover{
padding:3px 1px;
margin:0 -1px;
color:#000;
background:transparent;
}
No more white box popping out. If you want hovered menus to have a white background, use specificity to target ONLY those links.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|