macangelo: Background color und Schriftfarbe in einer Tabellenzelle ändern

Beitrag lesen

Hi Ingo,

gerne, hier mein "Versuch":
.navi { font-size: 11px; padding: 2px; line-spacing: 4px}
td.navi a:link {display: block;  width: 100%; height: 100%; line-height: 15px; color: #3C734B}
td.navi a:visited { display: block;  width: 100%; height: 100%; line-height: 15px; color: #3C734B}
td.navi a:hover { background: #3C734B; line-height: 15px; color: #FFFFFF}

besten Dank für die Hilfe

macangelo