<?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: Create the accordion effect using CSS3</title>
	<atom:link href="http://www.thecssninja.com/css/accordian-effect-using-css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecssninja.com/css/accordian-effect-using-css</link>
	<description>All things CSS, JavaScript &#38; HTML</description>
	<lastBuildDate>Sat, 21 Jan 2012 04:46:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: daniel</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2800</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Mon, 07 Nov 2011 01:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2800</guid>
		<description>I&#039;m having a crack at html5/css3. every example for an accordian results is the page jumping around each time the transition is started,doesn&#039;t work with height:auto; and the extras required for ie are a joke.

has anyone found a solution for this?

this is a good tutorial thanks for the efforts, but a terrible solution. html5 is definitely not the flash killer it claims to be.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a crack at html5/css3. every example for an accordian results is the page jumping around each time the transition is started,doesn&#8217;t work with height:auto; and the extras required for ie are a joke.</p>
<p>has anyone found a solution for this?</p>
<p>this is a good tutorial thanks for the efforts, but a terrible solution. html5 is definitely not the flash killer it claims to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabiola Singh</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2754</link>
		<dc:creator>Fabiola Singh</dc:creator>
		<pubDate>Tue, 18 Oct 2011 14:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2754</guid>
		<description>hello, I implement your accordion in my page, looks good but i have one concern, for some reason the firsts links is hidden, if you try to click on the 2nd o 3rd section i have to move the mouse and scrool up to find the text.
https://globalcallforwarding.com/GlobalCallForwarding-web/FAQS.htm

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>hello, I implement your accordion in my page, looks good but i have one concern, for some reason the firsts links is hidden, if you try to click on the 2nd o 3rd section i have to move the mouse and scrool up to find the text.<br />
<a href="https://globalcallforwarding.com/GlobalCallForwarding-web/FAQS.htm" rel="nofollow">https://globalcallforwarding.com/GlobalCallForwarding-web/FAQS.htm</a></p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Seddon</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2718</link>
		<dc:creator>Ryan Seddon</dc:creator>
		<pubDate>Sun, 02 Oct 2011 23:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2718</guid>
		<description>@&lt;a href=&quot;#comment-2709&quot; rel=&quot;nofollow&quot;&gt;Shawn&lt;/a&gt; - 

Unfortunately due to the nature of anchor links clicking it again won&#039;t remove the anchor from the address bar which the &lt;code&gt;:target&lt;/code&gt; pseudo-class relies upon. That sort of functionality would require javascript.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-2709" rel="nofollow">Shawn</a> &#8211; </p>
<p>Unfortunately due to the nature of anchor links clicking it again won&#8217;t remove the anchor from the address bar which the <code>:target</code> pseudo-class relies upon. That sort of functionality would require javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2710</link>
		<dc:creator>Micha</dc:creator>
		<pubDate>Sat, 17 Sep 2011 15:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2710</guid>
		<description>Hi Ryan,

sorry for my English I&#039;m from Germany1

very Nice Tutorial but i have a little problem. I created a list which is larger than my display. If i click on one of the sections my page skips down to the section and this is not very nice.

I hope you can help me! THANKS A LOT</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>sorry for my English I&#8217;m from Germany1</p>
<p>very Nice Tutorial but i have a little problem. I created a list which is larger than my display. If i click on one of the sections my page skips down to the section and this is not very nice.</p>
<p>I hope you can help me! THANKS A LOT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2709</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Fri, 16 Sep 2011 17:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2709</guid>
		<description>I was curious if besides reloading the page, there is a way to load all pleats of the accordion closed.  My thing is that I need to have the accordion start off closed and then I need the pleats to close when folks click other pleats, but also, I was hoping to have this set up so that it can close if someone clicks the pleat again.  I think that someone else asked a similar question, but I didn&#039;t fully follow the response.

Thanks!
Shawn</description>
		<content:encoded><![CDATA[<p>I was curious if besides reloading the page, there is a way to load all pleats of the accordion closed.  My thing is that I need to have the accordion start off closed and then I need the pleats to close when folks click other pleats, but also, I was hoping to have this set up so that it can close if someone clicks the pleat again.  I think that someone else asked a similar question, but I didn&#8217;t fully follow the response.</p>
<p>Thanks!<br />
Shawn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram de Haan</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2696</link>
		<dc:creator>Bram de Haan</dc:creator>
		<pubDate>Sun, 28 Aug 2011 10:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2696</guid>
		<description>Beside the point of this great tutorial, but anyway one could include a pure CSS dropdown-icon:

&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;a href=&quot;#Section1&quot; rel=&quot;nofollow&quot;&gt;Section 1&lt;/a&gt;
&lt;/pre&gt;

&lt;pre lan=&quot;css&quot;&gt;
/* Dropdown-icon */
.dropdown-icon { 
  border-color: #EEE transparent transparent; 
  border-right: 5px dashed transparent; 
  border-style: solid dashed dashed; 
  border-width: 5px 5px 0; 
  display: inline-block; 
  font-size: 0; 
  height: 0; 
  left: 6px; 
  line-height: 0; 
  position: relative; 
  top: 0; 
  width: 0; 
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Beside the point of this great tutorial, but anyway one could include a pure CSS dropdown-icon:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#Section1&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span>&gt;</span>Section 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

<pre lan="css">
/* Dropdown-icon */
.dropdown-icon {
  border-color: #EEE transparent transparent;
  border-right: 5px dashed transparent;
  border-style: solid dashed dashed;
  border-width: 5px 5px 0;
  display: inline-block;
  font-size: 0;
  height: 0;
  left: 6px;
  line-height: 0;
  position: relative;
  top: 0;
  width: 0;
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Seddon</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2684</link>
		<dc:creator>Ryan Seddon</dc:creator>
		<pubDate>Sun, 21 Aug 2011 23:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2684</guid>
		<description>@&lt;a href=&quot;#comment-2673&quot; rel=&quot;nofollow&quot;&gt;take flight&lt;/a&gt; - 

Of course! If you adjust the CSS you can make it show horizontally and the rather than do &lt;code&gt;height: auto;&lt;/code&gt; you use width and floats.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-2673" rel="nofollow">take flight</a> &#8211; </p>
<p>Of course! If you adjust the CSS you can make it show horizontally and the rather than do <code>height: auto;</code> you use width and floats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: take flight</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2673</link>
		<dc:creator>take flight</dc:creator>
		<pubDate>Fri, 12 Aug 2011 04:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2673</guid>
		<description>Is there a way to use this modify this code to make it work horizontally?</description>
		<content:encoded><![CDATA[<p>Is there a way to use this modify this code to make it work horizontally?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slider Navigation gesucht - XHTMLforum</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2562</link>
		<dc:creator>Slider Navigation gesucht - XHTMLforum</dc:creator>
		<pubDate>Thu, 26 May 2011 19:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2562</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Most Useful CSS3 Navigation and Menu Tutorials for Every WebDesigner &#124; Colors 7</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2547</link>
		<dc:creator>10 Most Useful CSS3 Navigation and Menu Tutorials for Every WebDesigner &#124; Colors 7</dc:creator>
		<pubDate>Tue, 10 May 2011 11:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2547</guid>
		<description>[...] 6. Create the Accordion Effect Using CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 6. Create the Accordion Effect Using CSS3 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

