Click to See Complete Forum and Search --> : [RESOLVED] <div> floats on the top right in Mac/FF but not in IE7/Vista. ?


wdgovinda
04-23-2009, 10:58 PM
Hi all

I am testing a page that looks right on mac/FF but
in IE7 (vista) and I see that the
<div id="right_container">
is sitting *below* the
<div id="left_container">
Argh! The css is the same.. the differences in the pages should not
affect anything as far as I know. I don't see the issue.. but IE7
does see something different. Can you spot it?

I want
<div id="right_container">
to sit as a column on the right, with top edge flush with top of the
<div id="body_container">
, just like
<div id="left_container">
does.

Please compare these 2:
http://www.sleeperhouse.com/tempGovinda/orderCSS_IE7_Test_GTlist-good.html

http://www.sleeperhouse.com/tempGovinda/orderCSS_IE7_Test_GTlist-bad.html

:confused:
thanks!
-Govinda