Dan Craciun wrote:
> The layout here http://qurl.com/j2kz1 , works as intended in Opera
> and Firefox, the html and css validates, but in IE 6  is completely
> broken.

IE6 doesn't understand 'position: fixed'.

> Any suggestions on how can I fix this (and keep the code valid)?

You can of course 'fake position: fixed in IE6'[1], and 'hide the
non-valid garbage from the validator'[2]. It's a bunch of dirty tricks,
but it will fool both IE6 and the W3C validators.

Example - copy of your page...
<http://www.gunlaug.no/tos/alien/dc/cddm.htm>
...that will also work acceptable in IE6.
Additional CSS for IE6...
<http://www.gunlaug.no/tos/alien/dc/url(cddm.css)%20all>

regards
        Georg

[1]http://www.gunlaug.no/contents/wd_additions_15.html
[2]http://www.gunlaug.no/contents/wd_additions_12.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to