vote up 0 vote down star

I'm really having a hard time with IE7 as it is making part of my page fluid where it should be fixed. Works fine in every other browser but IE.

Here is the link... . If you shrink the window you will see how the page gets all skewed.

Here is the css used to control the 2 columns, left_body being the left content and right_body the right column.

#left_body
{
    float: left;
    width: 900px;
}

#right_body
{
    padding-right: 5px;
    float: right;
    width: 200px;
}
flag

1 Answer

vote up 1 vote down

Figured it out. Had position:relative, needed to be position:static

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.