Uwe Kaiser schrieb:
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
or just dl a:hover { background:1%;}
Ingo ______________________________________________________________________ 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/
