Hallo zusammen,
ich habe ein Darstellungsproblem. Bei Safari, Firefox und Opera auf MacOs funktioniert mein CSS bzw DIV Tag, aber bei Internetexplorer auf Windows ist die Seite einfach nur weiß.
HTML:
Code
<div class="divbigleft">
<div class="die_mitte_left">[url='http://www.kleineundlinzenich.de'][img]images/fl_start_kundl.jpg[/img][/url]</div>
</div>
<div class="divbigright">
<div class="die_mitte_right">[url='http://www.cogitomedia.de'][img]images/fl_start_cogito.jpg[/img][/url]</div>
</div>
CSS:
Code
@charset "UTF-8";
.divbigleft {
margin: 0px;
padding: 0px;
height: 100%;
width: 50%;
background-color:#000000;
position: absolute;
}
.divbigright {
margin: 0px;
padding: 0px;
height: 100%;
width: 50%;
background-color:#FFFFFF;
position: absolute;
right: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
margin: 0px;
padding: 0px;
}
.die_mitte_left{
width: 400px;
height: 600px;
position: absolute;
right: 0;
bottom: 0;
}
.die_mitte_right{
width: 400px;
height: 600px;
position: absolute;
left: 0;
bottom: 0;
}
Alles anzeigen
Kann mir da jemand weiterhelfen? Wäre super.
Viele Grüße und schon mal danke für die Mühe
CK