Problem with background color and Google Chrome

Posted by Sergio del Amo on Stack Overflow See other posts from Stack Overflow or by Sergio del Amo
Published on 2009-01-08T17:49:19Z Indexed on 2010/04/07 11:33 UTC
Read the original article Hit count: 463

Filed under:
|

Sometimes i get a broken background in Chrome. I do not get this error with any other browser.

This is the simple CSS line responsible of the background color of body:

body 
{
   background: black;
   color: white;
   font-family: Chaparral Pro, lucida grande, verdana, sans-serif;
}

This is exactly how i get this problem. I click a link included in an gmail's email and i get:

I refresh the page and the background is colored complete.

Does ayone knows about this problem?

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about css