/ Published in: CSS
URL: http://themechanism.com/blog/2008/01/08/safari-css-hack-redux/
Found this at themechanism.com, tested it, works great. Saving here for later reference.
Expand |
Embed | Plain Text
@media screen and (-webkit-min-device-pixel-ratio:0) { body { background-color: blue; } }
You need to login to post a comment.
