want to position dynamic text vertically but text length alters the position of text, here is code snippet, adding more text changes the position try on this link
css
#rotate {
position:fixed;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
height:300px;
background-color:#e1e1e1;
margin-top:0px;
}