Click to See Complete Forum and Search --> : Vertical text


Webskater
09-19-2003, 07:38 AM
Sorry, not sure if this is a javascript question or not.
I need to lay out a table with lots of columns and a varying amount of rows. It is an admin screen and the columns will only contain check boxes.
I would like to be able to be able to write the column headings
vertically - like they do in magazines. i.e. the letters are turned through 90 degrees with the first letter of the word at the bottom and the next one above it and so on. So, you would lean your head to the left to be able to read it. Any ideas how I can do this. Thanks for any help.

Khalid Ali
09-19-2003, 08:02 AM
set the width of the element short enough for one letter ad thenats what you will get..there is no other "Element" to do that

pyro
09-19-2003, 08:03 AM
You can use IE only CSS to do this (filter): http://www.infinitypages.com/research/verticaltext.htm

Webskater
09-19-2003, 11:50 AM
Thanks for your answers.