<?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/"
		>
<channel>
	<title>Comments on: Awesome Cufonized Fly-out Menu with jQuery and CSS3</title>
	<atom:link href="http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:41:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Caio Carrara</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-414808</link>
		<dc:creator>Caio Carrara</dc:creator>
		<pubDate>Wed, 25 Jan 2012 12:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-414808</guid>
		<description>Hey guys! I tried to build a customized version of menu... Here&#039;s the result: http://caiocarrara.com.br/home/codeDemo/CustomizedFlyOutMenu/ -- It&#039;s working with IE 8 and IE 9.</description>
		<content:encoded><![CDATA[<p>Hey guys! I tried to build a customized version of menu&#8230; Here&#8217;s the result: <a href="http://caiocarrara.com.br/home/codeDemo/CustomizedFlyOutMenu/" rel="nofollow">http://caiocarrara.com.br/home/codeDemo/CustomizedFlyOutMenu/</a> &#8212; It&#8217;s working with IE 8 and IE 9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabo</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-414085</link>
		<dc:creator>sabo</dc:creator>
		<pubDate>Mon, 23 Jan 2012 13:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-414085</guid>
		<description>can someone upload newest and working version ?

OR

blue block must stay behind the menu item which is active... i couldn&#039;t make it ..

regards</description>
		<content:encoded><![CDATA[<p>can someone upload newest and working version ?</p>
<p>OR</p>
<p>blue block must stay behind the menu item which is active&#8230; i couldn&#8217;t make it ..</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-399531</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Mon, 16 Jan 2012 03:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-399531</guid>
		<description>does anyone know if this flyout menu has been causing issues with your navigation menus?

When mousing though my css navigation menu and rolling over top this flyout menu my css nav menu disappears and the flyout begins interaction.

the highest z-index on the flyout is 100
I just tested with a 1200 z-index, and a 100000 z-index (just to make certain) on my css nav menu.

Thanks.</description>
		<content:encoded><![CDATA[<p>does anyone know if this flyout menu has been causing issues with your navigation menus?</p>
<p>When mousing though my css navigation menu and rolling over top this flyout menu my css nav menu disappears and the flyout begins interaction.</p>
<p>the highest z-index on the flyout is 100<br />
I just tested with a 1200 z-index, and a 100000 z-index (just to make certain) on my css nav menu.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-394453</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Fri, 13 Jan 2012 12:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-394453</guid>
		<description>Hi Nathan,

any news about compatibility with Jquery from 1.6 or more?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>
<p>any news about compatibility with Jquery from 1.6 or more?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-393425</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Fri, 13 Jan 2012 01:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-393425</guid>
		<description>This has been a great thread and I would like to reiterate all of thanks for this wonderful script ML.

Earlier I asked about making the sliding menu bars less transparent so that text could show through (I had 0 experience with anything prior to this past weekend) and I wanted to share my solution with everyone. I found that by using Adam&#039;s pure CSS3 script I could then set &#039;opacity: 1&#039; without having to worry about the javascript superseding the css; also, this pure CSS3 implementation seems to make the site function with IE9, which is nice. 

Two other questions arose, if anyone can assist.

1) Is there anyway to make the CSS3 solution work with IE7 or at least display a nice information window to upgrade?
2) Any idea on how to put spaces into the name of the menu items without messing up view?</description>
		<content:encoded><![CDATA[<p>This has been a great thread and I would like to reiterate all of thanks for this wonderful script ML.</p>
<p>Earlier I asked about making the sliding menu bars less transparent so that text could show through (I had 0 experience with anything prior to this past weekend) and I wanted to share my solution with everyone. I found that by using Adam&#8217;s pure CSS3 script I could then set &#8216;opacity: 1&#8242; without having to worry about the javascript superseding the css; also, this pure CSS3 implementation seems to make the site function with IE9, which is nice. </p>
<p>Two other questions arose, if anyone can assist.</p>
<p>1) Is there anyway to make the CSS3 solution work with IE7 or at least display a nice information window to upgrade?<br />
2) Any idea on how to put spaces into the name of the menu items without messing up view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-391413</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 12 Jan 2012 07:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-391413</guid>
		<description>Oops,

First line should look like this in original code line:

var $moving		= $(&#039;&#039;,{</description>
		<content:encoded><![CDATA[<p>Oops,</p>
<p>First line should look like this in original code line:</p>
<p>var $moving		= $(&#8221;,{</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-391411</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 12 Jan 2012 07:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-391411</guid>
		<description>Menu activate code... I don&#039;t get this part:

---

var $moving = $(”,{
className : ‘move’,
top : $selected[0].offsetTop + ‘px’, /* &lt;– this doesn&#039;t work */
width : $selected[0].offsetWidth + &#039;px&#039;
});

$moving.css(&#039;top&#039;,$selected[0].offsetTop + &#039;px&#039;); /* &lt;– this fixes the problem */

---

Original code that I have is:

---

var $moving		= $(&#039;&#039;,{
						className	: &#039;move&#039;,
						top			: $selected[0].offsetTop + &#039;px&#039;,
						width		: $selected[0].offsetWidth + &#039;px&#039;
					});

---

How this part should look like after modification?</description>
		<content:encoded><![CDATA[<p>Menu activate code&#8230; I don&#8217;t get this part:</p>
<p>&#8212;</p>
<p>var $moving = $(”,{<br />
className : ‘move’,<br />
top : $selected[0].offsetTop + ‘px’, /* &lt;– this doesn&#039;t work */<br />
width : $selected[0].offsetWidth + &#039;px&#039;<br />
});</p>
<p>$moving.css(&#039;top&#039;,$selected[0].offsetTop + &#039;px&#039;); /* &lt;– this fixes the problem */</p>
<p>&#8212;</p>
<p>Original code that I have is:</p>
<p>&#8212;</p>
<p>var $moving		= $(&#039;&#8217;,{<br />
						className	: &#8216;move&#8217;,<br />
						top			: $selected[0].offsetTop + &#8216;px&#8217;,<br />
						width		: $selected[0].offsetWidth + &#8216;px&#8217;<br />
					});</p>
<p>&#8212;</p>
<p>How this part should look like after modification?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-388834</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Wed, 11 Jan 2012 06:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-388834</guid>
		<description>Can anyone assist me in figuring out how to make the description slider less opaque? The issue is that when the bar is opened it conflicts with underlying text, making it more difficult to read. Also, I have never touched html/css (any webpage design) until this past weekend, so I am more than green and trying to absorb as much as possible. Thanks.</description>
		<content:encoded><![CDATA[<p>Can anyone assist me in figuring out how to make the description slider less opaque? The issue is that when the bar is opened it conflicts with underlying text, making it more difficult to read. Also, I have never touched html/css (any webpage design) until this past weekend, so I am more than green and trying to absorb as much as possible. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selim</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-377874</link>
		<dc:creator>Selim</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-377874</guid>
		<description>I try  
http://www.ee.bilkent.edu.tr/~sefunc/</description>
		<content:encoded><![CDATA[<p>I try<br />
<a href="http://www.ee.bilkent.edu.tr/~sefunc/" rel="nofollow">http://www.ee.bilkent.edu.tr/~sefunc/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guykes</title>
		<link>http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/comment-page-6/#comment-324428</link>
		<dc:creator>Guykes</dc:creator>
		<pubDate>Tue, 13 Dec 2011 08:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2472#comment-324428</guid>
		<description>How to extend the css for different colors for each list item?</description>
		<content:encoded><![CDATA[<p>How to extend the css for different colors for each list item?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/feed/ ) in 0.20688 seconds, on Feb 8th, 2012 at 7:12 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 8:12 pm UTC -->
