Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : falsches <table> führt zu rechtem weissen Rand?



laney
03-03-2005, 17:41
hallo,

folgendes Problem: Am besten lassen wir nen kleinen Screenie sprechen --> LINK <-- (http://www.lostrock.de/bsp.png)

Wo kommt dieser weiße Strich her ? Bin am verzweifeln
Hier der passende HTML code dazu. Das Problem muss irgendwo in der NAVIGATION section sein.



<html>
<head>
<title>http://www.egalegal.de</title>
<link rel="STYLESHEET" type="text/css" href="css/text.css">
</head>

<body bgcolor="000000" text="white">


<table width="780" height="520" border="0" cellspacing="0" cellpadding="0" align="center">

<!-- BANNER BEGIN -->
<tr>
<td height="80"><img src="image/top_b.jpg"></td>

</tr>
<!-- BANNER END -->

<!-- NAVIGATION BEGIN -->
<tr>
<td height="25" bgcolor="121212" cellspacing="0" cellpadding="0" border="0" align="center" bgcolor="#121212">

<img src="image/nav.jpg" width="780" height="20" border="0" usemap="#map" />
<map name="map">
<area shape="rect" coords="6,3,50,17" href="news.html" />
<area shape="rect" coords="65,1,109,18" href="band.html" />
<area shape="rect" coords="122,2,175,18" href="music.html" />

<area shape="rect" coords="185,1,222,18" href="tour.html" />
<area shape="rect" coords="233,1,291,19" href="gallery.html" />
<area shape="rect" coords="304,0,347,19" href="lyrics.html" />
<area shape="rect" coords="355,0,438,19" href="guestbook.html" />
<area shape="rect" coords="448,1,487,18" href="links.html" />
<area shape="rect" coords="495,0,556,19" href="contact.html" />
</map>

</td>
</tr>

<!-- NAVIGATION END -->

<!-- MAIN BEGIN -->
<tr>
<td bgcolor="151515">
<iframe src="shows.html" width="760" height="350"></iframe>
</td>
</tr>
<!-- MAIN END -->

<!-- BOTTOM BEGIN -->
<tr>

<td height="20" bgcolor="121212"><bt>http://www.egalegal.de</bt></td>
</tr>
<!-- BOTTOM END -->

</table>


</body>
</html>


Kann mir wer helfen ?
besten dank im Vorraus
Felix

nEox
03-03-2005, 20:49
Habs grade mal getestet und habe den Fehler bei mir nicht.
Evtl. ist "image/nav.jpg" nicht ganz schwarz sondern hat rechts noch einen weißen Streifen?

Gruß

nEox

laney
03-03-2005, 21:33
ne die nav.jpg is totall schwarz. Was für nen Browser verwendest du ? also ich hab den Firefox V1.0

cheers!
Felix

nEox
03-03-2005, 21:58
habs mit firefox 1.0.1 und ie6 getestet.

Allerdings habe ich den iframe und die Bilder nicht...
kopier doch einfach mal das was du gepostet hast in eine neue Datei und schau ob er da immernoch ist

Gruß

nEox

laney
04-03-2005, 05:49
also wenn ich das so teste is der weike Rand nicht da. Aber was sagt uns das jetzt ?
Das es vllt etwas mit der <map></map> section zu tun hat ?

cheers
Felix

nEox
04-03-2005, 19:11
probier halt aus an was es liegt.

Also ich würde mal das CSS vermuten....

Gruß

nEox