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.
Otherwise, try applying the CSS3 transform rules to li instead.
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.
Otherwise, try applying the CSS3 transform rules to li instead.