Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Issue with full-page background Reply To: Issue with full-page background

#176238
Paulie_D
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.