|
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 !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|