SyntaxFix
Write A Post
Hire A Developer
Questions
You could use javascript. The other answers to date seem to also target Safari.
if (navigator.userAgent.toLowerCase().indexOf('chrome') > -1) { alert("You'll only see this in Chrome"); $('#someID').css('background-position', '10px 20px'); }