freelance84 Posted May 4, 2010 Share Posted May 4, 2010 Good afternoon! Where's the sun gone I'm freezing! Is it possible to have a table with rowspan with the text in the rowspan to read vertically (like taking an entire sentence after its been type and rotating it 90ccw)? Quote Link to comment Share on other sites More sharing options...
Bar2aYunie Posted May 8, 2010 Share Posted May 8, 2010 Do you mean that the text still is read from top to bottom, like this: t e x t Or do you mean that you'd have to turn your head to read it? Quote Link to comment Share on other sites More sharing options...
jacko310592 Posted May 21, 2010 Share Posted May 21, 2010 try this: table td { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.