<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Accordion menu with Mootools</title>
	<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/</link>
	<description>Tutorials for your website</description>
	<pubDate>Tue, 02 Dec 2008 15:22:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Mat</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-562</link>
		<author>Mat</author>
		<pubDate>Wed, 24 Sep 2008 19:47:39 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-562</guid>
		<description>I don't think you can open everything, accordion is made to open one element at time.</description>
		<content:encoded><![CDATA[<p>I don&#039;t think you can open everything, accordion is made to open one element at time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-561</link>
		<author>Mat</author>
		<pubDate>Wed, 24 Sep 2008 19:46:34 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-561</guid>
		<description>You can avoid language="Javascript" ;)</description>
		<content:encoded><![CDATA[<p>You can avoid language=&#034;Javascript&#034; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cesar</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-552</link>
		<author>cesar</author>
		<pubDate>Tue, 16 Sep 2008 09:02:34 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-552</guid>
		<description>I would also like to know how to "open everything?" Any ideas?</description>
		<content:encoded><![CDATA[<p>I would also like to know how to &#034;open everything?&#034; Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madison</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-434</link>
		<author>Madison</author>
		<pubDate>Mon, 26 May 2008 01:07:18 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-434</guid>
		<description>How do you use a image divider instead of customizing text?</description>
		<content:encoded><![CDATA[<p>How do you use a image divider instead of customizing text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivepascal</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-289</link>
		<author>vivepascal</author>
		<pubDate>Sat, 15 Dec 2007 01:38:10 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-289</guid>
		<description>Hi.
This accordion is fantastic !!
But I have a question : how can we open everything? And then close everything ?

Thank you all.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
This accordion is fantastic !!<br />
But I have a question : how can we open everything? And then close everything ?</p>
<p>Thank you all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dino</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-252</link>
		<author>Dino</author>
		<pubDate>Sun, 04 Nov 2007 03:55:30 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-252</guid>
		<description>The text looks great but when it slides the text gets blotchy and think.
How to fix this?


ty</description>
		<content:encoded><![CDATA[<p>The text looks great but when it slides the text gets blotchy and think.<br />
How to fix this?</p>
<p>ty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monique</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-247</link>
		<author>Monique</author>
		<pubDate>Mon, 08 Oct 2007 21:48:48 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-247</guid>
		<description>Thanks!  This was a big help.  For some reason I was having trouble getting the accordion to work with the files I downloaded from the MooTools site, but this worked perfectly!  :)</description>
		<content:encoded><![CDATA[<p>Thanks!  This was a big help.  For some reason I was having trouble getting the accordion to work with the files I downloaded from the MooTools site, but this worked perfectly!  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-167</link>
		<author>Andrew</author>
		<pubDate>Sun, 09 Sep 2007 22:43:48 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-167</guid>
		<description>I was wrong is was pretty easy  :D
&lt;code&gt;
&#60;script type="text/javascript" language="JavaScript"&#62;
window.addEvent('domready', function() {
var accordion = new Accordion('a.toggler', 'div.stretch', 
	{
		onActive: function(toggler, element)
		{
			toggler.setStyles({'property': 'value'});
		},
 
		onBackground: function(toggler, element)
		{
			toggler.setStyles({'property': 'value'});
		}
	}, $('accordion'));
});
&#60;/script&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I was wrong is was pretty easy  :D<br />
<code><br />
&lt;script type="text/javascript" language="JavaScript"&gt;<br />
window.addEvent('domready', function() {<br />
var accordion = new Accordion('a.toggler', 'div.stretch',<br />
	{<br />
		onActive: function(toggler, element)<br />
		{<br />
			toggler.setStyles({'property': 'value'});<br />
		},</p>
<p>		onBackground: function(toggler, element)<br />
		{<br />
			toggler.setStyles({'property': 'value'});<br />
		}<br />
	}, $('accordion'));<br />
});<br />
&lt;/script&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-166</link>
		<author>Andrew</author>
		<pubDate>Sun, 09 Sep 2007 22:18:44 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-166</guid>
		<description>Thanx, I had already answered my first question, I hadn't really looked at the inline javascript bit...o_O.

Being a javascript noob the second problem will take some (read: a lot) more research :)</description>
		<content:encoded><![CDATA[<p>Thanx, I had already answered my first question, I hadn&#039;t really looked at the inline javascript bit&#8230;o_O.</p>
<p>Being a javascript noob the second problem will take some (read: a lot) more research :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clara</title>
		<link>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-143</link>
		<author>Clara</author>
		<pubDate>Fri, 07 Sep 2007 21:25:46 +0000</pubDate>
		<guid>http://pootato.org/tutorials/javascript/accordion-menu-with-mootools/#comment-143</guid>
		<description>Daniel: Please refer to &lt;a href="http://forum.mootools.net/viewtopic.php?id=4888#post-24528" rel="nofollow"&gt;this post&lt;/a&gt; in mootools forum :) You need to use "alwaysHide"

Andrew: You can use any tag you want, just replace h1 by your tag :) To add style to the active h1, you need to use "onActive". Please refer to &lt;a href="http://forum.mootools.net/viewtopic.php?id=4888#post-24528" rel="nofollow"&gt;this post&lt;/a&gt; in mootools forum too! :)</description>
		<content:encoded><![CDATA[<p>Daniel: Please refer to <a href="http://forum.mootools.net/viewtopic.php?id=4888#post-24528" rel="nofollow">this post</a> in mootools forum :) You need to use &#034;alwaysHide&#034;</p>
<p>Andrew: You can use any tag you want, just replace h1 by your tag :) To add style to the active h1, you need to use &#034;onActive&#034;. Please refer to <a href="http://forum.mootools.net/viewtopic.php?id=4888#post-24528" rel="nofollow">this post</a> in mootools forum too! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
