Thu, 2004-08-26 03:24
I am working on a design for a site, and I can't get it to look the way I want to in IE, but it looks "correct" in firefox. Can someone take a look and give suggestions?
Thank You,
Vic
Thu, 2004-08-26 14:27
#1
try this
I've had this work out for me before (not sure if IE is reading your layout correctly):
#maincol {
float: left;
width: 550px;
#rightcol {
float: right;
width: 200px;
}
#footer {
clear: both;
/* other styles*/
}