On Mon, 13 Jun 2005 00:37:04 -0400, Maren Child <[EMAIL PROTECTED]> wrote:
I can't get the proper right margin on the content div in IE6 - I've tried all kinds of things and have read the box model stuff but am still struggling to figure out what's wrong. I put it in a 'container' div with 100% width, as I want an elastic width. The css and html validate.
Here is the page:
http://www.biotext.com.au/test0205/testpage9a.html
It should look just like it does in Firefox.
Maren
Maren,
Just a cursory look. Part of the problem may be that you are using min-width which is not supported by IE. The file needs to be put in quirks mode, a specific division added for the IE min-max selector(with appropriate CSS), and expressions added to your current conditional comments for that selector. Georg Sortun explains it far better than I can, and has numerous examples on his site<http://www.gunlaug.no/contents/wd_1_02_01.html>.
Best,
David Laakso
http://www.dlaakso.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to