Antipitch: IE 7 - Anzeigefehler bei Tabellen - Darstellung

Beitrag lesen

Hi starwarskid,

Es geht nur sowas mit css:

???

Es geht auch sowas mit css (ohne quirksmode ;-):

<style type="text/css">
html, body {
margin:0;
padding:0;
border:0 none;
height:100%;
}

#container {
width:200px;
height:100%;
background-color: #CC0000;
}

#top {
height:100px;
background-color: #999900;
}
</style>

<div id="container">
  <div id="top">&nbsp;<div>
  <div>&nbsp;</div>
</div>

Stellt genau dar, was du haben wolltest (wenn ich dich nicht falsch verstanden habe).

Gruß
Antipitch