Domanda

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

È stato utile?

Soluzione

Try adding

zoom:1;
position:relative
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top