how can I rotate the text 90 degrees, which is supported in both FF and IE (6,7,8)?
-moz-transform:rotate(-270deg); -moz-transform-origin: bottom left; -webkit-transform: rotate(-270deg); -webkit-transform-origin: bottom left; -o-transform: rotate(-270deg); -o-transform-origin: bottom left; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
Here's a read link: http://snook.ca/archives/html_and_css/css-text-rotation
Here's an article on how to do this to support all modern browsers
Other articles here:
Source: https://habr.com/ru/post/1772510/More articles:PdfWriter and events - itextLaunch iPad simulator from tools - iossequence no exception using eclipseLink with oracle db - oracleSyntax highlighting in vim terminal but not gVIM - vimДоступ к JMX в производстве через SSH-туннель с использованием JSch - javaData template for two counters that are grouped together - c #VS2010 Chart control: decreasing the Y axis field - asp.netHow to get effective permissions for a user in an AD LDS record in C #? - c #The quick string is replaced by a wildcard - stringС++: чтение из файла с нулевыми символами - c++All Articles