<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WiseCodes &#187; Rotate</title>
	<atom:link href="http://www.wisecodes.com/tag/rotate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wisecodes.com</link>
	<description>Bringing You The Power of Code !!</description>
	<lastBuildDate>Wed, 01 Sep 2010 19:33:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Rotating text with CSS</title>
		<link>http://www.wisecodes.com/2009/08/rotating-text-with-css/</link>
		<comments>http://www.wisecodes.com/2009/08/rotating-text-with-css/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:27:58 +0000</pubDate>
		<dc:creator>Venu Thomas</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Rotate]]></category>

		<guid isPermaLink="false">http://www.wisecodes.com/?p=647</guid>
		<description><![CDATA[Jonathan Snook, published an interesting article that shows how to rotate text using CSS. The code is clear that it is not standard and only works in Safari / WebKit, Firefox and Internet Explorer. //CSS .year { width:10px; /* WebKit, Safari */ -webkit-transform: rotate(-90deg); /* Firefox 3.5+*/ -moz-transform: rotate(-90deg); /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); [...]]]></description>
			<content:encoded><![CDATA[<p>Jonathan Snook, published <strong><a href="http://snook.ca/archives/html_and_css/css-text-rotation" target="_blank">an interesting article that shows how to rotate text using CSS.</a></strong></p>
<p><a rel="attachment wp-att-648" href="http://www.wisecodes.com/2009/08/rotating-text-with-css/rotatingtext_040809/"><img class="alignnone size-full wp-image-648" title="RotatingText_040809" src="http://www.wisecodes.com/wp-content/uploads/2009/08/RotatingText_040809.jpg" alt="RotatingText_040809" width="265" height="100" /></a></p>
<p>The code is clear that it is not standard and only works in Safari / WebKit, Firefox and Internet Explorer.</p>
<p><a rel="attachment wp-att-700" href="http://www.wisecodes.com/2009/08/rotating-text-with-css/rotatingtext02_040809/"><img class="alignnone size-full wp-image-700" title="RotatingText02_040809" src="http://www.wisecodes.com/wp-content/uploads/2009/08/RotatingText02_040809.JPG" alt="RotatingText02_040809" width="296" height="113" /></a></p>
<pre class="brush: css;"> //CSS
.year {
width:10px;

/* WebKit, Safari */
-webkit-transform: rotate(-90deg);

/* Firefox 3.5+*/
-moz-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
</pre>
<p>An alternative standard, although <strong><a href="http://css-tricks.com/date-display-with-sprites/" target="_blank">more laborious, we propose the boys CSS-Tricks.</a></strong></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.wisecodes.com/2009/08/rotating-text-with-css/" target="_blank"><img src="http://www.wisecodes.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.wisecodes.com/2009/08/rotating-text-with-css/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wisecodes.com/2009/08/rotating-text-with-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

