1 reply [Last post]
civrot
Offline
newbie
Last seen: 19 years 1 week ago
Timezone: GMT-8
Joined: 2004-05-28
Posts: 1
Points: 0

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?

http://civrot.org/redesign

Thank You,
Vic

azraelmustdye
Offline
newbie
Last seen: 19 years 2 weeks ago
Joined: 2004-05-26
Posts: 4
Points: 0

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*/
}