<?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; xhtml</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-2#comment-2025</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Tue, 31 Aug 2010 23:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2025</guid>
		<description>Links wouldn&#039;t be able to be used inside the accordion for IE. I wouldn&#039;t recommend using the IE solution as it has pretty poor UX. I would recommend to emulate target pseudo-class style functionality in IE with javascript.</description>
		<content:encoded><![CDATA[<p>Links wouldn&#8217;t be able to be used inside the accordion for IE. I wouldn&#8217;t recommend using the IE solution as it has pretty poor UX. I would recommend to emulate target pseudo-class style functionality in IE with javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fibrewire</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-2024</link>
		<dc:creator>Fibrewire</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-2024</guid>
		<description>am i right in thinking it is impossible to add hyperlinks within the accordian sections when using IE, 

&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;!--[if IE]&gt;--&gt;
    &lt;a href=&quot;#Section1&quot; rel=&quot;nofollow&quot;&gt;
            
    &lt;!--[if !IE]&gt;--&gt;&lt;a href=&quot;#Section1&quot; rel=&quot;nofollow&quot;&gt;
    &lt;!--Terminals&lt;!--[if !IE]&gt;--&gt;&lt;/a&gt;&lt;!--
              
    test
    &lt;a href=&quot;http://www.google.co.uk/&quot; rel=&quot;nofollow&quot;&gt;JS-925WS&lt;/a&gt;
              
    &lt;!--[if IE]&gt;--&gt;
 &lt;/a&gt;
 &lt;/pre&gt;          

since that would be a hyperlink within what is fundamentally a hyperlink?</description>
		<content:encoded><![CDATA[<p>am i right in thinking it is impossible to add hyperlinks within the accordian sections when using IE,</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!--[if IE]&gt;--&gt;</span>
    <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>
&nbsp;
    <span style="color: #808080; font-style: italic;">&lt;!--[if !IE]&gt;--&gt;</span><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>
    <span style="color: #808080; font-style: italic;">&lt;!--Terminals&lt;!--[if !IE]&gt;--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--</span>
&nbsp;
<span style="color: #808080; font-style: italic;">    test</span>
<span style="color: #808080; font-style: italic;">    &lt;a href=&quot;http://www.google.co.uk/&quot; rel=&quot;nofollow&quot;&gt;JS-925WS&lt;/a&gt;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">    &lt;!--[if IE]&gt;--&gt;</span>
 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

<p>since that would be a hyperlink within what is fundamentally a hyperlink?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1981</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 21 Aug 2010 02:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1981</guid>
		<description>[...] Accordion Effect Using CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Accordion Effect Using CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1900</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Thu, 29 Jul 2010 23:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1900</guid>
		<description>@Matt - The reason it&#039;s always staying open is due to the fact you&#039;ve added an inline style to the first dd tag which has the greatest specificity and overrides the target pseudo-class trying to set it back to zero when it&#039;s not active. You&#039;ll have to reset or remove the inline style when any of the other items are clicked.</description>
		<content:encoded><![CDATA[<p>@Matt &#8211; The reason it&#8217;s always staying open is due to the fact you&#8217;ve added an inline style to the first dd tag which has the greatest specificity and overrides the target pseudo-class trying to set it back to zero when it&#8217;s not active. You&#8217;ll have to reset or remove the inline style when any of the other items are clicked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1898</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 29 Jul 2010 16:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1898</guid>
		<description>I add this bit of jQuery, but the section remains open even when other sections are opened.
$(&#039;#Section1&#039;).css({&#039;height&#039;:&#039;9em&#039;});</description>
		<content:encoded><![CDATA[<p>I add this bit of jQuery, but the section remains open even when other sections are opened.<br />
$(&#8216;#Section1&#8242;).css({&#8216;height&#8217;:&#8217;9em&#8217;});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1897</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 29 Jul 2010 14:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1897</guid>
		<description>Thanks  - but is there another way such as changing a CSS property using Javascript? I can&#039;t rely on the hash value as people may have already bookmarked the site without it.</description>
		<content:encoded><![CDATA[<p>Thanks  &#8211; but is there another way such as changing a CSS property using Javascript? I can&#8217;t rely on the hash value as people may have already bookmarked the site without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1895</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Wed, 28 Jul 2010 23:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1895</guid>
		<description>@Matt - Yes you can make any of them open by default by using the fragment identifier in the url. e.g In my demo adding &lt;a href=&quot;http://www.thecssninja.com/demo/css_accordion/#Section1&quot; rel=&quot;nofollow&quot;&gt;#Section1&lt;/a&gt; to the url will open the first one. The down side of that is if it appears below the fold or down further then the page will jump to that point.</description>
		<content:encoded><![CDATA[<p>@Matt &#8211; Yes you can make any of them open by default by using the fragment identifier in the url. e.g In my demo adding <a href="http://www.thecssninja.com/demo/css_accordion/#Section1" rel="nofollow">#Section1</a> to the url will open the first one. The down side of that is if it appears below the fold or down further then the page will jump to that point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1893</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1893</guid>
		<description>Is there a way to default so the first item is open?</description>
		<content:encoded><![CDATA[<p>Is there a way to default so the first item is open?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Power Of CSS:40 Totally Pure CSS Effects With Demos &#124; Afif Fattouh - Web Specialist</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1784</link>
		<dc:creator>The Power Of CSS:40 Totally Pure CSS Effects With Demos &#124; Afif Fattouh - Web Specialist</dc:creator>
		<pubDate>Thu, 15 Jul 2010 21:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1784</guid>
		<description>[...] 7.Create the Accordion Effect Using CSS3 A stylish accordion effect only with CSS3.  DEMO [...]</description>
		<content:encoded><![CDATA[<p>[...] 7.Create the Accordion Effect Using CSS3 A stylish accordion effect only with CSS3.  DEMO [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hendro-prayitno</title>
		<link>http://www.thecssninja.com/css/accordian-effect-using-css/comment-page-1#comment-1727</link>
		<dc:creator>hendro-prayitno</dc:creator>
		<pubDate>Wed, 14 Jul 2010 20:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=407#comment-1727</guid>
		<description>maybe i have a good one buddy,,come to my blog</description>
		<content:encoded><![CDATA[<p>maybe i have a good one buddy,,come to my blog</p>
]]></content:encoded>
	</item>
</channel>
</rss>
