Forum Moderators: not2easy

Message Too Old, No Replies

Layout-flow - bottom to top?

         

aspdaddy

12:38 pm on Sep 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Im using this to display text in table cells vertically:
layout-flow : vertical-ideographic

Is there any way to turn the text around so it flows bottom to top instead of top to bottom?

Thanks

SuzyUK

2:51 pm on Sep 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



vertical-ideographic is deprecated in favour of writing-mode

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?

aspdaddy

3:33 pm on Sep 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks, yeah its just for IE.

Woks OK on the screen but displays the text a little blocky and has a bug when printing - it creates additional page breaks.