I have a <span> that I want to rotate. I am using HTML5, CSS3, and Internet Explorer 9.
I tried the below CSS, but it's not working:
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
How do I rotate the span?
|
I have a I tried the below CSS, but it's not working:
How do I rotate the span? |
||||
|
|
|
You need to use the equivalent for IE as well.
|
|||