Targeting Safari 3

Found this CSS hack for Safari 3 today which can be handy from time to time:

@media screen and (-webkit-min-device-pixel-ratio:0){
    /* Safari 3 specific styles go here */
}

Most of the time if something looks good in Firefox 2 there's a 99% chance it will in Safari 3 too. So use this hack sparingly and only when absolutely necessary.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>