An article I read this morning on SitePoint called Styling the html and body Elements made me re-think the way I implement my core template framework. In the past, I’ve always placed each template in a wrapper <div> and then used that for positioning.
Seems like a pointless exercise when I can just as easily use the <body> tag for positioning – especially since there are no problems doing this across all the major browsers.
Not exactly a monumental find, but still a nice tidbit to add to the toolkit.