more
more copied to clipboard
issue with IE8
On IE8, space is mandatory after url(...)
not supported on IE8:
...{background:url(bg.png)15em 6em no-repeat fixed #fff}
supported on IE8:
...{background:url(bg.png) 15em 6em no-repeat fixed #fff}