Page 1 of 1

Inverse Text

Posted: Mon Sep 07, 2009 11:01 am
by protocol96
Hi All,

I have a request to implement an html page with inverse text and then the other page turned right one time only. I have no clue whether this can be done in php, html-css, iframes or what? Tried to Google it and landed up on rentacoder request which is quite similar to my inverse text.

Any tips or clue to get me started would be highly appreciated.

Rentacoder Inverse Request

Re: Inverse Text

Posted: Mon Sep 07, 2009 11:13 am
by Eric!
Are you working with text or images?

Text like this using UNICODE translations:
http://www.sevenwires.com/play/UpsideDownLetters.html

ǝldɯɐxǝ uɐ sı ǝɹǝɥ

There are not unicode translations for numbers though and all the capital letters.

Or just rotating images 180?

You could look at sIFR for creating a custom font with rotated characters.
http://www.mikeindustries.com/blog/sifr/
Or embed your own custom font, which can be tricky across multiple browsers.