<?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: Collapsible Panel</title>
	<atom:link href="http://www.ilovecolors.com.ar/jquery-collapsible-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 10:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: JF</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-9943</link>
		<dc:creator>JF</dc:creator>
		<pubDate>Fri, 02 Dec 2011 19:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-9943</guid>
		<description>THANK YOU!!! 

Not a designer by any margin and I had been looking for a simple panel for the last little while.  

This is exactly it!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!! </p>
<p>Not a designer by any margin and I had been looking for a simple panel for the last little while.  </p>
<p>This is exactly it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iyan</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-9569</link>
		<dc:creator>Iyan</dc:creator>
		<pubDate>Thu, 13 Oct 2011 09:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-9569</guid>
		<description>It turns out I was searching for something like your collapsible side panel. Nice and elegant design!</description>
		<content:encoded><![CDATA[<p>It turns out I was searching for something like your collapsible side panel. Nice and elegant design!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-8767</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Wed, 10 Aug 2011 05:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-8767</guid>
		<description>This is so goodl. where can I download the resources? (e.g. general.js, reset.css) =)</description>
		<content:encoded><![CDATA[<p>This is so goodl. where can I download the resources? (e.g. general.js, reset.css) =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandar</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-8308</link>
		<dc:creator>Mandar</dc:creator>
		<pubDate>Sat, 02 Jul 2011 09:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-8308</guid>
		<description>Hi Elio

First of all a big big thanks to you for providing such a wonderful code and then the support to it as well. Many Thanks for this.

However if would like if you can throw some light on why does the code not work in IE? It works fine for &quot;Hide Panel&quot; but stops working for &quot;Show Panel&quot;. You can check the code at dentpro.co.in/panel

Thanks in advance. And once again congratulations for a good tutorial.

Cheers
Mandar</description>
		<content:encoded><![CDATA[<p>Hi Elio</p>
<p>First of all a big big thanks to you for providing such a wonderful code and then the support to it as well. Many Thanks for this.</p>
<p>However if would like if you can throw some light on why does the code not work in IE? It works fine for &#8220;Hide Panel&#8221; but stops working for &#8220;Show Panel&#8221;. You can check the code at dentpro.co.in/panel</p>
<p>Thanks in advance. And once again congratulations for a good tutorial.</p>
<p>Cheers<br />
Mandar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elio</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-8182</link>
		<dc:creator>Elio</dc:creator>
		<pubDate>Tue, 14 Jun 2011 18:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-8182</guid>
		<description>Karen, this code can be easily adapted to slide over the content. In the css, remove the margin-left for #colright and add position: absolute; for #colleft. Then in the JavaScript, remove the code that operates on #colright and the panel will now slide over the content. Of course, you&#039;ll have to make additional tweaks to fit your own specific code.</description>
		<content:encoded><![CDATA[<p>Karen, this code can be easily adapted to slide over the content. In the css, remove the margin-left for #colright and add position: absolute; for #colleft. Then in the JavaScript, remove the code that operates on #colright and the panel will now slide over the content. Of course, you&#8217;ll have to make additional tweaks to fit your own specific code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-8177</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Tue, 14 Jun 2011 09:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-8177</guid>
		<description>Great tutorial, thanks!

However...I can&#039;t find a solution anywhere on the web - maybe I&#039;m using the wrong search words, I don&#039;t know. I want the panel to slide &lt;b&gt;over&lt;/b&gt; the content, not to push it to the side. I&#039;ve tried z-indexing divs but that doesn&#039;t work, and I&#039;m really out of my depth here.</description>
		<content:encoded><![CDATA[<p>Great tutorial, thanks!</p>
<p>However&#8230;I can&#8217;t find a solution anywhere on the web &#8211; maybe I&#8217;m using the wrong search words, I don&#8217;t know. I want the panel to slide <b>over</b> the content, not to push it to the side. I&#8217;ve tried z-indexing divs but that doesn&#8217;t work, and I&#8217;m really out of my depth here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvith</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-8176</link>
		<dc:creator>silvith</dc:creator>
		<pubDate>Tue, 14 Jun 2011 07:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-8176</guid>
		<description>Very clear and useful tutorial, thanks very much :)</description>
		<content:encoded><![CDATA[<p>Very clear and useful tutorial, thanks very much <img src='http://www.ilovecolors.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-7185</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Sat, 19 Mar 2011 21:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-7185</guid>
		<description>hey!

awesome demo.  really has helped me with the sliding panels, as there aren&#039;t many around.

quick question - how would I go about manipulating the code so I could toggle the arrow as both the open and close button? 

this post is definitely helping me  get my site off the ground!</description>
		<content:encoded><![CDATA[<p>hey!</p>
<p>awesome demo.  really has helped me with the sliding panels, as there aren&#8217;t many around.</p>
<p>quick question &#8211; how would I go about manipulating the code so I could toggle the arrow as both the open and close button? </p>
<p>this post is definitely helping me  get my site off the ground!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal rughani</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-7149</link>
		<dc:creator>vishal rughani</dc:creator>
		<pubDate>Wed, 16 Mar 2011 06:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-7149</guid>
		<description>that was Superb 
but i want to Display 4 different panel where i want that panel inside a table (tr consists of 2 panel)</description>
		<content:encoded><![CDATA[<p>that was Superb<br />
but i want to Display 4 different panel where i want that panel inside a table (tr consists of 2 panel)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elio</title>
		<link>http://www.ilovecolors.com.ar/jquery-collapsible-panel/#comment-7146</link>
		<dc:creator>Elio</dc:creator>
		<pubDate>Wed, 16 Mar 2011 02:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1138#comment-7146</guid>
		<description>Actually, animating it from the bottom is simpler than doing it from the sides. I&#039;ll try to write a tutorial later, but you might want to check out http://graphicsnippets.com/
For each thumbnail there&#039;s a block that slides up but it&#039;s actually done with slideDown from jQuery! The idea is to have an element fixed at the bottom. The slideDown then enlarges it downwards, but since its position is fixed at the bottom it will appear to move upwards.</description>
		<content:encoded><![CDATA[<p>Actually, animating it from the bottom is simpler than doing it from the sides. I&#8217;ll try to write a tutorial later, but you might want to check out <a href="http://graphicsnippets.com/" rel="nofollow">http://graphicsnippets.com/</a><br />
For each thumbnail there&#8217;s a block that slides up but it&#8217;s actually done with slideDown from jQuery! The idea is to have an element fixed at the bottom. The slideDown then enlarges it downwards, but since its position is fixed at the bottom it will appear to move upwards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

