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)? Link to comment https://forums.phpfreaks.com/topic/200661-rowspan-to-read-vertically/ 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? Link to comment https://forums.phpfreaks.com/topic/200661-rowspan-to-read-vertically/#findComment-1055026 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); } Link to comment https://forums.phpfreaks.com/topic/200661-rowspan-to-read-vertically/#findComment-1061545 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.