<?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"
	>
<channel>
	<title>Comments on: Lightweight JavaScript Accordion with CSS</title>
	<atom:link href="http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<pubDate>Sat, 19 Jul 2008 21:57:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5328</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 11 Jul 2008 23:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5328</guid>
		<description>@CX - Sure, remove line 13 and the else statement on line 14.

@AC - Take a look at the source - http://sandbox.leigeber.com/slider5/slider.html</description>
		<content:encoded><![CDATA[<p>@CX - Sure, remove line 13 and the else statement on line 14.</p>
<p>@AC - Take a look at the source - <a href="http://sandbox.leigeber.com/slider5/slider.html" rel="nofollow">http://sandbox.leigeber.com/slider5/slider.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AC</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5315</link>
		<dc:creator>AC</dc:creator>
		<pubDate>Thu, 10 Jul 2008 19:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5315</guid>
		<description>I love the slider code - nice job!  

Sorry to return to a topic already covered (16 Jun 2008 at 10:35 am) but I don't know enough about javascript to make the adjustments to not display the contents on load. Have you put in the time to make the adjustments and if so, would you be willling and able to email me adjusted code?

Thanks!</description>
		<content:encoded><![CDATA[<p>I love the slider code - nice job!  </p>
<p>Sorry to return to a topic already covered (16 Jun 2008 at 10:35 am) but I don&#8217;t know enough about javascript to make the adjustments to not display the contents on load. Have you put in the time to make the adjustments and if so, would you be willling and able to email me adjusted code?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CX</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5306</link>
		<dc:creator>CX</dc:creator>
		<pubDate>Mon, 07 Jul 2008 21:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5306</guid>
		<description>wondering about using this, but need to have all of the sections defaulted to closed.

this possible?</description>
		<content:encoded><![CDATA[<p>wondering about using this, but need to have all of the sections defaulted to closed.</p>
<p>this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5264</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 02 Jul 2008 13:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5264</guid>
		<description>@Henri - I totally understand your question. Right now the headers are only using the :hover CSS property. To accomplish what you are looking for you would need to change/append the class name to the header within the JavaScript itself. Shoot me an email if you can't figure out where to place the update in the script.</description>
		<content:encoded><![CDATA[<p>@Henri - I totally understand your question. Right now the headers are only using the :hover CSS property. To accomplish what you are looking for you would need to change/append the class name to the header within the JavaScript itself. Shoot me an email if you can&#8217;t figure out where to place the update in the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5254</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Tue, 01 Jul 2008 08:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5254</guid>
		<description>I don't know if this has been answered earlier, but here it goes. Is there a way to define the active accordion header. For example if I want a green background for the header of the active accordion but blue background for the non-active accordion's header.
I hope you understand my issue.

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this has been answered earlier, but here it goes. Is there a way to define the active accordion header. For example if I want a green background for the header of the active accordion but blue background for the non-active accordion&#8217;s header.<br />
I hope you understand my issue.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5251</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 01 Jul 2008 00:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5251</guid>
		<description>@Metcalfe - That should be all you have to change, just the mouse event on line 10. If that doesn't do it shoot me an email.</description>
		<content:encoded><![CDATA[<p>@Metcalfe - That should be all you have to change, just the mouse event on line 10. If that doesn&#8217;t do it shoot me an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Metcalfe</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5242</link>
		<dc:creator>Metcalfe</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5242</guid>
		<description>Hello,
Just a question : what have I to change on the code if I want the same effect with "onMouseOver" ? It is possible ?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Just a question : what have I to change on the code if I want the same effect with &#8220;onMouseOver&#8221; ? It is possible ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/lightweight-javascript-and-css-accordion/#comment-5212</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 27 Jun 2008 02:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=13#comment-5212</guid>
		<description>@the SaNdMaN - Sure, you would just need to comment out a few lines of code. If you cannot locate what needs to be removed let me know and I will point you in the right direction. michael@leigeber.com</description>
		<content:encoded><![CDATA[<p>@the SaNdMaN - Sure, you would just need to comment out a few lines of code. If you cannot locate what needs to be removed let me know and I will point you in the right direction. <a href="mailto:michael@leigeber.com">michael@leigeber.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
