Topic: Rotate text with CSS (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
![]() Hello, is there a way to rotate the text using CSS? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Karl: Yes it is possible but it uses IE filters - see an xample at: |
Maniac (V) Inmate From: California |
![]() Do you just need to rotate a heading or something? |
Maniac (V) Inmate From: Seoul, Korea |
![]() 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: |
![]() 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 |
![]() Umm, do you think you added somthing that was not already said to this 1.5 year old thread? |
Paranoid (IV) Inmate From: Florida |
![]() bahahahahah (sorry |
Maniac (V) Mad Librarian From: Seoul, Korea |
![]() Man, and I thought Yannah was the master at digging up old threads... |
Bipolar (III) Inmate From: London |
![]() Wowzers! That's gotta be a record, 1 and a half years, congratulations! |
Neurotic (0) Inmate Newly admitted From: |
![]() 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 |
![]() 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 |
![]() suho: true, but the sink only works or forums that have an archive set. Not all do. |
Bipolar (III) Inmate From: Phoenix |
![]() (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: |
![]() Oldest thread ever. |
Paranoid (IV) Inmate From: Florida |
![]() Now you die. |
Neurotic (0) Inmate Newly admitted From: |
![]() i had to align text vertically too - just 2 words in a table th tag; and get it to work in opera (my fav) |