000
28.11.2004, 17:00 Uhr
~TobiboT
Gast
|
Hi, ich hab mal wieder ein Problemchen bei dem ich nicht weiter komm. Bin grad dabei meine HP neu zu basteln. Ich habe eine Teballe, in der ein Banner (.jpg) angezeigt werden soll, sonst nichts, d.h. der Rahmen der Tabelle sollte das Bild eigentlich schön Bündig umschließen. Das funktioniert auch beim IE aber bei Firefox wird am unteren Rand des Bildes ein kleiner Spalt (ca 2 Pixel) dargestellt, und ich hab keine Erklärung woher dieser kommt. Hier der Code:
Code: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> <style> BODY { background-color:#ffffff; font-family:Verdana,Arial,Tahoma; font-size:8pt; color:#ffffff } A { font-family:Verdana,Arial,Tahoma; font-size:10pt; color:#000000 } H1 { font-family:Verdana,Arial,Tahoma; font-size:16pt; color:#000000 } HR { color:#ffffff } TD { font-family:Verdana,Arial,Tahoma; font-size:8pt; color:#000000 } INPUT,TEXTAREA { background-color:#aaaaaa; border:1px solid #000000; font-family:Arial,Tahoma; font-size:8pt; color:#000000; } </style> </head>
<body background="back3.gif" bgcolor="white" text="black" link="black" vlink="black" alink="black" style="font-family:Arial; font-style:normal; font-weight:normal; font-size:10pt; color:black; text-align:center; text-decoration:none;">
<p> <div align="center"><table border="0" cellpadding="0" cellspacing="0" width="750" bgcolor="white" style="border-width:2px; border-color:black; border-style:solid;"> <tr> <td align="center" valign="bottom" colspan="6" bgcolor="#ffffff" style="margin:0px; padding:0px;"><img src="banner.jpg" border="0"> An dieser Stelle ist nun der Spalt zwischen Tabellenrand und Bild </td> </tr> <tr> <td width="125" align="center" style="font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:black; text-align:center; text-decoration:none; border-top-width:2px; border-right-width:2px; border-bottom-width:2px; border-top-color:black; border-right-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:dotted; border-bottom-style:solid;"><a href="index.html">Home</a></td> <td width="125" align="center" style="font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:black; text-align:center; text-decoration:none; border-top-width:2px; border-right-width:2px; border-bottom-width:2px; border-top-color:black; border-right-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:dotted; border-bottom-style:solid;"><a href="uebermich.htm">Über mich</a></td> <td width="125" align="center" style="font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:black; text-align:center; text-decoration:none; border-top-width:2px; border-right-width:2px; border-bottom-width:2px; border-top-color:black; border-right-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:dotted; border-bottom-style:solid;"><a href="links.htm">Links</a></td> <td width="125" align="center" style="font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:black; text-align:center; text-decoration:none; border-top-width:2px; border-right-width:2px; border-bottom-width:2px; border-top-color:black; border-right-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:dotted; border-bottom-style:solid;"><a href="gallery.htm">Gallery</a></td> <td width="125" align="center" style="font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:black; text-align:center; text-decoration:none; border-top-width:2px; border-right-width:2px; border-bottom-width:2px; border-top-color:black; border-right-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:dotted; border-bottom-style:solid;"><a href="gaestebuch.php">Gästebuch</a></td> <td width="125" align="center" style="font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:black; text-align:center; text-decoration:none; border-top-width:2px; border-right-width:0px; border-bottom-width:2px; border-top-color:black; border-right-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:none; border-bottom-style:solid;"><a href="mailto:xyz@gmx.de">Kontakt</a></td> </tr> <tr> <td width="750" align="center" colspan="6"> <p> </p> <p> </p> </td> </tr> </table></div> <p> </p> </body>
</html>
|
Ich bin über jeden Hinweis dankbar, hab schon (fast) alles ausprobiert... DANKE! : |