/ Published in: CSS
Expand |
Embed | Plain Text
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
Comments
Subscribe to comments
You need to login to post a comment.
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
Subscribe to comments
You need to login to post a comment.
sligthly safer to use via javascript, and wrap in a try catch:
... and with browser detection in jQuery: