Yelotofu

Yelotofu ~ “In building standards compliant sites we are creating a better Web for the future.”

Targeting Safari 3

Tags: , , , ,

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.

Similar Posts

Leave a Reply

* marks a required field.



(this will not be published)