• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

weisse linien

Status
Für weitere Antworten geschlossen.
Bei mir sind die weißen Linien auch im Firefox zu sehen, wenn auch etwas schmaler.
 
knapp an der frage vorbei...

der IE macht einen fehler bei divlayer, und zwar addiert er die rahmenbreite nicjht zur box, kann es das sein? hab mir den QT nicht angesehen
 
im opera bilden sich zwar keine linien - aber es ist ein deutlicher versatz auf der rechten seite zu sehen
 
das Problem hatten wir hier schon öfters.. allerdings sehe ich, wenn ich mir den Quelltext ansehe erst einmal *zu* viele Fehler.. validiere deinen Code bitte nach w3c und schick uns die validierte Seite noch einmal..
 
Versuchs mal mit folgendem Lösungsansatz.

Mache aus
HTML:
<td>
    <img src="images/html/links.gif" width="17" height="22" border="0" alt=""><img src="images/html/navi/start3.gif" name="image" width="71" height="22" border="0" alt=""><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="angebote.html" onMouseOver="image2.src='images/html/navi/angebote2.gif';" onMouseOut="image2.src='images/html/navi/angebote1.gif';"><img src="images/html/navi/angebote1.gif" name="image2" width="85" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="preise.html" onMouseOver="image3.src='images/html/navi/preise2.gif';" onMouseOut="image3.src='images/html/navi/preise1.gif';"><img src="images/html/navi/preise1.gif" name="image3" width="65" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="referenzen.html" onMouseOver="image4.src='images/html/navi/referenzen2.gif';" onMouseOut="image4.src='images/html/navi/referenzen1.gif';"><img src="images/html/navi/referenzen1.gif" name="image4" width="96" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="ablauf.html" onMouseOver="image5.src='images/html/navi/ablauf2.gif';" onMouseOut="image5.src='images/html/navi/ablauf1.gif';"><img src="images/html/navi/ablauf1.gif" name="image5" width="68" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="rezensionen.html" onMouseOver="image6.src='images/html/navi/rezensionen2.gif';" onMouseOut="image6.src='images/html/navi/rezensionen1.gif';"><img src="images/html/navi/rezensionen1.gif" name="image6" width="104" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="bestellung.html" onMouseOver="image7.src='images/html/navi/bestellung2.gif';" onMouseOut="image7.src='images/html/navi/bestellung1.gif';"><img src="images/html/navi/bestellung1.gif" name="image7" width="92" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="agb.html" onMouseOver="image8.src='images/html/navi/agb2.gif';" onMouseOut="image8.src='images/html/navi/agb1.gif';"><img src="images/html/navi/agb1.gif" name="image8" width="53" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="impressum.html" onMouseOver="image9.src='images/html/navi/impressum2.gif';" onMouseOut="image9.src='images/html/navi/impressum1.gif';"><img src="images/html/navi/impressum1.gif" name="image9" width="106" height="22" border="0" alt=""></a><img src="images/html/rechts.gif" width="17" height="22" border="0" alt="">
    </td>
das hier:
HTML:
<td><img src="images/html/links.gif" width="17" height="22" border="0" alt=""><img src="images/html/navi/start3.gif" name="image" width="71" height="22" border="0" alt=""><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="angebote.html" onMouseOver="image2.src='images/html/navi/angebote2.gif';" onMouseOut="image2.src='images/html/navi/angebote1.gif';"><img src="images/html/navi/angebote1.gif" name="image2" width="85" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="preise.html" onMouseOver="image3.src='images/html/navi/preise2.gif';" onMouseOut="image3.src='images/html/navi/preise1.gif';"><img src="images/html/navi/preise1.gif" name="image3" width="65" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="referenzen.html" onMouseOver="image4.src='images/html/navi/referenzen2.gif';" onMouseOut="image4.src='images/html/navi/referenzen1.gif';"><img src="images/html/navi/referenzen1.gif" name="image4" width="96" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="ablauf.html" onMouseOver="image5.src='images/html/navi/ablauf2.gif';" onMouseOut="image5.src='images/html/navi/ablauf1.gif';"><img src="images/html/navi/ablauf1.gif" name="image5" width="68" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="rezensionen.html" onMouseOver="image6.src='images/html/navi/rezensionen2.gif';" onMouseOut="image6.src='images/html/navi/rezensionen1.gif';"><img src="images/html/navi/rezensionen1.gif" name="image6" width="104" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="bestellung.html" onMouseOver="image7.src='images/html/navi/bestellung2.gif';" onMouseOut="image7.src='images/html/navi/bestellung1.gif';"><img src="images/html/navi/bestellung1.gif" name="image7" width="92" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="agb.html" onMouseOver="image8.src='images/html/navi/agb2.gif';" onMouseOut="image8.src='images/html/navi/agb1.gif';"><img src="images/html/navi/agb1.gif" name="image8" width="53" height="22" border="0" alt=""></a><img src="images/html/navi/platz.gif" width="5" height="22" border="0" alt=""><a href="impressum.html" onMouseOver="image9.src='images/html/navi/impressum2.gif';" onMouseOut="image9.src='images/html/navi/impressum1.gif';"><img src="images/html/navi/impressum1.gif" name="image9" width="106" height="22" border="0" alt=""></a><img src="images/html/rechts.gif" width="17" height="22" border="0" alt=""></td>
Also einfach die Navigation und die <td>s in eine Zeile packen.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben