blogadresse: http://www.reframes.com/theatermaschine/wordpress/
hallo,
ich plage mich gerade mit dem problem herum, dass im IE die sidebar auf der rechten seite nach unten ans seitenende rutscht. habe schon mit den breitenangaben und padding-angaben herumprobiert - ohne erfolg. hat jemand einen tipp?
liegt der fehler hier irgendwo im stylesheet?
Code
#rap
{
background:#fff url(img/rap.jpg) center repeat-y;
width:787px;
margin:0 auto;
padding:0px 8px;
text-align:left;
font-family: Trebuchet MS,Georgia, Arial, serif;
font-size: 0.9em;
}
#header {
background:#fff url(img/top.jpg) no-repeat bottom;
height: 183px;
margin: 0 auto;
width:787px;
padding:0;
border:#fc9 0px solid;
}
#main
{
margin:0 auto;
padding:0;
background:#fff;
width:740px;
}
#content {
width:510px;
float:left;
padding:5px;
margin:0;
overflow:hidden;
display:inline;
}
#sidebar {
width:186px;
float:right;
padding:8px;
border-left: 0px;
margin:0px;
font-size:1em;
color:#333;
display:inline;
background:url(img/sidebar_bg.gif) repeat;
}
Alles anzeigen