I’m working on a site at http://simplyclassicremodeling.com. The text and background images are placed as desired for Chrome; IE has a separate issue I asked about elsewhere, but with Firefox the background images are not in the intended place (the text is where it’s meant to be, but the background images for the body and the the header are to the left and above their intended position respectively).
How can I tell Firefox to put the backgrounds in the same place as Chrome?
Firefox doesn’t seem to be interpreting
background-position-xandbackground-position-ycorrectly, no idea whether that is correct or not per the specification. Just usebackground-positionas one would normally expect, like so:This worked for 8.0.1 when I edited in the changes through Firebug.