Webmaster wrote:

Hi guys,

I'm sure this has been covered but it didn't appear in an archive search.
How in blazes does one remove the top margin in Firefox? I've add 0px margin
and padding to *, html, boday and my top DIV and still it persists.

I've already tried removing the first hidden DIV and anchor to no avail.

No hacks please. I'm aiming for a single stylesheet that will validate.
Hopeful, I know. ;)

And is 100.01% still the recommended font-size for body?

Zero all vertical margins and vertical padding.
Change and add:
html, body { font: 100 100.01% Geneva, Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
Your font size on body is a safe cross-browser assumption.
Regards,
David Laakso



--
David Laakso
http://www.dlaakso.com/


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to