Hallo leute... sind Sie hier seit Stunden ... sehe kein Wasser mehr vor lauter Land.
Ein einfaches CSS Layout hat Probleme mit Internet Explorer oder Firefox
... gehe jetzt erst mal an die frische Luft aber vielleicht gibt's hier ja einen Fachmann
gerne helfen kann
für einen Tipp wäre ich sehr dankbar ....
viele Grüße Manfred
Hier der Link zur Test-Seite:
http://www.vbe-hd.de/vms/index.php?opti ... &Itemid=39
Hier die CSS-Datei
* { padding: 0; margin: 0; }
body {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background-color: #00295d;
background-image: url("../images/vbehi.jpg");
background-repeat: no-repeat;
}
#box {
position: relative;
margin: 0 auto;
width: 847px;
height: 500px;
}
#faux {
/*background: url(faux-2-3-col.gif);*/
margin-bottom: 0px;
background-color: #FFFFFF;
overflow: auto;
width: 100%;
}
#head0 {
position:relative;
background-image: url("../images/vbe_head1.gif");
width: 847px;
height: 80px;
}
#head1 {
position:relative;
color: #333;
background: #00295d url("../images/vbe_head2.jpg") no-repeat;
width: 847px;
height: 95px;
}
#left1 {
position:relative;
color: #333;
background-color: #00295d;
background-image: url("../images/vbe_menuleft.jpg");
background-repeat: no-repeat;
padding-left:30px;
width:266px;
height:490px;
float:left;
}
#content {
position:relative;
color: #333;
background-color: #00295d;
background-image: url("../images/vbe_content.jpg");
background-repeat: no-repeat;
padding: 0 50px 0 5;
width:581px;
height:490px;
float:right;
}
#footer1 {
position:relative;
color: #333;
background: #00295d url("../images/vbe_footer.jpg") no-repeat;
width: 847px;
height: 53px;
clear: both;
}
.clear { clear: both; background: none; }
