CBrownAtWork
Technical User
Hi --
I'm trying to run text from the bottom of a cell to the top with writing-mode:
.vertical
{
writing-mode: tb-rl;
filter: flipv fliph;
}
it works fine onscreen but then when I print it the cell's contents flip 180 degrees. Any ideas on how to keep this from happening? The client's machines only have either IE5.5 or 6, so I'm not worried about cross-platform issues.
Thanks!
I'm trying to run text from the bottom of a cell to the top with writing-mode:
.vertical
{
writing-mode: tb-rl;
filter: flipv fliph;
}
it works fine onscreen but then when I print it the cell's contents flip 180 degrees. Any ideas on how to keep this from happening? The client's machines only have either IE5.5 or 6, so I'm not worried about cross-platform issues.
Thanks!