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 6156443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:36:38+00:00 2026-05-23T20:36:38+00:00

I have read a few other posts on Stack Overflow and did some Googling

  • 0

I have read a few other posts on Stack Overflow and did some Googling but so far have not seen anything that is actually working.

I have an h2 I want to rotate 270 degrees in all browsers plus IE6/7. All browsers, FF, Safari, Chrome, IE7, etc., rotate the text just fine but IE6 just won’t rotate 270. I can only get it to rotate 90 which isn’t what I need.

Here is the HTML:

<div class="tab-content">
    <h1>Lorem Ipsum</h1>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</p>
</div>

And here is the CSS:

.tab-content h1 {
    -webkit-transform: rotate(270deg);  
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter:progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand');
    zoom: 1;
    font: 15px Arial, Helvetica, sans-serif;
    color: #4b4b4c;
    text-transform: uppercase;
}

I tried

writing-mode: tb-rl;
filter: flipv fliph; 

as well and that will rotate it 90 degrees but not 270 like I want.

I tired with & w/o zoom:1; and I’m running out of ideas. Any one have a good grasp of rotating text in ie6? There are a lot of articles on rotating images and such but not much on text and I figured it would be the same image or heading…

  • 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-05-23T20:36:38+00:00Added an answer on May 23, 2026 at 8:36 pm

    The matrix transformation filter that you’re using can rotate by any angle, so you should be able to use this to rotate to 270 degrees if you want to. It has some quirks, but it does work. It’s just a shame that the matrix maths is so painful. This article gives a very good overview of how to work out the angles: http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/

    But if you specifically want to rotate 270 degrees, then you don’t need to use the (frankly hideous) matrix filter, because IE also has a much more friendly BasicImage filter.

    Try this:

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    

    The BasicImage filter is only useful if you want to rotate in multiples of 90 degrees. Anything else, and you need to do the matrix transform.

    The rotation=3 tells it to rotate 90 degrees, 3 times — ie 270 degrees.

    Hope that helps.

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

Sidebar

Related Questions

I've read a few posts where people have stated (not suggested, not discussed, not
I have read on Stack Overflow some people that have converting to C#2.0 to
I've read a few other posts like this one about avoiding repetition in Java
I have read few good articles about NHibernate localization but nothing seems to fit
I have read through several reviews on Amazon and some books seem outdated. I
I read Rick Strahl's post about DataContext lifetime management, and some of the other
I'm new to Linq and Visual web developer 2008 Express. I have read some
I've read a few posts on the topic, . Here is my strategy; I
I'm using Tumbrl API to load a few posts onto my homepage. I have
I have read a lot that LISP can redefine syntax on the fly, presumably

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.