[WSG] IE weird display problem

2004-09-30 Thread MirAGe01
I'm working on a page that will consist of 2 columns that will sit inside a wrapper div container. I set the left column to float left with a width of 400px. The right column is set with a margin-left of 400px and a width of 200px. The width of the wrapper container is 600px. The right

Re: [WSG] IE weird display problem

2004-09-30 Thread Isabel Santos
--- Original Message - From: MirAGe01 To: Web Standards Group Sent: Friday, October 01, 2004 5:11 AM Subject: [WSG] IE weird display problem I'm working on a page that will consist of 2 columns that will sit inside a wrapper div container. I set the left column to flo

RE: [WSG] IE weird display problem

2004-09-30 Thread [EMAIL PROTECTED]
Hello, I tried your code. What worked for me is giving the right div a float:right; It worked for both IE6 and FF. - regnard Original Message: - From: MirAGe01 [EMAIL PROTECTED] Date: Thu, 30 Sep 2004 21:11:28 -0700 To: [EMAIL PROTECTED] Subject: [WSG] IE weird display

RE: [WSG] IE weird display problem

2004-09-30 Thread MirAGe01
is all you did is add float:right to the stylesheet rule #right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:07 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] IE weird display problem Hello, I tried your code. What worked

RE: [WSG] IE weird display problem

2004-09-30 Thread MirAGe01
Thanks for the link. From: Isabel Santos [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:05 PMTo: [EMAIL PROTECTED]Subject: Re: [WSG] IE weird display problem Michael: Simple but not perfect: if you can live with a 3px margin different

RE: [WSG] IE weird display problem

2004-09-30 Thread Nick Cowie
IE renders a 3px margin on adjacent divs in certain circunstances. This will take that out; in other browsers, if you have different backgrounds for each div this solution isn't suitable. That will be the IE Three Pixel Text-Jog http://www.positioniseverything.net/explorer/threepxtest.html