<?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: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3</title>
	<atom:link href="http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/</link>
	<description>Web-Design And Inspiration Blog</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:54:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 25 Useful CSS3 Techniques and Tutorials&#160;&#124;&#160;Dzine Blog</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-14078</link>
		<dc:creator>25 Useful CSS3 Techniques and Tutorials&#160;&#124;&#160;Dzine Blog</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-14078</guid>
		<description>[...] 5.) Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 5.) Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federica Sibella</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13807</link>
		<dc:creator>Federica Sibella</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13807</guid>
		<description>Hi Jon,

I solved the little opacity issue: in IE (I tested 7 and 8) the sliding box had solid color instead of some transparency. It is probably due to the toggle() in jQuery. My workaround was:

$(document).ready(function()
	{
	    $(&quot;.trigger&quot;).click(function()
			{
				//$(&quot;.panel&quot;).toggle(&quot;fast&quot;);
				$(this).toggleClass(&quot;active&quot;);
				if ($(this).hasClass(&quot;active&quot;)){
					$(&quot;.panel&quot;).css(&quot;display&quot;,&quot;block&quot;);
				}
				else
				{
					$(&quot;.panel&quot;).css(&quot;display&quot;,&quot;none&quot;);
				}	
		        return false;
		    }
		);
	}
); 

