Has anyone else seen this or have any ideas on how to prevent it? I've noticed it happens only in Chrome and disappears as soon as the window is scrolled or resized.

Here's an example of the code:

background-image:
    url(cloud-2.png), 
    url(cloud-1.png),  
    url(cloud-3.png), 
    url(cloud-3.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce4e8), color-stop(4%,#cce4e8), color-stop(30%,#e8f1f2), color-stop(100%,#cce4e8));

And here's a screenshot: http://cl.ly/1m3e161v1A3P0F1d3Z1Y

link|improve this question
Is the gradient supposed to cover the whole background? Do you have a working example? More code would be helpful. – Duopixel Jul 18 '11 at 19:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.