[WSG] IE6 width issue

2008-04-27 Thread Lynette Smith
Good morning A client is still having issues with his site www.bourkebridgeinn.com.au. I asked him to send me a screenshot: http://www.westernwebdesign.com.au/test/screenshot.jpg It seems to be a problem only in IE6 at a screen resolution of 800x600 and lower. The #header does not fit

Re: [WSG] IE6 width issue

2008-04-27 Thread Al Sparber
From: Lynette Smith [EMAIL PROTECTED] A client is still having issues with his site www.bourkebridgeinn.com.au. I asked him to send me a screenshot: http://www.westernwebdesign.com.au/test/screenshot.jpg It seems to be a problem only in IE6 at a screen resolution of 800x600 It breaks to 2

Re: [WSG] IE6 width issue

2008-04-27 Thread Lynette Smith
I was wondering if it was anything to do with the max-width I have on #container and #nav as I know IE6 does not recognise max-width. I have changed max-width: 80em to width: 100% and also changed the width of #main from 69% to 59%. This seems to have fixed all the issues in IE6 except

Re: [WSG] IE6 width issue

2008-04-27 Thread Lynette Smith
Thanks Al You need min-width in addition to, or instead of, max-width. IE7 will be fine, along with other modern browsers. For IE6 you need to use a script or a CSS expression to set min-width. You can google ie6 min-width css expression. You should get lots of hits. If not, reply back and

Re: [WSG] IE6 width issue

2008-04-27 Thread Al Sparber
From: Lynette Smith [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Sunday, April 27, 2008 11:41 PM Subject: Re: [WSG] IE6 width issue Thanks Al You need min-width in addition to, or instead of, max-width. IE7 will be fine, along with other modern browsers. For IE6 you need to use