Home › Forums › CSS › Issue with full-page background › Reply To: Issue with full-page background
July 23, 2014 at 7:18 am
#176238
Member
Hmm…we’re verging into areas now where I think we’ll need Javascript/JQuery.
This is a little closer http://codepen.io/Paulie-D/pen/ocuJg
I moved the bg image to the body since that’s what it seems is required and positioned it a distance from the top roughly equal to the header height.
When the scroll happens the image stays in place but at present this leaves a gap at the top.
We need a solution for that which is where I think the JS/JQ would be needed **unless your intended image could have that amount of extra space at the top anyway. then it’s a done deal.