Background-size:cover, 1px whitespace to the left

css, html

Solution

That did not work for me, because i used background cover, but i just added a chrome specific line to set my background-size to 101%, that seems to fix it (for the eye). Thanks for the input.

Problem

I have a small problem on my site about background-size:cover I have been testing it in Firefox all along, but when i load the page in Google Chrome, i get 1px white all to the left. When i use background-position:-1px the white edge left goes away (but then i get it to the right). Is there any way to fix this, and still keep the cover? I applied this to my body: background:url("images/baggrund.jpg") no-repeat center center fixed; background-size: cover I can not link to the site at the moment, but hope i described it clear enough. Thanks in advance Edit: added a screenshot, top comes from firefox, bottom from Chrome.

Original source

Related problems