Jeremy Stein - Brain
« Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. | Vonage Technical Support Email Address » |
IE vertical text not printing
Ever see that neat trick to make text vertical in Internet Explorer? It uses a couple of IE-specific style elements:
First, use this: writing-mode: tb-rl;
Then, flip it on the vertical with this: writing-mode: tb-rl; filter: flipv ;
And one more flip gives you this: writing-mode: tb-rl; filter: flipv fliph;
Now try printing this page. For me, the text with the flipv and fliph filters doesn’t print. Yet it looks OK when I use print preview. Strange, huh?
3 Comments
- solde replied:
http://www.sevenwires.com/play/UpsideDownLetters.html
December 6th, 2011 at 9:33 pm. Permalink.
- Harry replied:
Have you figured out a solution to the printing issue with FlipV FlipH? I have the same problem with my webpage.
September 13th, 2012 at 11:57 am. Permalink.
- Jeremy replied:
No, I don’t have a solution.
September 13th, 2012 at 4:50 pm. Permalink.
« Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. | Vonage Technical Support Email Address » |
Leave a Reply