margins

IE and Netscape both have their own way of getting rid of margins.  In the BODY
tag you would place marginheight=0 and marginwidth=0 for Netscape, and
topmargin=0 and leftmargin=0 for IE.  Is there a way to accomplish this for both
IE and Netscape using style sheets?  I tried using the margin setting in a style
sheet, but it only worked for IE:

<style type="text/css">
body { margin: 0px; }
</style>

Any suggestions?  Or am I better off just keeping the non compliant method until
Netscape supports this?
Thanks,
Peter Foti

Received on Thursday, 1 June 2000 16:29:40 UTC