Skip to content Skip to sidebar Skip to footer

Float Right Is Not Working In Ie 7 But Works In Ff Ie8

I have this code
float:left for both #newsletter_box and the inline floated div. This will ensure they both sit at the same position vertically, you can then adjust the horizontal positioning using % widths.

I'd also check out this article to clear the float because you have images involved.

Solution 2:

You need to float the left bar as well, add float:left to #facebook_bar.

Post a Comment for "Float Right Is Not Working In Ie 7 But Works In Ff Ie8"