/ Published in: CSS
URL: http://dustinbrewer.com/css-hackgetting-safari-to-behave/
The -webkit prefix will ensure it is only applied to safari
Expand |
Embed | Plain Text
@media screen and (-webkit-min-device-pixel-ratio:0) { body { background: red; } }
Comments
Subscribe to comments
You need to login to post a comment.

And Chrome!