francis
15th Oct 2004, 09:42 pm
I've been sitting on this for a couple of weeks to see if anyone else saw it, but it appears not. Tantek (of box model hack fame/infamy) recently created a stylesheet (http://www.meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss/) (writeup by Meyer) that all of the default margin and padding from most HTML elements that render differently cross-browser. Different browsers apply slightly different amounts of margin and padding to elements, so including this in a document could be a boon.
I saw a post on the W3C's HTML evangelist list (http://lists.w3.org/Archives/Public/public-evangelist/2004Sep/0003.html) from someone saying that it he applies the same thing in one rule using the CSS universal selector (http://www.w3.org/TR/REC-CSS2/selector.html#x10), which seems to work well.
I saw a post on the W3C's HTML evangelist list (http://lists.w3.org/Archives/Public/public-evangelist/2004Sep/0003.html) from someone saying that it he applies the same thing in one rule using the CSS universal selector (http://www.w3.org/TR/REC-CSS2/selector.html#x10), which seems to work well.