Ich habe es jetzt endlich hingekriegt, die ganze Zelle einer Tabelle zu verlinken. Nun stimmt aber die Textposition noch nicht. Ich möchte sie in der Mitte der Zelle haben aber beim drüber fahren mit der Maus (hover) ist der Text oben... Was hab ich falsch gemacht?
#navi
{
background-color: #FFFFFF;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #000000;
text-align: center;
cursor: default;
height: 22px;
vertical-align: inherit;
white-space: nowrap;
}
td a:link {
display:block;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
background-color: #9B1723;
text-align: center;
cursor: pointer;
color: #FFFFFF;
text-decoration: none;
height: 22px;
white-space: nowrap;
}
td a:hover {
display:block;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
background-color: #9B1723;
text-align: center;
cursor: pointer;
color: #FFFFFF;
text-decoration: none;
height: 22px;
white-space: nowrap;
}