Alex
I'm not sure what you're trying to do. If the problem is with the header
not scrolling with the content, change the div#header to 'position:
absolute', in stead of 'fixed'.
'position: absolute' fixes the content to the html element in this case,
while 'position: fixed' fixes the content to the viewport (browser window)
If you're still having problems, tell us a bit more about what you want
to achieve. We can then try and see where the problem is.
Regards
Arno Bean
> I am still trying to design a two column layout but neither
>
[quoted text clipped - 5 lines]
>
> Regards, Alex
Alex Bell - 29 Sep 2003 06:46 GMT
Thanks, Arno. I thought that I had given a detailed account of the
problems on the meyer332.htm link The main problem is with MSIE 6 in
that the three boxes are nowhere near where they should be, or at
least where they are with Mozilla, Netscape, or Opera.
Regards, Alex
>Alex
>
[quoted text clipped - 20 lines]
>>
>> Regards, Alex
> I am still trying to design a two column layout but neither
>
[quoted text clipped - 5 lines]
>
> Regards, Alex
position: fixed is not supported by IE
Klaus