One of my sites won't show background-images from CSS anymore, not even when I put it to </__body>-tag.
Example page:
http://www.magalacrima.com/index.php?page=main-chamber
Background-image:
http://magalacrima.com/images/background.jpg
Background-image line from CSS:
Code: Select all
background-image: url("images/background.jpg");
http://www.magalacrima.com/tmp/cache/st ... f691ae.css
Also my CSS was validated using Jigsaw, The W3C CSS Validation Service. Everything should work fine.