I am facing a challenge with aligning the background image inside the #main
div with that of the body
. Both backgrounds are similar and I want them to be properly aligned, but with only horizontal repeating on the #main
background. The aim is to prevent the entire background from scrolling with the page when using background-attachment: fixed;
.
You can see a visual demonstration here: Demonstration http://img163.imageshack.us/img163/2783/bgfixedexample.png
(I attempted to seek help on doctype, but encountered issues with my Google OpenID login)