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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:58:02+00:00 2026-05-11T12:58:02+00:00

This looks like it should be possible with the following: .verticalText { /* IE-only

  • 0

This looks like it should be possible with the following:

.verticalText  {                /* IE-only DX filter */     writing-mode: tb-rl;     filter: flipv fliph;      /* Safari/Chrome function */     -webkit-transform: rotate(270deg);      /* works in latest FX builds */     -moz-transform: rotate(270deg); } 

This works in IE.

It goes wrong in a bizarre way in Safari, Chrome and FX – the cell’s size is calculated before the text is rotated!

screenshot of bug

Here is a demo: http://jsfiddle.net/HSKws/

I’m using dynamic images as a workaround, although that also has its problems. I’m happy with that as a fall-back, but it seems like there should be a way to make this CSS work – it’s almost there.

Anyone know a way to make the cells fit the content after the transform has been applied?

  • 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. 2026-05-11T12:58:03+00:00Added an answer on May 11, 2026 at 12:58 pm

    ‘transform’ alters the orientation of the entire element you declare it on, not the text content inside it. It’s more like IE’s ‘matrix’ property than ‘writing-mode’.

    Crucially, transforming an element doesn’t change how its content size is calculated (or how its parent’s layout is affected by that size). CSS’s algorithms for vertical and horizontal sizing are different and difficult enough to get right to being with; there’s no real consistent way they could accomodate content with arbitrary rotation. So ‘transform’ is like using ‘position: relative’: it changes where the content is rendered, but not anything to do with layout size.

    So if you want to include one in a table you’ll need to set the cell’s ‘height’ explicitly to accomodate the expected rotated ‘width’. If you don’t know that in advance you could potentially hack it up with JavaScript, perhaps.

    FWIW: for me on Fx3.1b3 the span is also rotated like the others. However on Windows with its horizontal-only anti-aliasing (ClearType) the rendering doesn’t look great… a well-rendered image could come out considerably better.

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

Sidebar

Related Questions

It should be possible (and it looks like it is), but assume I have
Does this look like it should work? I'm wanting to generate directions from one
This looks like a long shot, but does anyone know of a way to:
I want to know what this looks like. I don't have any ideas about
Okay. I know this looks like the typical Why didn't he just Google it
I know at first glance (due to the title) this looks like one of
Update: looks like this is indeed a WiX limitation - Cannot add 64bit com+
It looks like this template tag works like a charm for most people: http://blog.localkinegrinds.com/2007/09/06/digg-style-pagination-in-django/
My code looks like this NSNumber *inputToNumber = [NSNumber numberWithFloat:[textField.text floatValue]]; the value from
My database looks like this: Book,Chapter,Verse,Scripture 1,1,1,1text1 1,1,2,1text2 1,1,3,1text3 1,1,4,1text4 1,2,1,2text1 1,2,2,2text2 1,2,3,2text3 I

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.