Forum Moderators: not2easy

Message Too Old, No Replies

IE7 does not show the div properly

         

asamm

8:20 am on May 14, 2007 (gmt 0)

10+ Year Member



Hi I have a three column layout. right, left and I let the middle column to fit inside the two. In the middle col everything shows ok, except one Div, On IE7 it collapses, but in all other browsers it shows fine including ie6.

here is the code that dive:
margin: 0px 0px 4px 0px; /* center for now */
width: 100%; /* ems so it will grow */
background: url(/skin1/images/panel_types/client_panel_#siteId#_rightbody.png) no-repeat bottom right;
float:left;

I have tried position relative, display block and several other things but it does not work.

any ideas

thanks

le_gber

1:23 pm on May 16, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Without the whole code it's hard to say. Did you write the code from scratch or did you take it from an example website?

If from scratch try google for "3 columns layout" and check out the first result. It shows a 2 fixed centre fluid layout.

If you took if from a site, why not post the whole code (after cleaning it up to the bear minimum)