Firefox CSS Background Rendering Bug
Just stumbled upon this CSS bugfix and thought I’d post my findings. I was trying to figure out why Firefox wouldn’t completely render page background-color on pages without scrollbars. For example:

Switching between different tabs would restore the background to its intended CSS value (#887D75), but nothing else seemed to work ( even tried <div class="clear"></div> at the bottom of the page ) until I tried this CSS:
body { position:absolute; top:0px; bottom:0px; left:0px; right:0px; }









