bubu-der-uhu
New member
Hallo Leute!
Hab folgendes Problem:
Ich will meine Bilder genau zueinander positionieren da diese an manchen Enden zusammen stossen!
Leider ist Im Internet Explorer vom Oberen zum unteren Bild ein Abstand von 5px, beim Firefox allerdings nicht!!!!
Kann mir wer sagen an was das liegt?
LINK: Klick mich
code:
Danke schon mal!!!!
Hab folgendes Problem:
Ich will meine Bilder genau zueinander positionieren da diese an manchen Enden zusammen stossen!
Leider ist Im Internet Explorer vom Oberen zum unteren Bild ein Abstand von 5px, beim Firefox allerdings nicht!!!!
Kann mir wer sagen an was das liegt?
LINK: Klick mich
code:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body>
<div style="width:900px; height:580px; visibility:visible; margin-left:25px; margin-top:0px;">
<img src="grafik/head.jpg" width="900" height="119" style="margin:0px; padding: 0px" vspace="0" border="0">
<img src="grafik/left.jpg" width="21" height="443" style="margin:0px; padding: 0px" vspace="0px" border="0">
<img src="grafik/right.jpg" width="21" height="443" style="margin-left:854px; margin-top:0px; padding: 0px" vspace="0px" border="0">
<img src="grafik/bottom.jpg" width="900" height="18" style="margin-top:-5px;" vspace="0" border="0">
</div>
</body>
</html>
Danke schon mal!!!!