Rotate Text

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • googlemike@hotpop.com

    Rotate Text

    Is it possible to use a new CSS tag that permits one to rotate text
    (such as on top of column headers), and have it work in Firefox AND IE
    ?

    Or is that on the verge of coming out but isn't here yet?

  • David Dorward

    #2
    Re: Rotate Text

    googlemike@hotp op.com wrote:
    [color=blue]
    > Is it possible to use a new CSS tag that permits one to rotate text[/color]

    CSS doesn't have "tags". It has properties. There is no way in CSS 2.x to
    rotate anything, and a Google search[1] suggests that CSS 3 isn't going to
    include the facility either.

    CSS for SVG is another matter, but probably not one relevent to you.

    [1]


    --
    David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
    Home is where the ~/.bashrc is

    Comment

    • googlemike@hotpop.com

      #3
      Re: Rotate Text

      Well isn't that just stupid. All this money going into the W3C and not
      a single brilliant person there can figure out that sideways text for
      column headers would be a great idea.

      Comment

      • Lauri Raittila

        #4
        Re: Rotate Text

        in comp.infosystem s.www.authoring.stylesheets, googlemike@hotp op.com
        wrote:[color=blue]
        > Well isn't that just stupid. All this money going into the W3C and not
        > a single brilliant person there can figure out that sideways text for
        > column headers would be a great idea.[/color]

        How much have you contributed to W3C?. The people there usually do have
        some idea on how much implementing some feature would cost on browsers
        they are implementing, and aren't too keen on adding stuff that have no
        much use.

        Sideways text for column headers is not that great idea anyway, IMHO.

        --
        Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
        Utrecht, NL.
        Support me, buy Opera:

        Comment

        • Harlan Messinger

          #5
          Re: Rotate Text

          googlemike@hotp op.com wrote:[color=blue]
          > Well isn't that just stupid. All this money going into the W3C and not
          > a single brilliant person there can figure out that sideways text for
          > column headers would be a great idea.[/color]

          Unlike a report or a book, a computer monitor is difficult to swivel as
          necessary to read rotated text. And who wants to have to cock his head
          to his left shoulder repeatedly all day long?

          Comment

          • googlemike@hotpop.com

            #6
            Re: Rotate Text

            Okay. Okay. Lauri, you've made a good point. Sorry to offend the
            W3C.org team.

            Comment

            • googlemike@hotpop.com

              #7
              Re: Rotate Text

              Thanks. I needed the laugh. Actually, I was thinking of building a set
              of admin pages for a web app and certain login accounts on that page
              have "bit fields" (0 or 1). Because there's so many of these fields, it
              makes it hard to read without scrolling right. The idea I had was to
              stick rotated text above the columns so that admins could see what the
              bit fields are assigned to without scrolling.

              Comment

              Working...