I am trying to transform my menu items by rotating them 10 degrees. My CSS works in Firefox but I\'ve failed to replicate the effect in Chrome and Safari. I know IE doesn\'t
This is merely an educated guess without seeing the rest of your HTML/CSS:
Have you applied display: block or display: inline-block to li a? If not, try it.
display: block
display: inline-block
li a
Otherwise, try applying the CSS3 transform rules to li instead.
li