Jonathan Snook has posted a nice nugget on text rotation with CSS that takes a nice bit of markup like this:
and converts it to:
all via the CSS:
-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
If you have better solution, just tell me !
0 comments:
Post a Comment