Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8952541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:53:49+00:00 2026-06-15T13:53:49+00:00

is it possible to rotate text in IE -moz-transform: rotate(330deg); /* FF3.5+ */ -o-transform:

  • 0

is it possible to rotate text in IE

-moz-transform: rotate(330deg);  /* FF3.5+ */
    -o-transform: rotate(330deg);  /* Opera 10.5 */
    -webkit-transform: rotate(330deg);  /* Saf3.1+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=330deg);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=330deg)"; /* IE8 */

lines written for IE are not working.

Can any one help.

EDIT.
I want to rotate text crossed

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:53:51+00:00Added an answer on June 15, 2026 at 1:53 pm

    As it was already pointed out, the solution you want depends on the targeted ie version.

    You should use all the transforms with different vendor prefixes

    -vendor-transform : rotate(330deg);
    

    and for ie versions that do not support css rotation, you can convert the rotation into a filter matrix and apply it to the element.
    Here’s a site that automatically converts the css3 transform to a filter matrix :

     /* IE8+ - must be on one line, unfortunately */ 
     -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8660254037844387, M12=0.49999999999999994, M21=-0.49999999999999994, M22=0.8660254037844387, SizingMethod='auto expand')";
    
    /* IE6 and 7 */ 
    filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.8660254037844387,
            M12=0.49999999999999994,
            M21=-0.49999999999999994,
            M22=0.8660254037844387,
            SizingMethod='auto expand');
    

    The only downside is that in order to make the transform-origin the center of the element, oyu must provide the width and height of that element.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to rotate text by 90° (clockwise or counter-clockwise) using only CSS
I'd like to rotate a text by 90 degrees counter-clockwise. Firefox and Chrome are
Is it possible to rotate a fixed-position block of text 90 degrees and then
Is it possible to rotate text from a horizontal position to a vertical on
Possible Duplicate: Objective C: How can you rotate text for UIButton and UILabel? I
Is it possible to rotate views in XML with APIs previous to Honeycomb -
Is it possible to auto-rotate the default application image according to current landscape mode?
Possible Duplicate: how to rotate the given string to left or right in C?
Possible Duplicate: Mobile site - force landscape only / no auto-rotate I have seen
Is it possible to rotate content by any angle in the new IE9 preview?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.