I am using text-align: -moz-center; to align my text in Firefox, with a conditional <!--[If IE]--> to add text-align: center; for Internet Explorer. Obviously this works fine for FF and IE.
However, I can't seem to get the elements to align in the center on the Safari browser.
Is there a CSS hack for Safari similar to -moz-center; or some other way I can get this to work?
Tx in advance.
Start Free Trial