i want to rotate a span text using css transform in IE7 and IE8 browser.
<SPAN style="FONT-SIZE: 14px; -ms-transform:rotate(-90deg); FONT-FAMILY: Segoe UI; POSITION: absolute; ZOOM: 1; COLOR: #707070; LEFT: -64px; TOP: 234px; VISIBILITY: visible">Sales Amount in millions(USD)
</SPAN>
above code will rotate the text in IE9+ and other browsers. but how can i rotate the span text that will work in IE7 and IE8 browser.
filter to support older version
how can i use filter to rotate span element ?
Thanks,
Siva