Hi,
td.menue-aktiv a:link
{
color:#FFFFFF;
text-decoration:none;
background-color:#0000CC;
width:100%;
}
>
> Im IE 8 wird die Tabellenzelle beim Überfahren des Links komplett blau hinterlegt, jedoch nicht bei Firefox.
Firefox hat Recht: Da a ein inline-Element ist, kann width keine Wirkung haben. Mach also aus dem Link ein Blockelement im Sinne von CSS, dann sollten sich die Browser wieder einig sein.
Ciao,
Martin
--
Success should be measured not so much by the position that one has reached in life,
but by the obstacles one has overcome while trying to succeed.