Steven wrote:

> When I place a H1 header in a layer Netscape 6/Mozilla adds
> a linespace above it where Explorer doesn't. Why is this?
> http://www.labspace.f2s.com/LAB/HTML/headinlayer.html

Its a margin that you see, I'm not sure if that is the intended 
behaviour or not. To avoid it, just set this:

H1 {
        BACKGROUND-COLOR: #cc9; margin: 0;
}

Ian


Reply via email to