Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Chrome specific? Re: Chrome specific?

#89440
standuncan
Member

I seen both of these ways in a blog post, (never tried either).



@media not all and (-webkit-min-device-pixel-ratio:0)
{
#example
{
width: 200px;
}
}

and