Hi again,
Steve wrote:Hi David,
I would change what you have:
body > .row > [class*='coffee-span-'].header-container {
[..]
height: 100%;
}
to this:
html {
background: url(../images/ddg_background.jpg) no-repeat center center fixed;
[..] background-size: cover;
}
Unfortunately that doesn't seem to work. What happens is the background image gets completely covered by the page area - ie rather than the page.. [engages brain...]
Duh.. There's a body background set in the main.css. I guess I may've set that waaaaaay back in the very early minutes of the project before I decided to re-do large parts of things from scratch

That fixed, and things seem to look and work a bit better.. (And yes, you may nominate that for "understatement of the year" if you so wish

)
Thanks very muchly for the help - and again thanks to Mansour for the original idea
david@kiwiscene.kiwi