modify these on your style CSS
#mainInner .left DIV.button1 {
BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #fff 2px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 6px; BORDER-LEFT: 0px; COLOR: #163977; PADDING-TOP: 6px; BORDER-BOTTOM: 0px
}
#mainInner .left DIV.button2 {
BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #fff 2px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 6px; BORDER-LEFT: 0px; COLOR: #163977; PADDING-TOP: 6px; BORDER-BOTTOM: 0px
}
Remove the width 100%;
on
#mainOuter .content
Remove width 100%
on your HTML
rectify the
<TD align=left width=1000>
On 7/30/06,
Michael Kear <[EMAIL PROTECTED]> wrote:
Oh and one other thing ... it didn't 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
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
