Jeniffer C. Johnson wrote:
http://kellyhide.offlead.com/index2.html

All margins and paddings are set to 0, but still I'm getting about a
10px gap at the top of the page in Mozilla (page background visible).
IE is showing it correctly, flush to the top.

It's default margins on the paragraph that's causing it, and they differ
between browsers. The top margin on the first paragraph is not being
contained in the #pagecontainer in Moz (and Opera etc.), which causes
the gap. Mozilla (and the others) are correct, while IE/win is wrong.

Fix:
#pagecontainer {padding-top: 1px;}

After that you should set the margins as you like them on those
paragraphs, so they come out the same in all browsers.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to