On 6/26/13 4:29 PM, COM wrote:

my css all begin like what's pasted below. I have no idea what things
ought to be inside the html selector. Any thoughts on what the best
practices are?

IIRC...

html { padding: 0; }

exclusively yields the same result in Presto (Opera, for now) that

body { margin: 0; }

does in other browsers.

I engage in overkill and set

html,body { margin: 0; padding 0; }

when I need that result.

I agree with the other posters that you should take a gander at the popular resets and decide if there's anything in them that works for you.


--
Ben Henick              lurker...@henick.net
Sitebuilder At-Large    t:@bhenick
+1 785 856 1863
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to