<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>min-width in IE</title>
<style type="text/css">
<!--
html, body {
margin: 0px;
padding: 0px;
height: 100%;
}
div.wrapper {
width: 100%;
min-width: 814px;
min-height: 100%;
background-color:#838483;
}
* html div.wrapper { /* Für IE */
height: 100%;
}
/* the bodge for IE6 browsers */
* html .minwidth {padding-left:814px;}
* html .container {margin-left:-814px;position:relative;}
div.header {
width: 100%;
height: 191px;
position: relative;
z-index: 5;
background-color:#009999
}
div.HeaderleftCol {
width: 342px;
float: left;
padding: 0;
height:100%;
background-image:url(Bilder/cool_design3_01.jpg);
margin-right: 0 !important;
margin-right: -3px; /* Für IE */
}
div.HeaderrightCol {
width: 472px;
float: right;
padding: 0;
height:100%;
background-image:url(Bilder/cool_design3_1_03.jpg);
margin-left: 0 !important;
margin-left: -3px; /* Für IE */
}
div.HeadercenterCol {
margin: 0 472px 0 342px !important;
margin: 0 469px 0 339px; /* Für IE */
padding: 0;
height:100%;
background-image:url(Bilder/cool_design3_1_02.jpg);
}
div.topNavi {
width: 100%;
height: 20px;
background: #fff;
}
div.leftCol {
width: 208px;
float: left;
padding: 0;
}
div.rightCol {
width: 150px;
float: right;
padding: 0;
position:relative;
z-index:5;
}
div.centerCol {
margin: 0 150px 0 208px;
padding: 0;
z-index:5;
}
div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}
div.footer {
width: 100%;
margin: -20px auto 0 auto;
padding: 0;
height: 20px;
background: red;
position:relative;
z-index:5;
}
-->
</style>
</head>
<body>
<div class="wrapper">
<div class="minwidth">
<div class="container">
<img src="Bilder/trenner_rechts.gif" alt="" style="float:right;position:absolute;right:199px;" height="100%" width="9"/>
<img src="Bilder/trenner_rechts.gif" alt="" style="float:left;position:absolute;left:199px;" height="100%" width="9"/>
<div class="header">
<div class="HeaderleftCol">z</div>
<div class="HeaderrightCol">z</div>
<div class="HeadercenterCol">z</div>
</div>
<div class="leftCol">leftCol</div>
<div class="rightCol">rightCol</div>
<div class="centerCol">centerCol</div>
<div class="clear"> </div>
</div>
</div>
</div>
<div class="footer">footer</div>
</body>
</html>