supportersms.su.ohost.de/ilchcommunity_1.2.6
Problem ist wie ihr dort sehen könnt, dass die Schrift meiner Buttons nicht mittig ist sonder oben am Rand klebt.
Liegt am valign="top" dachte ich, allerdings habe ich keines gefunden und auch mit valign="middle" funktioniert es leider nicht. Was ich noch sagen sollte, die Buttons sind manuell eingepflegt und nicht über das Admin-Menü veränderbar ...
hier der nötige Quellcode aus der index.htm
<table cellspacing="0" cellpadding="0" width="606" summary="" border="0"> <tbody> <tr> <td> <table cellspacing="0" cellpadding="0" summary="" border="0"> <tbody> <tr> <td><a href="http://supportersms.su.ohost.de/ilchcommunity_1.2.6/index.php?fanclub" class="menu_h"><b>Fanclub</b></a></td> <td><a href="http://supportersms.su.ohost.de/ilchcommunity_1.2.6/index.php?aboutus" class="menu_h">Über Uns</a></td> <td><a href="http://supportersms.su.ohost.de/ilchcommunity_1.2.6/index.php?user" class="menu_h">Mitglieder</a></td> <td><a href="http://supportersms.su.ohost.de/ilchcommunity_1.2.6/index.php?satzung" class="menu_h">Satzung</a></td> <td><a href="http://supportersms.su.ohost.de/ilchcommunity_1.2.6/index.php?kalender" class="menu_h">Kalender</a></td> <td><a href="http://supportersms.su.ohost.de/ilchcommunity_1.2.6/index.php?anmeldung" class="menu_h">Mitglied werden!</a></td> </tr> </tbody> </table> ...
und dazu der teil aus der style.css der genutzt wird:
a.menu_h{ display: block; margin-top: 0px; width: 101px; height: 27px; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-image: url(images/lauftext_p.png); background-color: #ffffff; text-indent: 20px; vertical-align: middle; align: center; } a.menu_h:hover{ color: #f6cb20; font-weight: bold; background-image: url(images/lauftext_a.png); }