[thelist] [TIP] Solution: Zero body margin with CSS in NN4.x

Erik Mattheis thelist at lists.evolt.org
Fri Mar 8 04:47:00 2002


>To eliminate the need for invalid body attributes [leftmargin="0"
>topmargin="0" marginwidth="0" marginheight="0"] in HTML, the following CSS
>produces the same effect in Netscape 4.
>
>body {margin: -10px 0 0 -10px}

This worked for me in NS 4.x with any negative number:

body { margin: -10px}
--

__________________________________________
- Erik Mattheis

(612) 377 2272
http://goZz.com/

__________________________________________