Trying to get this hack to run in IE6. But it seems that it works for
me only if there is no doctype. Is this the case?
If not, then can someone tell me, please, how I've screwed up the
styling?
Page with proper doctype:
http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie.html
Page with no doctype:
http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie-no-doctype.html
Thanks!
-- Pete
> Trying to get this hack to run in IE6. But it seems that it works for
> me only if there is no doctype. Is this the case?
[quoted text clipped - 9 lines]
>
> http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie-no-doctype.html
You need to validate your HTML. You have closed <html> and <body> twice.

Signature
Fig
pete@pwilson.net - 27 Jul 2005 01:39 GMT
You are so right! Thanks. Now how did I mess up the styling in this
first page, the page with proper doctype:
http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie.html
And how come the hack works on this page with no doctype, which of
course will never validate:
http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie-no-doctype.html
pete@pwilson.net - 27 Jul 2005 01:39 GMT
You are so right! Thanks. Now how did I mess up the styling in this
first page, the page with proper doctype:
http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie.html
And how come the hack works on this page with no doctype, which of
course will never validate:
http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie-no-doctype.html
Jedi Fans - 27 Jul 2005 01:54 GMT
> You are so right! Thanks. Now how did I mess up the styling in this
> first page, the page with proper doctype:
[quoted text clipped - 5 lines]
>
> http://www.pwilson.net/cleanweb/fixed-position/fixpos-ie-no-doctype.html
<br/> should be <br /> in a html document if not <br> [<br /> is more up
to date aka xhtml]