Is there a way to target only Chrome on Mac ONLY? I have used:
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Webkit Styles here */
}
But that renders in both WIN and MAC.
I would be open to approaching from the other angle and target IE and FF for Mac only if that's my only option.
I'm also wanting to NOT use JavaScript if I can avoid it.
Any ideas?