| text align vertical [message #1059969] |
Wed, 22 May 2013 07:52  |
roger said Messages: 2 Registered: May 2013 |
Junior Member |
|
|
hi can somebody help me in this.i try to use some codes for rotating my text to vertical.i tried it on IE and MOZ and it worked.but when using the code in BIRT in a textbox the text stays as it is. thx.
this is the code: <style type = "text/css">
span{
position : absolute;
left: 40%;
-webkit-transform: rotate(89deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
writing-mode: rl-tb;
}
</style>
<span> my text </span>
|
|
|
|
Powered by
FUDForum. Page generated in 0.01758 seconds