Hallo,
ich sitze jetzt schon längere Zeit an diesem Problem und verzweifle schon langsam.
Ich habe folgenden Code:
Im Firefox wird der Text in der Mitte (vertikal) angezeigt, im IE aber ist er nicht genau in der Mitte. Woran kann das liegen?
Freue mich über jede Antwort
tim-wos
ich sitze jetzt schon längere Zeit an diesem Problem und verzweifle schon langsam.
Ich habe folgenden Code:
Code:
<html> <head> <style type="text/css"><!-- #navi a { display: block; color: black; text-decoration: none; width: 100px; height: 20px; line-height: 20px; } --></style> </head> <body> <table cellspacing="0" cellpadding="0" style="color: #FFFFFF; font-family: verdana; font-size: 11px; background-color: #FF0000;" id="navi"> <tr> <td><a href="#">Link</a></td> <td><a href="#">Link</a></td> <td><a href="#">Link</a></td> <td><a href="#">Link</a></td> <td><a href="#">Link</a></td> <td><a href="#">Link</a></td> </tr> </table> </body> </html>
Freue mich über jede Antwort
tim-wos
Kommentar