Hi ron und wahsaga,
ich wollte unnötiges geschreibsel ersparen, da ich dachte mir kann einfach jemand kurz beschreiben wie man den Bug umgehen kann. Der Effeckt stellt sich bei IE 5.00 und IE 5.5 dar.
Ja was ich als letzteres versucht habe ist hier beschrieben:
http://www.positioniseverything.net/explorer/threepxtest.html
kam ich aber auch nicht damit weiter...
Doch hier mein CSS File:
body {
font-family: Verdana;
font-size: 10px;
background: #EFEBFF;
text-align: center;
margin: 15px;
color: #000000;
}
#header {
height: 96px;
width: 774px;
BACKGROUND:url(http://www.schlosserei-kerner.de/pics/header.jpg);
BACKGROUND-REPEAT: no-repeat;
}
#header_bottom {
/* Angabe für den IE 5.x */
width: 774px;
height: 20px;
text-align:left;
padding-left: 5px;
padding-right: 20px;
padding-top: 3px;
padding-bottom: 2px;
background-color: #000099;
color: #FFFFFF;
voice-family: ""}"";
voice-family: inherit;
/*Angabe für die anderen Browser */
width: 749px;
height: 16px;
padding-left: 5px;
padding-right: 20px;
padding-top: 3px;
padding-bottom: 2px;
text-align:left;
background-color: #000099;
color: #FFFFFF;
}
.dummy1 {
margin: 0; /* Dummy-Angabe für IE 5.0 Bug*/
}
#main {
width: 100%;
background: #B5B6FF;
width: 774px;
}
#menu {
width: 165px;
line-height:15px;
padding-left: 0px;
background-color: #B5B6FF;
border-style: none;
float: left;
padding-top: 20px;
}
#content {
/* Angabe für den IE 5.x */
width: 607px;
padding-left: 5px;
float: left;
background: #FFFFFF;
line-height:15px;
voice-family: ""}"";
voice-family: inherit;
/*Angabe für die anderen Browser */
width: 599px;
padding: 5px;
float: left;
background: #FFFFFF;
line-height:15px;
}
.dummy2 {
margin: 0; /* Dummy-Angabe für IE 5.0 Bug*/
}
#footer {
border-top: solid 1px #000099;
height: 30px;
width: 774px;
clear: both;
BACKGROUND:url(http://www.schlosserei-kerner.de/pics/footer.jpg);
}
Hier der HTML Teil dazu:
<?php
include("header.php");
?>
<body>
<div style="width:774px; margin:0px auto; text-align:left; background-color:#B5B6FF; border:1px solid #000099;">
<div id="header">
</div>
<div id="header_bottom">
<a style="float: right; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px;">letztes Update: 17.03.2005</a>
</div>
<div id="main">
<div id="menu">
<?php
include('menu/dynmenu.php');
?>
</div>
<div id="content">
<b><p class="mittel"Inhalt></b>
<p class="inhalt">Herzlich willkommen,<br>
bei unserem neuen Online - Portal.<br>
Wir möchten Ihnen hier Informationen
rund um unsere Schlosserei näher bringen.<br>
<br>
<br>
<center><img src="../pics/construction.jpg" alt="Stadion Luftaufnahme"></center>
<br>
<br>
Sollten wir Ihr Interesse an unserem Betrieb geweckt haben,<br>
können sie mit uns gerne, über unser Kontaktformular Kontakt aufnehmen.
<br>
<br>
<b>Wir wünschen viel Spass auf unserer Web-Site.</b>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<div style="font-size: 1px; line-height: 0; height: 0; clear: both;"> </div>
</div>
<div id="footer">
</div>
</div>
</body>
</html>
Vielen Dank für Eure Mühe.
Gruß M@rk