I am using an image as background in a div,I want to use different postioning for Firefox and Chrome.
I want to use this one for Mozila:
background-position: left -14px bottom -1px !important;
I want to use this one for Chrome:
background-position: left -14px bottom -2px !important;
Is it possible ? Please advice me..