Hello, brethren!
I have a background image intentionally set somewhat off the bottom of the page. This, so that there is no gap between it and the bottom of the browser window. It’s coded thus:
body
{
background:
url(without_face_666high.png) 20% 180% no-repeat fixed;
}
Works perfectly fine until you ‘Restore Down’ in Chrome, for example (shrink your window). Then a gap appears between the bottom of the image and the bottom of the page that only gets bigger the smaller you resize the window.
I suspect there’s a simple fix for this that’s just beyond my newbie skills. Any help will be appreciated!