2 Votes Vote

CSS Text Rotate + Align

Posted by topdog 747 days ago Questions| text rotate align All
I'm using the fancy pants css3 text rotation, but I can't get the text to align to the "bottom" (left). It stays centered.

CODE
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);    
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

That is the text rotate css I'm using.
and I've tried everything from vertical-align to text-align. So not sure if there is a way to get it aligned...or if I'm having a dumb moment.
Please help? biggrin.gif
Discuss Bury


Who Voted for this Question