I need a fixed background that get the size of the browser, and it stay at that size, so the content will scroll up down, left, right, but the background stay fixed at back. Is this possible to achieve with ipad2?
background: url("....") no-repeat fixed;
background-size: auto;
background-repeat: no-repeat;
background-attachment: fixed;
With this, the background is loaded at right size, but on scrolling it scroll to and the background color is shown.