Attached is a screenshot for reference: https://i.sstatic.net/XjaO8.jpg
The background seems a bit off in both Internet Explorer and Chrome (although it was working fine before? hence the exact numbers??), while it looks okay in Firefox.
Below is the code that I believed to be very simple... am I overlooking something?
#wrapper{ width:100%; overflow:hidden; position:relative; background:url(../images/body-bg.jpg) no-repeat ; background-position: -20px top; }
And here's a fix for Internet Explorer:
#wrapper{ background-position: -21px top; }
I just want it centered actually, so I'll change it to "center top".