Click here to Skip to main content
15,867,771 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to show the vertical text in the row header of my table.
I have written following code
C#
lbHeader.Style.Add("writing-mode", "tb-rl");
lbHeader.Style.Add("filter", "flipv fliph");

It's working on IE9 but not in IE10.

I tried –ms-transform : rotate(270deg)
And origin property but it is giving alignment issue.

Please suggest something which will work on all versions of IE
And alignment of this text will be center.
Posted

 
Share this answer
 
Please have a look into the below one

http://css-tricks.com/rotated-table-column-headers/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900