문제

I add a css rule

filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)

to an text element . It rotates as I expected. However, I found that the background - color will change to grey. I tried changing the background-color to none it still not working, any fix for this? Thanks for helping

도움이 되었습니까?

해결책

Try adding

zoom:1;
position:relative
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top