Erst einmal hallo liebe Gemeinde!
Ich habe wahrscheinlich für euch ein lächerlich kleines Problem, allerdings komme ich nicht hinter die Lösung und das nach stundenlangem Probieren und Googeln.
Es geht um die Seite Test
Unter dem quadratischen Bild werden ca. 4 px grauer Balken angezeigt, der da natürlich nicht sein soll. Ich habe keine Ahnung wieso :(
Kann mir da jemand weiterhelfen?
Hier noch der aktuelle Quellcode:
Vielen Dank schon mal im Voraus!
VG
Ich habe wahrscheinlich für euch ein lächerlich kleines Problem, allerdings komme ich nicht hinter die Lösung und das nach stundenlangem Probieren und Googeln.
Es geht um die Seite Test
Unter dem quadratischen Bild werden ca. 4 px grauer Balken angezeigt, der da natürlich nicht sein soll. Ich habe keine Ahnung wieso :(
Kann mir da jemand weiterhelfen?
Hier noch der aktuelle Quellcode:
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Test</title>
<script type="text/javascript" src="../highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="../highslide/highslide.css" />
</head>
<body>
<div style="position: absolute; top:50px; left:50%; margin-left: -465px; width: 306px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #94D639; z-index: 1" id="Logo">
</div>
<div style="position: absolute; top:50px; left:50%; margin-left: -153px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 2" id="Z1S3">
</div>
<div style="position: absolute; top:50px; left:50%; margin-left: 3px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #94D639; z-index: 3" id="Z1S4">
</div>
<div style="position: absolute; top:50px; left:50%; margin-left: 159px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 4" id="Z1S5">
</div>
<div style="position: absolute; top:50px; left:50%; margin-left: 315px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 5" id="Z1S6">
</div>
<div style="position: absolute; top:206px; left:50%; margin-left: -465px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 6" id="Z2S1">
</div>
<div style="position: absolute; top:206px; left:50%; margin-left: -309px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 7" id="Z2S2">
</div>
</div>
<div style="position: absolute; top:206px; left:50%; margin-left: -153px; padding-top:0px; padding-bottom:0px; width: 150px; height: 150px; border: 0px; background-color: #C8C6C1; z-index: 8" id="Inhalt1">
<img src="flash/Test1.jpg" border="0">
</div>
<div style="position: absolute; top:206px; left:50%; margin-left: 3px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 9" id="Inhalt2">
</div>
<div style="position: absolute; top:206px; left:50%; margin-left: 159px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 10" id="Inhalt3">
</div>
<div style="position: absolute; top:206px; left:50%; margin-left: 315px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 11" id="Z2S6">
</div>
<div style="position: absolute; top:362px; left:50%; margin-left: -465px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #94D639; z-index: 12" id="Impressum">
</div>
<div style="position: absolute; top:362px; left:50%; margin-left: -309px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 13" id="Z3S2">
</div>
<div style="position: absolute; top:362px; left:50%; margin-left: -153px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 14" id="Inhalt4">
</div>
<div style="position: absolute; top:362px; left:50%; margin-left: 3px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 15" id="Inhalt5">
</div>
<div style="position: absolute; top:362px; left:50%; margin-left: 159px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #C8C6C1; z-index: 16" id="Inhalt6">
</div>
<div style="position: absolute; top:362px; left:50%; margin-left: 315px; width: 150px; height: 150px; border: 0px #c0c0c0 dashed; background-color: #94D639; z-index: 17" id="Z3S6">
</div>
</body>
</html>
Vielen Dank schon mal im Voraus!
VG