Rotating a div element

前端 未结 5 979
忘掉有多难
忘掉有多难 2021-02-05 18:52

Is it possible to rotate a div element using Javascript & NOT using HTML 5?

If so what attributes of the element do I set/change to make it rotate? Ie, div.what?

5条回答
  •  清歌不尽
    2021-02-05 19:36

    You can do it using Matrix in IE. Here is a function that solves it in a crossbrowser way.

    http://kaisarcode.com/javascript-rotate

提交回复
热议问题