css3 - Rotate in Opera -


I just downloaded the latest version of Opera. Is there a way to rotate my element with CSS3? According to

, something like this should be done:

  div {-o-transform: rotate (30deg); }  

Do not forget the properties of other browsers ( -moz-transform , -webkit-transform ), if you have cross-browser Support!


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -