Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: IE 6 breaking tables.


chrishajer
Participant

@chrishajer

So, when you float the discussions div over to the right, the white background is missing in FF? That’s fine, then there is a SEPARATE fix for the white background. There are two things to change in the stylesheet. This is what it should look like to have a white background and be floated properly in IE:

#front-page #discussions {
float: right;
background: #FFFFFF;
width: 590px;
}

And the theme author, refueled, suggested also overflow: hidden; but I didn’t try or verify that. I just did what is posted in this reply, floating it to the right for IE, then applying a background color of white to the whole div.

Skip to toolbar