Tagged Questions
44
votes
10answers
51k views
Vertical (rotated) text in HTML table
Is there a (portable) way to rotate text in a HTML table cell by 90°?
(I have a table with many columns and much text for the headings, so I'd like to write it vertically to save space.)
1
vote
3answers
108 views
Any ideas about how to use CSS to emulate a messy stamp?
I'm interested in ways to render a span that to look something like one of these:
Here are the tricks I plan on using:
@font-face
-{moz/webkit/o}-transform:rotate
It's for a personal project so ...
1
vote
5answers
3k views
Is there a way to rotate text input?
I have to align a textbox and some text, at about 30 degrees, like this:
I would like it to work at least in IE and FF.
everything I found on the net deals with image rotation.
Anyone?
0
votes
4answers
58 views
Clear the text style of the Element using Javascript
I need to clear the text decoration property of the element using java script.
Currently I am setting text decoration property of element to 'line-through'. In some point of time i need to undo the ...