It works fine both in IE 7 and 8 (and FF of course!). I hope this helps!</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I solved the little opacity issue: in IE (I tested 7 and 8) the sliding box had solid color instead of some transparency. It is probably due to the toggle() in jQuery. My workaround was:</p>
<p>$(document).ready(function()<br />
	{<br />
	    $(&#8220;.trigger&#8221;).click(function()<br />
			{<br />
				//$(&#8220;.panel&#8221;).toggle(&#8220;fast&#8221;);<br />
				$(this).toggleClass(&#8220;active&#8221;);<br />
				if ($(this).hasClass(&#8220;active&#8221;)){<br />
					$(&#8220;.panel&#8221;).css(&#8220;display&#8221;,&#8221;block&#8221;);<br />
				}<br />
				else<br />
				{<br />
					$(&#8220;.panel&#8221;).css(&#8220;display&#8221;,&#8221;none&#8221;);<br />
				}<br />
		        return false;<br />
		    }<br />
		);<br />
	}<br />
); </p>
<p>It works fine both in IE 7 and 8 (and FF of course!). I hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Phillips</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13793</link>
		<dc:creator>Jon Phillips</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13793</guid>
		<description>&lt;strong&gt;Hi everyone! First of all, thanks a lot for all your comments, much appreciated!&lt;/strong&gt;

&lt;strong&gt;I&#039;m sorry I&#039;m not able to provide support for this sliding panel. I thought I&#039;d mention it here, especially since I&#039;m receiving quite a lot of emails with questions on how to do this and that. Unfortunately I cannot help everyone and reply to all your questions. (I wish I could though)&lt;/strong&gt;

&lt;strong&gt;BUT, I&#039;m working on another tutorial which will include fixes and tips to address the most frequent questions I&#039;m getting. Stay tuned! :)&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>Hi everyone! First of all, thanks a lot for all your comments, much appreciated!</strong></p>
<p><strong>I&#8217;m sorry I&#8217;m not able to provide support for this sliding panel. I thought I&#8217;d mention it here, especially since I&#8217;m receiving quite a lot of emails with questions on how to do this and that. Unfortunately I cannot help everyone and reply to all your questions. (I wish I could though)</strong></p>
<p><strong>BUT, I&#8217;m working on another tutorial which will include fixes and tips to address the most frequent questions I&#8217;m getting. Stay tuned! :)</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arne</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13789</link>
		<dc:creator>arne</dc:creator>
		<pubDate>Tue, 02 Mar 2010 18:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13789</guid>
		<description>hi hon! really great tutorial! i&#039;m a webdesign rookie, and i used the panel as a menu, along with some little adjustments, on my first and own website! checkt it out: www.arneuebel.com!
thanks a lot and best greetings from germany!!</description>
		<content:encoded><![CDATA[<p>hi hon! really great tutorial! i&#8217;m a webdesign rookie, and i used the panel as a menu, along with some little adjustments, on my first and own website! checkt it out: <a href="http://www.arneuebel.com" rel="nofollow">http://www.arneuebel.com</a>!<br />
thanks a lot and best greetings from germany!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun McCran</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13675</link>
		<dc:creator>Shaun McCran</dc:creator>
		<pubDate>Fri, 26 Feb 2010 11:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13675</guid>
		<description>Hi,
Great tutorial, thanks, I was using something similar to .append() a div to a floating area, but adding content to it wa a nightmare due to some sort of whitespace issue.

This works a treat tho. Would be quite nice if there was a stripped down &quot;clean&quot; demo, with just the functionality rathern than super css.

Thanks
Shaun</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great tutorial, thanks, I was using something similar to .append() a div to a floating area, but adding content to it wa a nightmare due to some sort of whitespace issue.</p>
<p>This works a treat tho. Would be quite nice if there was a stripped down &#8220;clean&#8221; demo, with just the functionality rathern than super css.</p>
<p>Thanks<br />
Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federica Sibella</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13625</link>
		<dc:creator>Federica Sibella</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13625</guid>
		<description>Hi Jon,
the tutorial is very easy to follow and I&#039;m planning to use your panel for a client of mine (with your permission).

Just one comment on IE (tested in IE8 till now): to see the icon change from the green + to the red -  in the CSS you have to write &quot;a.trigger.active&quot; instead of &quot;a.active.trigger&quot;.

There are also some little issues with transparency: I&#039;m gonna try some hacking and then I&#039;ll let you know if you are interested.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jon,<br />
the tutorial is very easy to follow and I&#8217;m planning to use your panel for a client of mine (with your permission).</p>
<p>Just one comment on IE (tested in IE8 till now): to see the icon change from the green + to the red &#8211;  in the CSS you have to write &#8220;a.trigger.active&#8221; instead of &#8220;a.active.trigger&#8221;.</p>
<p>There are also some little issues with transparency: I&#8217;m gonna try some hacking and then I&#8217;ll let you know if you are interested.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antonio ramirez</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13556</link>
		<dc:creator>antonio ramirez</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13556</guid>
		<description>By the way! Do not worry about Internet Explorer... I don&#039;t support Internet Explorer AT ALL! They deserve it due to their security pitfalls and horrible JS and CSS engines!

Thanks again!</description>
		<content:encoded><![CDATA[<p>By the way! Do not worry about Internet Explorer&#8230; I don&#8217;t support Internet Explorer AT ALL! They deserve it due to their security pitfalls and horrible JS and CSS engines!</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antonio ramirez</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13555</link>
		<dc:creator>antonio ramirez</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13555</guid>
		<description>Exactly what I need it!!! I am going to implement it on my website with your permission!!

Thank you very much!</description>
		<content:encoded><![CDATA[<p>Exactly what I need it!!! I am going to implement it on my website with your permission!!</p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amber Sjomeling</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13492</link>
		<dc:creator>Amber Sjomeling</dc:creator>
		<pubDate>Mon, 22 Feb 2010 04:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13492</guid>
		<description>just out of curiosity, could  this be edited to work horizontally as well? i love the concept, but have a horizontal site designed and this could be really awesome with it.</description>
		<content:encoded><![CDATA[<p>just out of curiosity, could  this be edited to work horizontally as well? i love the concept, but have a horizontal site designed and this could be really awesome with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudia</title>
		<link>http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/#comment-13491</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=4943#comment-13491</guid>
		<description>Just wanted to let you know how much I appreciate you making this available! This is exactly what I needed. Between studying the code and reading the comments from various posters, I was able to implement this on my WordPress theme. Thanks again!</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know how much I appreciate you making this available! This is exactly what I needed. Between studying the code and reading the comments from various posters, I was able to implement this on my WordPress theme. Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.274 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 10:27:33 -->
