Topic: Rotate text with CSS (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 11-03-2003 16:51
Hello, is there a way to rotate the text using CSS? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-03-2003 18:10
Karl: Yes it is possible but it uses IE filters - see an xample at: |
Maniac (V) Inmate From: California |
posted 11-05-2003 21:21
Do you just need to rotate a heading or something? |
Maniac (V) Inmate From: Seoul, Korea |
posted 11-06-2003 10:39
And speaking of setting it in an image, if this is something you need to do dynamically, you could always use PHP/GD. If you're interested in that route, I believe the Gurus Network has a handy tutorial on the subject... |
Neurotic (0) Inmate Newly admitted From: |
posted 04-20-2005 16:23
if you wish to rotate text, and if your 'text' is not Chinese/Japanese/Korean ideograph character, then you can simply use a CSS style, e.g. (below example I didn't test because I use Linux) code: <div style="writing-mode: tb-rl">This text should be rotated vertically</div>
|
Bipolar (III) Inmate From: Cold Sweden |
posted 04-20-2005 19:33
Umm, do you think you added somthing that was not already said to this 1.5 year old thread? |
Paranoid (IV) Inmate From: Florida |
posted 04-21-2005 00:11
bahahahahah (sorry ) |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 04-21-2005 04:30
Man, and I thought Yannah was the master at digging up old threads... |
Bipolar (III) Inmate From: London |
posted 04-21-2005 10:13
Wowzers! That's gotta be a record, 1 and a half years, congratulations! |
Neurotic (0) Inmate Newly admitted From: |
posted 10-20-2005 22:56
Piggybacking on the current train of thought, I got an HTML table with long heading titles in the first row that I need to print diagonally. Is this possible? or do I have to use an image for the headings? |
Maniac (V) Mad Scientist From: :morF |
posted 10-21-2005 05:29
Frankly, small, simple images may add a tiny amount to your page load times, but they're a lot safer, cross-browser-wise |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 10-21-2005 09:18
suho: true, but the sink only works or forums that have an archive set. Not all do. |
Bipolar (III) Inmate From: Phoenix |
posted 12-31-2005 17:21
(submitter of original post - boy don't I feel like a proud father) Well and actually, it kinda scared me a bit, because I did not recall posting this question as of recent months and so seeing it active in this forum was like "Oh man, I'm really losing it!". |
Neurotic (0) Inmate Newly admitted From: |
posted 03-13-2008 14:40
Oldest thread ever. |
Paranoid (IV) Inmate From: Florida |
posted 03-13-2008 18:20
Now you die. |
Neurotic (0) Inmate Newly admitted From: |
posted 04-04-2008 18:49
i had to align text vertically too - just 2 words in a table th tag; and get it to work in opera (my fav) |