Is it possible to rotate text from a horizontal position to a vertical on a single point without using something like flash? So I would read the same text normally by tilting my head.
I was thinking you can do this in jquery but couldn’t find a plug in.
I remember looking into this myself and discovering that it was either really hack-y or just not possible.
IE allows
But AFAIK it doesn’t work anywhere else (certainly doesn’t on FF 3).
The best solution seems to be to use images (possibly dynamically generated). Sorry to not be more help!