Using CSS (Cascading Style Sheets)?

Is there a way to have the text go from top to bottom (like on the spine of a book) rather than across? I am working on a web site that needs to have very thin menu items and I want to have the text read this way. Thanks for your help.

Public Comments

  1. As far as I know, there is currently no way to of doing that with CSS. but you could just put a line-break after each letter... :\
  2. You may use a visual filter applied to any rendered area with IE (it does also work on Firefox). See the link below. .verticaltext { writing-mode: tb-rl; filter: flipv fliph; }
Powered by Yahoo! Answers