<?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>Ersin Acar &#187; ie</title>
	<atom:link href="http://ersinacar.com/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://ersinacar.com</link>
	<description>PHP and Web Technologies Freak</description>
	<lastBuildDate>Fri, 14 May 2010 11:57:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Text rotation with CSS</title>
		<link>http://ersinacar.com/text-rotation-with-css_177.html</link>
		<comments>http://ersinacar.com/text-rotation-with-css_177.html#comments</comments>
		<pubDate>Fri, 21 Aug 2009 07:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[rotation]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://ersinacar.com/?p=177</guid>
		<description><![CDATA[Jonathan Snook posted good CSS stuff on Text Rotation with CSS that takes a nice bit of markup like this:

&#60;div class=&#34;example-date&#34;&#62;
  &#60;span class=&#34;day&#34;&#62;31&#60;/span&#62; 
  &#60;span class=&#34;month&#34;&#62;July&#60;/span&#62; 
  &#60;span class=&#34;year&#34;&#62;2009&#60;/span&#62;
&#60;/div&#62;

and converts it to:

all via the CSS:

-webkit-transform: rotate&#40;-90deg&#41;; 
-moz-transform: rotate&#40;-90deg&#41;;	
filter: progid:DXImageTransform.Microsoft.BasicImage&#40;rotation=3&#41;;

yeah as you can see it&#8217;s working on IE too. Not bad ha?
]]></description>
			<content:encoded><![CDATA[<p>Jonathan Snook posted good CSS stuff on <a href="http://snook.ca/archives/html_and_css/css-text-rotation">Text Rotation with CSS</a> that takes a nice bit of markup like this:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;example-date&quot;&gt;
  &lt;span class=&quot;day&quot;&gt;31&lt;/span&gt; 
  &lt;span class=&quot;month&quot;&gt;July&lt;/span&gt; 
  &lt;span class=&quot;year&quot;&gt;2009&lt;/span&gt;
&lt;/div&gt;</pre></div></div>

<p>and converts it to:<br />
<img src="http://ersinacar.com/wp-content/uploads/2009/08/text-rotation.png" alt="text-rotation" title="text-rotation" width="265" height="100" class="alignnone size-full wp-image-178" /><br />
all via the CSS:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">-webkit-transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>-90deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> 
-moz-transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>-90deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>	
filter<span style="color: #00AA00;">:</span> progid<span style="color: #3333ff;">:DXImageTransform</span><span style="color: #6666ff;">.Microsoft</span>.BasicImage<span style="color: #00AA00;">&#40;</span>rotation<span style="color: #00AA00;">=</span><span style="color: #cc66cc;">3</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span></pre></div></div>

<p>yeah as you can see it&#8217;s working on IE too. Not bad ha?</p>
]]></content:encoded>
			<wfw:commentRss>http://ersinacar.com/text-rotation-with-css_177.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
