To Rotate the text 90 degrees (i.e. Display it vertically) we can use below CSS Class
CSS Class.
.verticaltext
{
font-family:Verdana, Arial; font-size:12px;
writing-mode: tb-rl;
filter: flipH() flipV();
}
Wednesday, January 5, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment