CaptainB
12-15-2007, 02:54 PM
Hi guys!
I've started making a new design for a new site. It looks all good in FF, but in IE6 there is a problem with the width: The #right jumps below the #main div. Can anybody spot the error? I just seem to can't..
http://behrentzs.com/test/Photosite/
(view source for the rest)
#main { width:750px;
background-color:#ddd;
padding:10px;
margin:10px;
margin-bottom:0px;
float:left;
}
#subcontent { width:170px;
background-color:#ddd;
padding:10px;
margin-top:10px;
margin-right:10px;
float:left;
}
I've started making a new design for a new site. It looks all good in FF, but in IE6 there is a problem with the width: The #right jumps below the #main div. Can anybody spot the error? I just seem to can't..
http://behrentzs.com/test/Photosite/
(view source for the rest)
#main { width:750px;
background-color:#ddd;
padding:10px;
margin:10px;
margin-bottom:0px;
float:left;
}
#subcontent { width:170px;
background-color:#ddd;
padding:10px;
margin-top:10px;
margin-right:10px;
float:left;
}