john, 
the solution requires putting the an html comment above the doctype declaration.

If you also add this CSS hack it will work in IE/Mac, Safari and IE5 and 5.5/Windows:

/* Mac IE cannot read this \*/
  * html body{ 
  /* only IE Win and MacOSX can see this, 
  but is hidden from Mac IE by previous filter.*/
  overflow:hidden;
 } 
 * html div#content{ 
 /* only IE Win and MacOSX can see this, 
 but is hidden from Mac IE by previous filter.*/
  height:100%;
  width:100%;
  overflow:auto;
 }

hope this helps,
Grant 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of john
Sent: Wednesday, 13 October 2004 12:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] help with fixed positioning in IE


I appreciate the discussion on this...really, I do. :)  Is there 
somebody who might be able to help me integrate this into my existing 
CSS?  Am I to understand that I can't have my DOCTYPE set to XHTML (I'm 
not very well-versed in what "IE Quirk Mode" is)?

Thanks.

~john
_________________________
Dr. Zeus Web Development
http://www.DrZeus.net
"content without clutter"




john wrote:
> 
> After a bit of searching, I found a site that explains how to get fixed 
> positioning in IE.  This is great news for me, since I really would like 
> such a thing on the design of one of my sites.  Trouble is, I'm having a 
> difficult time incorporating it into my existing CSS, and I'm wondering 
> if there's a kind-hearted soul who could possibly assist me.  What I 
> need is both #banner and #tabmenu to stay put (as it does in Firefox).
> 
> The site I'm working on is at http://www.drzeus.net/redesign/cslewis/
> 
> The page with the CSS code for fixed positioning in IE is at 
> http://limpid.nl/lab/css/fixed/header
> 
> My gratitude to any who can 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
******************************************************

**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to