[wdvltalk] Re: Validation for body margins

2003-01-22 Thread Furry, Tim
Perry respondethed to my previous post thusly: Try this out. You just might like it. html head titleMargin Killer/title style type=text/css body { margin:0; /* IE Mozilla */ padding:0; /* Opera */ position:absolute; top:0; left:0; /* Netscape 4.7 */ overflow:hidden; /* Removes vertical

[wdvltalk] Re: Validation for body margins

2003-01-20 Thread Janet M. Russeau
When using a style declaration, there is a specific order in which the attributes have to be listed, e.g. top, right, bottom, left. You could try listing the attributes in this order and see if it validates. HTH, Janet Has anyone ever come up with an alternative way to set body margins that