
0
Webkit-only HTML?
Hey guys,
Is there a webkit only HTML selector as well as CSS selector? So for example, the webkit CSS selector is the following:
@media screen and (-webkit-min-device-pixel-ratio:0) { }
If I wanted to select only Outlook for HTML, I would use:
<!--[if gte mso 9]>
Get a better browser
<![endif]-->
Is there an equivalent if statement for webkit?
Thanks guys!
Best,
James