Been having a problem with background-position working in Firefox.
When I set the background-position to bottom, and attachment to fixed the background sits at the bottom of the page in Firefox… but when I set the attachment to scroll (which is what I want) the background sits at the bottom of my last DIV tag or whatever on the page, instead of at the very bottom of the entire page, which creates a massive whitespace gap at the bottom of the page if I don’t have much content within a page, and it is vertically short.
Does anyone know a fix for this?
W3Schools says the background attachment must be set to fixed for background-position to work in Mozilla browsers… but I was wondering if there were any other options…