Richard Grevers wrote:
> IE 6 seems to be collapsing the margin on H1 at
> 
> http://www.zekes.co.nz/
> 
> while other browsers get it correct. Putting a padding on body hasn't
>  helped. I'm guessing that <div id="skiplinks"> is running 
> interference. Is there a way to fix this?

Restyle skiplinks...

#skiplinks {
left: -1000px;
width: 800px;
position: relative;
height: 30px;
margin-bottom: -30px;
}

...and IE 6 will use it to set H1's margin against and line up H1
correctly. Skiplinks will be just as invisible as before, but it stays
in the flow.

Comment: skip links should ideally be available to all, but that's
another matter.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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