I know that this is extremely unlikely to get the response I am looking for but I was looking for some sort of hack that would allow me to change the CSS on chrome JUST on MAC and not Windows.
I am working on a large Java/JSP product and have very limited access to change the HTML so I HAVE to position a single element using a margin(s).
I have used some CSS hacks to get the position pixel perfect on FF, IE 7,8,9, and 10, WIN Chrome, Opera and Safari however on MAC Chrome and MAC Safari it is a few pixels out.
I am really hoping I don't need to use some JavaScript to check the user agent string and change the margin that way but needs must.
Am I missing another CSS hack here?