Click here to Skip to main content
Click here to Skip to main content

Making Text Upside down using CSS

By , 25 Nov 2011
 

Description

After seeing this message by PompeyBoy3, I wanted the same in CSS, so I have tried & am now posting here.

Code

<html>
<head>
<title>Text Up side down</title>
<style type="text/css">
.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; 
}
</style>
</head>
<body>
<div class="txtUpsideDown">Test message</div>
</body>
</html>

Browser Compatibility

I have tested this script in the following Web browsers:
  • Internet Explorer
  • Mozilla Firefox
  • Google Chrome
  • Safari
  • Opera

Reference

http://css3please.com/

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

thatraja
Web Developer
India India
Member
Programmer | CodeProject MVP, Mentor | Author | Geek | Blogger | Bachelor | Dude
 
About him & his blog? check out here.
 
In Codeproject, he posted a blogpost & more than couple of Tip/Tricks, hope he'll write more soon. And he got a place in CCC table.
 
In programming, he wants to go with new things like HTML5, CSS3, WP7, Silverlight, WPF, WCF, etc.,
 
His hobbies are watching movies, Codeproject, being alone, etc.,

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 3memberGirish Balanagu17 Feb '13 - 19:20 
GeneralRe: My vote of 3mvpthatraja18 Feb '13 - 10:15 
GeneralRe: Cheers. :)memberRaisKazi21 Dec '11 - 0:41 
GeneralRe: Yes Unicode char broken in this site... memberShilpi Boosar13 Mar '11 - 20:45 
GeneralRe: But it looks like broken(I mean that site convert things som...mvpthatraja10 Mar '11 - 7:35 
GeneralRe: ?d??uo? buiz??? (: ??i ?obmemberShilpi Boosar10 Mar '11 - 7:26 
GeneralReason for my vote of 5 Nice one. Especially I liked you cov...memberRaisKazi20 Dec '11 - 19:45 
GeneralRe: But got excess points because you are a silver author now :)mvpthatraja20 Dec '11 - 20:06 
GeneralNice one! I too tried with CSS3 and Canvas. http://my.opera....memberraju dasa2 Dec '11 - 8:08 
GeneralReason for my vote of 5 very nice and concise. Thanks for sh...memberBrianBissell1 Dec '11 - 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 25 Nov 2011
Article Copyright 2011 by thatraja
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid