<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Rotate Elements with CSS&#160;Transformations</title> <atom:link href="http://davidwalsh.name/css-transform-rotate/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/css-transform-rotate</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Tue, 22 May 2012 05:31:04 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: CoursesWeb</title><link>http://davidwalsh.name/css-transform-rotate#comment-31651</link> <dc:creator>CoursesWeb</dc:creator> <pubDate>Mon, 16 Apr 2012 13:54:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-31651</guid> <description>Hi,
On this page:
http://www.coursesweb.net/javascript/rotate-html-objects-div-span-image-jquery_t
it is a tutorial about how to rotate Div, Images, and other HTML elements with jQuery, by any angle.
Works also in IE 7+.</description> <content:encoded><![CDATA[<p>Hi,<br
/> On this page:<br
/> <a
href="http://www.coursesweb.net/javascript/rotate-html-objects-div-span-image-jquery_t" rel="nofollow">http://www.coursesweb.net/javascript/rotate-html-objects-div-span-image-jquery_t</a><br
/> it is a tutorial about how to rotate Div, Images, and other HTML elements with jQuery, by any angle.<br
/> Works also in IE 7+.</p> ]]></content:encoded> </item> <item><title>By: Honnza</title><link>http://davidwalsh.name/css-transform-rotate#comment-31120</link> <dc:creator>Honnza</dc:creator> <pubDate>Mon, 19 Mar 2012 18:58:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-31120</guid> <description>Sure. It can be done. Controlling the CSS style from javascript is easy (at least in jQuery). I have never built a custom slider, but I guess there are multiple ready-made solutions, including jQueryUI. In the worst case, you could kludge one from an overflowing div by listening to its scroll position.</description> <content:encoded><![CDATA[<p>Sure. It can be done. Controlling the CSS style from javascript is easy (at least in jQuery). I have never built a custom slider, but I guess there are multiple ready-made solutions, including jQueryUI. In the worst case, you could kludge one from an overflowing div by listening to its scroll position.</p> ]]></content:encoded> </item> <item><title>By: David</title><link>http://davidwalsh.name/css-transform-rotate#comment-27627</link> <dc:creator>David</dc:creator> <pubDate>Wed, 16 Nov 2011 22:56:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-27627</guid> <description>I&#039;ve found that these CSS rules can be really flaky, seemingly insignificant changes can stop these working. Like a lot of devs I find it really useful to have a quick reference to help with my css rotation. Found this useful site which has a &quot;copy and paste&quot; code generator for CSS transform. http://www.cssrotate.com</description> <content:encoded><![CDATA[<p>I&#8217;ve found that these CSS rules can be really flaky, seemingly insignificant changes can stop these working. Like a lot of devs I find it really useful to have a quick reference to help with my css rotation. Found this useful site which has a &#8220;copy and paste&#8221; code generator for CSS transform. <a
href="http://www.cssrotate.com" rel="nofollow">http://www.cssrotate.com</a></p> ]]></content:encoded> </item> <item><title>By: Brahim</title><link>http://davidwalsh.name/css-transform-rotate#comment-26332</link> <dc:creator>Brahim</dc:creator> <pubDate>Wed, 03 Aug 2011 15:25:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-26332</guid> <description>I am a complete noob. Do you think that this affect could be connected to a slider so that you could rotate the presentation in real time depending on the slider value? Could the content of the frame be a single image?</description> <content:encoded><![CDATA[<p>I am a complete noob. Do you think that this affect could be connected to a slider so that you could rotate the presentation in real time depending on the slider value? Could the content of the frame be a single image?</p> ]]></content:encoded> </item> <item><title>By: Razer</title><link>http://davidwalsh.name/css-transform-rotate#comment-24371</link> <dc:creator>Razer</dc:creator> <pubDate>Thu, 09 Jun 2011 14:20:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-24371</guid> <description>What about rotation and word wrapping the text at same time? I have a text that comes from DB. When the text is too long, one word stays over another. How to solve this?Thank you</description> <content:encoded><![CDATA[<p>What about rotation and word wrapping the text at same time? I have a text that comes from DB. When the text is too long, one word stays over another. How to solve this?</p><p>Thank you</p> ]]></content:encoded> </item> <item><title>By: Josh</title><link>http://davidwalsh.name/css-transform-rotate#comment-24287</link> <dc:creator>Josh</dc:creator> <pubDate>Tue, 31 May 2011 22:43:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-24287</guid> <description>The fractional rotation for IE mentioned here does not actually exists, only integers 0-3.To do a 45 degree, etc. rotation you have to use matrix translations...
http://www.boogdesign.com/examples/transforms/matrix-calculator.html</description> <content:encoded><![CDATA[<p>The fractional rotation for IE mentioned here does not actually exists, only integers 0-3.</p><p>To do a 45 degree, etc. rotation you have to use matrix translations&#8230;<br
/> <a
href="http://www.boogdesign.com/examples/transforms/matrix-calculator.html" rel="nofollow">http://www.boogdesign.com/examples/transforms/matrix-calculator.html</a></p> ]]></content:encoded> </item> <item><title>By: Rakoda</title><link>http://davidwalsh.name/css-transform-rotate#comment-23915</link> <dc:creator>Rakoda</dc:creator> <pubDate>Sat, 07 May 2011 21:59:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-23915</guid> <description>For rotation in older iE browsers you can better use the matrix transform filter.
http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/</description> <content:encoded><![CDATA[<p>For rotation in older iE browsers you can better use the matrix transform filter.<br
/> <a
href="http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/" rel="nofollow">http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/</a></p> ]]></content:encoded> </item> <item><title>By: Ezra</title><link>http://davidwalsh.name/css-transform-rotate#comment-21179</link> <dc:creator>Ezra</dc:creator> <pubDate>Tue, 02 Nov 2010 06:59:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-21179</guid> <description>Any Idea howto apply this to an embedded youtube video? Any time ive tried it the Object refuses to display.</description> <content:encoded><![CDATA[<p>Any Idea howto apply this to an embedded youtube video? Any time ive tried it the Object refuses to display.</p> ]]></content:encoded> </item> <item><title>By: pSouper</title><link>http://davidwalsh.name/css-transform-rotate#comment-18104</link> <dc:creator>pSouper</dc:creator> <pubDate>Wed, 09 Jun 2010 17:43:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-18104</guid> <description>does this mean you might be able to change pages by spinning the current page of the screen revealing the new page underneath (using ajax a of course)</description> <content:encoded><![CDATA[<p>does this mean you might be able to change pages by spinning the current page of the screen revealing the new page underneath (using ajax a of course)</p> ]]></content:encoded> </item> <item><title>By: Ryan Florence</title><link>http://davidwalsh.name/css-transform-rotate#comment-18031</link> <dc:creator>Ryan Florence</dc:creator> <pubDate>Mon, 07 Jun 2010 02:53:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4979#comment-18031</guid> <description>http://moo4q.com !I use &#039;em there.As for IE DXImageTransform -- it&#039;s appearance is, shall we say, flippin&#039; ugly.</description> <content:encoded><![CDATA[<p><a
href="http://moo4q.com" rel="nofollow">http://moo4q.com</a> !</p><p>I use &#8216;em there.</p><p>As for IE DXImageTransform &#8212; it&#8217;s appearance is, shall we say, flippin&#8217; ugly.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.014 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-22 03:58:45 -->
