Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Rotate an element in IE

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25200
    matth
    Member

    I need a way to rotate div in IE.
    In Safari and Firefox 3.5 you can use:

    Code:
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);

    But I don’t know how to make the div rotate in IE.

    I’ve seen the Mircosoft Matrix filter (http://msdn.microsoft.com/en-us/library … 85%29.aspx), but don’t understand how it works.

    Any help would be appreciated.

    #59315
    TheDoc
    Member

    As far as I know, you can’t without using some javascript.

    #59316
    apostrophe
    Participant

    I just did a quick search and found this http://wilq32.googlepages.com/wilq32.rollimage222 which actually looks pretty cool. I may have to look for an excuse to use it somewhere myself. :D

    #59310
    matth
    Member

    Thanks for the link. I’ve seen that before. I was just wondering if it could be done in CSS. Guess not, but thanks for the help. :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.