-----Original Message----- Javier Sent: Monday, April 11, 2005 1:22 PM To: List WSG Subject: [WSG] IE problem
Hi I used the classic two columns inside a container. Left column float to left and the other to right side. IE 6, ignores the width size of left side and show it bigger than expected then right side goes down. Also, right side right margin is bigger than in Firefox. You can see a page test in: http://home.leyba.com.ar/test/ I've defined borders in left and right columns to allow to see the problem... ***************************************************** The problem is in your markup.css page. If you define your containers in the style sections, redo the links as a ul in the page, and float both left (done for visual reasons but it works with a right float as well) it works well. #contizq{float:left; width:170px;} #contder{float:left; width:365px;} Remove the the @import statement. The page then displays as two floated boxes. Somewhere in the markup is the problem. I'll leave it to you to identify exactly which rule it is. Oh you also have nav with a width of 700px in your layout.css. drew ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
