ephi schrieb:

In order to understand what was happening, I changed the background color to 
black. And voila,
there's an extra top spaces (perhaps padding) that I don't know how it got 
there.


This should help:

dl a:hover { background: transparent;} <<<====== change here
/* Without background here,
"dl a:hover dt {background: value;}" will not funktion at all. */

dl a:hover dt {background: #FFF; }     <<<====== add this


regards, Uwe Kaiser <[EMAIL PROTECTED]> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to