Forum Moderators: not2easy
you can use the IE writing-mode [msdn.microsoft.com] property with a propertiary flip filter to get what you want
writing-mode: tb-rl;
filter: flipv fliph;
Note: all of the above properties are IE only, (inc.vertical-ideographic) haven't found what if anything will achieve the same for other browsers.. or do you just need IE?