Ahmed Essam wrote:
> I'm making a two columns layout for my website...
> I face a problem in internet explorer when I used tables in the contents 
> column (the right one)
> As the left column is floating to the left, the tables clears the right side 
> of that column, although all other
> contents sucha s text or images are place correctly..
> What can i do?
> 
> http://www.ahm531.com/archfoundation.html

IE can't handle overflow properly - especially in 'quirks mode', and the 
elements with margins are too wide with the given styles.

Change the styles on the div around those tables, so they read...

<div style="margin:30px auto; text-align:center; padding:3px; 
border:#369 thin solid; width: 455px;">

...and it will work.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to