02
Sep
2009
CSS hack para safari y chrome
@media screen and (-webkit-min-device-pixel-ratio:0)
{
div
{
color: red; /* The text will appear red only in Safari and Google Chrome */
}
}
Tags: css, hack
This entry was posted
on Wednesday, September 2nd, 2009 at 5:23 PM and is filed under css.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.