Firefox CSS Background Rendering Bug

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

ff1.jpg

Switching between different tabs would restore the background to its intended value (#887D75), but nothing else seemed to work ( even tried <div class="clear"></div> at the bottom of the page ) until I tried this :

body { position:absolute; top:0px; bottom:0px; left:0px; right:0px; }

Tags: , ,
Related posts
Bookmark: Post to Del.icio.us Post to Digg Post to Google Post to Ma.gnolia Post to MyWeb Post to Newsvine Post to Simpy Post to Slashdot Post to Technorati

Leave a Reply