<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - reverend</title>
<link>http://snipplr.com/users/reverend/language/javascript/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 14:08:47 GMT</pubDate>
<item>
<title>(JavaScript) Target specific browsers in CSS with JS</title>
<link>http://snipplr.com/view/58815/target-specific-browsers-in-css-with-js/</link>
<description><![CDATA[ <p>Will produce output like this:


	...



	...




Target in CSS like this:

html[data-useragent*='Chrome/13.0'] .nav {background:url(img/radial_grad.png) center bottom no-repeat;}

or

html[data-useragent*='Chrome/13.0'][data-platform='Win32'] {}

or iPad only
html[data-platform='iPad']</p> ]]></description>
<pubDate>Tue, 20 Sep 2011 03:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/58815/target-specific-browsers-in-css-with-js/</guid>
</item>
</channel>
</rss>