schutzgeist
Erfahrenes Mitglied
Guten Morgen 
Ich hab im IE6 mit folgender Seite massiv Probleme...
Der innere Aufbau besteht aus 3 Spalten, was im IE7 und FF auch wunderbar funktioniert..
Nur im IE6 reißt es mir da ein Loch rein, das der mittlere Kasten nach unten rutscht und er da anfängt, wo links/rechts zu Ende ist...
HTML:
CSS:
Auch hab ich Probleme im IE6 mit den Abständen/Ränder der Kästen.. ich habe mal einen Screenshot mit angehängt.
Die unteren Ränder der Kästen werden komischerweise nochmal wiederholt und die obere rote Linie wird doppelt angezeigt...
Danke schonmal im voraus,
schutzgeist

Ich hab im IE6 mit folgender Seite massiv Probleme...
Der innere Aufbau besteht aus 3 Spalten, was im IE7 und FF auch wunderbar funktioniert..
Nur im IE6 reißt es mir da ein Loch rein, das der mittlere Kasten nach unten rutscht und er da anfängt, wo links/rechts zu Ende ist...
HTML:
HTML:
<div id="container">
<div id="subnavi"></div>
<div id="head"></div>
<div id="navi"></div>
<div id="wrapper" class="clearfix">
<div id="left">
<div id="dentalhead"><a href="shop/abc.html">ABC</a></div>
<div id="dentalmain"></div>
<div id="dentalbottom"></div>
<div id="buerohead"><a href="shop/abc.html">ABC</a></div>
<div id="bueromain"></div>
<div id="buerobottom"></div>
<div id="leistunghead">ABC</div>
<div id="leistungmain"></div>
<div id="leistungbottom"></div>
</div>
<div id="right">
<div id="suchehead">Suche</div>
<div id="suchemain" style="text-align: center"></div>
<div id="suchebottom"></div>
<div id="pdtdentalhead">ABC</div>
<div id="pdtdentalmain"></div>
<div id="pdtdentalbottom"></div>
<div id="pdtbuerohead">ABC</div>
<div id="pdtbueromain"></div>
<div id="pdtbuerobottom"></div>
<div id="neuheithead">ABC</div>
<div id="neuheitmain"></div>
<div id="neuheitbottom"></div>
</div>
<div id="center">
<div id="contenthead">
<!-- Inhalt -->
</div>
<div id="contentbottom"></div>
</div>
</div>
<div id="foot"></div>
CSS:
Code:
/* CSS Document */
html, body {
margin:0;
padding:0;
height: 100%;
background-color: #eee;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#container {
margin: 0 auto;
width: 994px;
min-height: 100%; /* Moderne Browser */
height: auto !important; /* Moderne Browser */
height: 100%; /* IE */
}
#subnavi {
position: relative;
margin-left: 58px;
top: 26px;
font-size: 11px;
font-weight: bold;
text-align: right;
width: 923px;
border: #F00 1px solid;
height: 18px;
background: url(../img/bg_silver.gif) repeat-x;
padding: 7px 4px 2px 0px;
white-space: nowrap;
}
#subnavi b {
display: none;
}
#subnavi a {
text-decoration: none;
color: #000;
padding: 0 20px 1px 0;
}
#subnavi a:hover {
text-decoration: underline;
}
#head {
position: relative;
top: 25px;
width: 994px;
height: 233px;
background: url(../img/head.jpg);
}
#navi {
position: relative;
top: 24px;
width: 922px;
height: 18px;
background: url(../img/bg_silver.gif) repeat-x;
border: #F00 1px solid;
font-size: 11px;
font-weight: bold;
text-align: center;
padding: 7px 4px 2px 0px;
white-space: nowrap;
margin-left: 7px;
}
#navi b {
display: none;
}
#navi a {
text-decoration: none;
color: #000;
padding-right: 20px;
padding-left: 20px;
}
#navi .space1 {
padding-right: 40px;
}
#navi .space2 {
padding-left: 40px;
}
#navi a:hover {
text-decoration: underline;
}
#wrapper {
margin: 0 auto;
width: 994px;
margin-top: 40px;
}
#wrapper a {
color: #F00;
text-decoration: none;
}
#wrapper a:hover {
color: #F00;
text-decoration: underline;
}
#wrapper input, textarea {
border: 1px solid #F00;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#wrapper .button {
width: 149px;
background: #FFF;
}
#wrapper .contact {
width: 300px;
}
div#left {
float: left;
width: 217px;
background: #FFF;
font-size: 11px;
font-weight: bold;
background-color: #eee;
margin-left: 7px !important;
margin-left: 3px;
}
div#left .link {
text-align: center;
margin-bottom: -9px !important;
padding-bottom: -25px;
margin-top: -9px !important;
margin-top: -25px;
}
div#left .big {
font-size: 14px;
}
div#left .red {
color: #F00;
}
div#right {
float: right;
width: 217px;
background: #FFF;
font-size: 11px;
font-weight: bold;
background-color: #eee;
}
div#center {
margin: 0 200px;
margin-left: 230px;
width: 542px;
background: #FFF;
font-size: 11px;
font-weight: bold;
background: url(../img/box_main_bg.jpg) repeat-y;
}
div#center .red {
color: #F00;
}
/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
#dentalhead {
background:url(../img/box_klein_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
width: 199px;
height: 10px;
}
#dentalhead a{
color: #000;
}
#dentalhead a:hover{
text-decoration: none;
}
#dentalmain {
padding: 9px;
width: 199px;
background: url(../img/box_klein_bg.jpg) repeat-y;
}
#dentalbottom {
background:url(../img/box_klein_bottom.jpg) repeat top;
height: 8px;
margin-bottom: 7px;
}
#buerohead {
background:url(../img/box_klein_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
width: 199px;
height: 11px;
}
#buerohead a{
color: #000;
}
#buerohead a:hover{
text-decoration: none;
}
#bueromain {
padding: 9px;
width: 199px;
background: url(../img/box_klein_bg.jpg) repeat-y;
}
#buerobottom {
background:url(../img/box_klein_bottom.jpg) repeat top;
height: 8px;
margin-bottom: 7px;
}
#leistunghead {
background:url(../img/box_klein_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
width: 199px;
height: 11px;
}
#leistungmain {
padding: 9px;
width: 199px;
background: url(../img/box_klein_bg.jpg) repeat-y;
}
#leistungbottom {
background:url(../img/box_klein_bottom.jpg) repeat top;
height: 8px;
}
#contenthead {
background:url(../img/box_main_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
height: 11px;
}
#contentmain {
padding: 12px;
width: 514px;
font-weight: normal;
}
#contentmain .bigblack {
font-weight: bold;
font-size: 17px;
}
#contentmain .bigred {
font-weight: bold;
font-size: 17px;
color: #F00;
}
#contentmain .bigcenter {
text-align: center;
}
#contentbottom {
background:url(../img/box_main_bottom.jpg) repeat top;
height: 8px;
}
#pdtdentalhead {
background:url(../img/box_klein_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
width: 199px;
height: 11px;
}
#pdtdentalhead a{
color: #000;
}
#pdtdentalhead a:hover{
text-decoration: none;
}
#pdtdentalmain {
padding: 9px;
width: 199px;
background: url(../img/box_klein_bg.jpg) repeat-y;
}
#pdtdentalbottom {
background:url(../img/box_klein_bottom.jpg) repeat top;
height: 8px;
margin-bottom: 7px;
}
#suchehead {
background:url(../img/box_klein_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
width: 199px;
height: 11px;
}
#suchemain {
padding: 9px;
width: 199px;
background: url(../img/box_klein_bg.jpg) repeat-y;
}
#suchebottom {
background:url(../img/box_klein_bottom.jpg) repeat top;
height: 8px;
margin-bottom: 7px;
}
#pdtbuerohead {
background:url(../img/box_klein_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
width: 199px;
height: 11px;
}
#pdtbuerohead a{
color: #000;
}
#pdtbuerohead a:hover{
text-decoration: none;
}
#pdtbueromain {
padding: 9px;
width: 199px;
background: url(../img/box_klein_bg.jpg) repeat-y;
}
#pdtbuerobottom {
background:url(../img/box_klein_bottom.jpg) repeat top;
height: 8px;
margin-bottom: 7px;
}
#neuheithead {
background:url(../img/box_klein_head.jpg) repeat top;
font-size: 11px;
font-weight: bold;
padding: 9px;
width: 199px;
height: 11px;
}
#neuheitmain {
padding: 9px;
width: 199px;
background: url(../img/box_klein_bg.jpg) repeat-y;
}
#neuheitbottom {
background:url(../img/box_klein_bottom.jpg) repeat top;
height: 8px;
}
h1 {
color:#F00;
font-weight: bold;
font-size: 12px;
}
.quote {
border: 1px solid #ccc;
width: 450px;
padding: 10px;
font-style: italic;
font-weight: bold;
}
#foot {
position: relative;
left: 7px;
top: 7px;
font-size: 11px;
font-weight: bold;
text-align: right;
width: 963px;
border: #F00 1px solid;
height: 18px;
background: url(../img/bg_silver.gif) repeat-x;
padding: 7px 15px 2px 0px;
white-space: nowrap;
margin-bottom: 30px;
}
#foot a {
text-decoration: none;
color: #000;
}
#info {
visibility: hidden;
position: absolute;
top: 520px;
border: 1px solid #F00;
padding: 15px;
width: 400px;
background: #FFF;
font-size: 14px;
}
Auch hab ich Probleme im IE6 mit den Abständen/Ränder der Kästen.. ich habe mal einen Screenshot mit angehängt.
Die unteren Ränder der Kästen werden komischerweise nochmal wiederholt und die obere rote Linie wird doppelt angezeigt...
Danke schonmal im voraus,
schutzgeist