Oh and one other thing ... it didnt fix the problem. Anyone got any other ideas what the problem might be? Why one page and one page only, in IE6 only . .would be displaying incorrectly?
The incorrect page is: http://beyondharvest.com.au.thecoolserver.com/contact-us.cfm The correct page is : http://beyondharvest.com.au.thecoolserver.com/client-login.cfm Cheers Mike Kear Windsor, NSW, Australia Macromedia Certified Advanced ColdFusion Developer AFP Webworks Pty Ltd http://afpwebworks.com Full Scale ColdFusion hosting from A$15/month -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Sunday, 30 July 2006 10:55 PM To: [email protected] Subject: Re: [WSG] Site help needed please ... I can't see what i've got wrong Michael Kear wrote: > http://beyondharvest.com.au.thecoolserver.com/contact-us.cfm > Loads below the menu structure in IE6 (it's ok in Firefox) Given the fact that you're using a doctype that isn't valid when served as 'text/html', and that the page is styled so it can't take any font-resizing properly in any browser, I think the following should do for "fixing" IE6... * html div.content {overflow-x: hidden;} It will prevent IE from auto-expanding the container, which causes the drop. Georg -- http://www.gunlaug.no ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
