I have what I thought would be a common issue diagnosed online but nothing I am seeing seems to be working as I expect for some reason. I basically have a web site that has several backgrounds stacked on each other. The idea is that buttons will scroll the background up to the next - (critical point) where each background fits the viewable area of the browser exactly, something like:
[Edit] My problem is with getting the background images/div to fit the size of the browser no matter what size it is. In this example the background fits in the browser nicely, but when I resize (as expected as I have set the background height) you can start to see the next background underneath:
I want the first background to fill the viewable browser window. Only when I click the relevent button will the next background become visible - and will itself fill the viewable browser space.
I am at work at the moment and dont have code ro hand to show exactly what I have tried but feel free to put any suggestions this way as I may have just missed a small detail from other findings I have tried.