Vertical orientation text in css

css

Solution

Here is an article that details several ways to accomplish this with both CSS and javascript along with the pros and cons of each.

http://net.tutsplus.com/tutorials/html-css-techniques/the-easiest-way-to-create-vertical-text-with-css/

Hope you find it useful.

Problem

I can't believe no one ever asked this so I just assume I don't know the correct name for what I want. I'd like to have a text like `jelly` to be vertical aligned like this: ``` j e l l y ``` Is there a cross browser solution?

Original source