hab mich wohl falsch ausgedrückt.
ich wollte eine einfache navi-leiste bastel.
das mit dem link hab ich,
mit dem hover bekomm ich den text farbig hinterlegt.
ich möchte aber eine zelle der tabelle mit dem hover einfärben.
gruß und danke
ralf
hab das einfach mal aus golive kopiert, vieleicht hilfts ja
.navi { color: gray; font-size: 10pt; font-family: Verdana; text-decoration: none; background-color: #ccf; text-indent: 10px; padding: 2pt; border-top: 1px solid #00f }
a:link { color: gray; font-family: Arial; text-decoration: none }
a:hover { color: blue; font-family: Verdana; background-color: Background }
a:visited { color: gray; font-family: Arial; text-decoration: none }
a:active { color: gray; font-family: Arial; text-decoration: none }