kodsnutters
pluppfisk's storage space for nifty little webbie things
Wednesday, 1 September 2010
How-to: special css for Google Chrome/Safari
/* These styles are especially for Safari and Google Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
div
{
color: red;
}
}
sources:
http://acidmartin.wordpress.com/2009/07/30/hack-for-safari-and-google-chrome-redux/
http://stackoverflow.com/questions/2447511/can-you-target-google-chrome-yes-you-can
Newer Post
Home