Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Check out the answer to this question. How did the inverted text appear as text? In other words, I was expecting it to be an image.

share|improve this question
1  
Why don't you ask on that question, or if you have a new question come up with a much better headline. – rooftop Apr 30 '12 at 14:55
1  
Why ask here? Entirely off-topic. – Oded Apr 30 '12 at 14:56
1  
Gentlemen, you should use your vote downs more cautiously. This is a valid question since I'm trying to create some effects in HTML. The title, I agree, is not ideal. – Raheel Khan Apr 30 '12 at 15:04
1  
maybe you should have just googled "upside down text" and you would have got your answer – Blowsie Aug 21 '12 at 12:24

closed as off topic by BoltClock Oct 9 '12 at 5:15

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 9 down vote accepted
+500

Carefully chosen Unicode Characters, notice that the bases don't align properly

uɐɥʞ lǝǝɥɐɹ ollǝH

http://www.upsidedowntext.com/

share|improve this answer
   
Thanks. That seems like the best approach since it is standard agnostic and will run on any browser that supports unicode. – Raheel Khan Apr 30 '12 at 15:09
try to use this .txtUpsideDown { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); /* IE6,IE7 / ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; / IE8 / -moz-transform: rotate(-180deg); / FF3.5+ / -o-transform: rotate(-180deg); / Opera 10.5 / -webkit-transform: rotate(-180deg); / Safari 3.1+, Chrome */ position: absolute; } – Arif Oct 10 '12 at 9:16

˙ʇuıodpuɐʇs ןɐɔıuɥɔǝʇ ɐ ɯoɹɟ ǝuop ʎןןɐnʇɔɐ sı sıɥʇ ʍoɥ ǝɹns ʇou ˙˙˙pǝsnɯɐ ɯ,ı

http://www.fliptext.org/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.