AddThis Social Bookmark Button

We came across an issue the other day using custom elements (select boxes, radio buttons) where we needed to include some safari and chrome only CSS. Well you can achieve it by using the following - and it validates!

<link href="/chromeonly.css" type="text/chrome">

and

<link href="/safarionly.css" type="text/safari">