I'm using fullscreen with scale outer and I'm having big problems getting the background to be the same size as the window. The background seems to set it's width to a wrong number based on the size of the screen.
Here's the first thing I used to set the width:
<img src="http://puu.sh/3W4yk.png" border="0" />
And the results on a stretched out screen (for testing purposes)
<img src="http://puu.sh/3W4uX.jpg" border="0" />
So I tried this, but it doesn't seem to work either:
<img src="http://puu.sh/3W4tx.png" border="0" />
<img src="http://puu.sh/3W4xD.jpg" border="0" />
So is there anything else I can do to get the background to span across the entire screen?