Currently, I am utilizing an image as the background in a div and I am interested in using different positioning attributes for Firefox and Chrome.
For Mozilla, I plan to use:
background-position: left -14px bottom -1px !important;
And for Chrome, I intend to use:
background-position: left -14px bottom -2px !important;
I would like some insights on whether this is feasible. Any guidance would be greatly appreciated.