Hallo,
Der CSS Code funktioniert in allen gängigen Browsern einschließlich IE7. Leider macht der IE6 Probleme und macht bei den Divs ein mir unerklärlichen Abstand?
Der CSS Code funktioniert in allen gängigen Browsern einschließlich IE7. Leider macht der IE6 Probleme und macht bei den Divs ein mir unerklärlichen Abstand?
<style type="text/css">
html {
height:100%;
}
* {
padding:0pt;
margin:0pt;
}
body {
background:#010080 url(img/Slice21.jpg) repeat-y center top;
margin:0px;
}
#seite {
margin:0pt auto;
width:692px;
padding-top:30px;
padding-left:9px;
padding-right:9px;
clear:both;
}
#logo {
background:transparent url(img/Slice3.jpg) no-repeat;
width:242px;
height:32px;
float:left;
}
#uhrzeit {
padding-top:15px;
text-align:right;
}
#trennlinie {
background:transparent url(img/Slice7.jpg) repeat-x;
height:4px;
margin-top:5px;
margin-bottom:10px;
clear:both;
}
#menue_links {
float:left;
width:252px;
}
#menue_rechts {
float:right;
width:440px;
}
#menue_rechts_content {
background:transparent url(img/Slice6.jpg) no-repeat;
width:440px;
height:194px;
}
#menue_links_content_oben {
background:transparent url(img/Slice1.jpg) no-repeat;
width:252px;
height:7px;
}
#menue_links_content_mitte {
background:transparent url(img/Slice2.jpg) repeat-y;
width:252px;
height:180px;
}
#menue_links_content_unten {
background:transparent url(img/Slice4.jpg) no-repeat;
width:252px;
height:7px;
}
#content_oben {
background:transparent url(img/Slice9.jpg) no-repeat;
width:693px;
height:16px;
}
#content_mitte {
background:transparent url(img/Slice11.jpg) repeat-y;
width:693px;
margin:0px;
padding:0px;
}
#content {
clear:both;
}
</style>
html {
height:100%;
}
* {
padding:0pt;
margin:0pt;
}
body {
background:#010080 url(img/Slice21.jpg) repeat-y center top;
margin:0px;
}
#seite {
margin:0pt auto;
width:692px;
padding-top:30px;
padding-left:9px;
padding-right:9px;
clear:both;
}
#logo {
background:transparent url(img/Slice3.jpg) no-repeat;
width:242px;
height:32px;
float:left;
}
#uhrzeit {
padding-top:15px;
text-align:right;
}
#trennlinie {
background:transparent url(img/Slice7.jpg) repeat-x;
height:4px;
margin-top:5px;
margin-bottom:10px;
clear:both;
}
#menue_links {
float:left;
width:252px;
}
#menue_rechts {
float:right;
width:440px;
}
#menue_rechts_content {
background:transparent url(img/Slice6.jpg) no-repeat;
width:440px;
height:194px;
}
#menue_links_content_oben {
background:transparent url(img/Slice1.jpg) no-repeat;
width:252px;
height:7px;
}
#menue_links_content_mitte {
background:transparent url(img/Slice2.jpg) repeat-y;
width:252px;
height:180px;
}
#menue_links_content_unten {
background:transparent url(img/Slice4.jpg) no-repeat;
width:252px;
height:7px;
}
#content_oben {
background:transparent url(img/Slice9.jpg) no-repeat;
width:693px;
height:16px;
}
#content_mitte {
background:transparent url(img/Slice11.jpg) repeat-y;
width:693px;
margin:0px;
padding:0px;
}
#content {
clear:both;
}
</style>
Kommentar