I have a client that needs me to support Safari 6 and up. I had to center some text on a rotating banner but the css to center on IE 9 and Safari 6 and 7 has to be different that what I would use on IE 10+ and Safari 8+. I already have an IE9 conditional statement in place for the IE9 fix but how do I get one in place for Safari 6 and 7? Do I need to browser sniff? Is there a conditional for Safari 6 and 7 only? Or is there a CSS hack for Safari 6 and 7. I have search all over but my searches aren't finding an answer for Safari 6 and 7.
Thanks!