Styling the HTML Tag
Posted on
Apparently, it’s possible to apply a CSS background both the body tag AND the html tag in order to create some interesting layering effects. And it works in Firefox, Chrome and IE 6-8. Probably more, but that’s All I’ve tested it in. Why would you want to do this? I’ll show you three examples where this can come in handy. Use the html tag for a repeating page background and the body tag for a top-only background, such as a gradient Use it with the body-width techn ... read on