<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Mootools Slide Effect: expand all, collapse all or use as accordion</title>
	<link>http://pr0digy.com/mootools/mootools-slide-effect/</link>
	<description>Web development with CodeIgniter and Mootools.</description>
	<pubDate>Thu, 28 Aug 2008 05:24:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Alex</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-786</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 18 Jun 2008 08:16:46 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-786</guid>
		<description>That's it, seems that there is nothing further to contribute here - I'm closing the comments.</description>
		<content:encoded><![CDATA[<p>That&#8217;s it, seems that there is nothing further to contribute here - I&#8217;m closing the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liam</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-783</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Wed, 18 Jun 2008 01:54:19 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-783</guid>
		<description>Hi,
Nice code but I have been looking to replace + and - and you can do this fine with text but in terms of the accordion when you want to say use - View ^ with ^ being a down image for view and Close ^ being up to close if you set two variables for view and close and in them have say 'close ' while replacing close will show the image and function correctly if you try and add an image in terms of the view the code works but the close view switching breaks.

Any ideas? I was thinking going old school a little and instead of doing innerHTML you could do document.write and replace instead which would solve the problem but that means a full re-write in terms of the span.

One good feature to add to this though is display:block; to the h3 or if you change it to a div etc that way the whole bar basically would be a link and it feels a bit more user friendly.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice code but I have been looking to replace + and - and you can do this fine with text but in terms of the accordion when you want to say use - View ^ with ^ being a down image for view and Close ^ being up to close if you set two variables for view and close and in them have say &#8216;close &#8216; while replacing close will show the image and function correctly if you try and add an image in terms of the view the code works but the close view switching breaks.</p>
<p>Any ideas? I was thinking going old school a little and instead of doing innerHTML you could do document.write and replace instead which would solve the problem but that means a full re-write in terms of the span.</p>
<p>One good feature to add to this though is display:block; to the h3 or if you change it to a div etc that way the whole bar basically would be a link and it feels a bit more user friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xphr</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-759</link>
		<dc:creator>xphr</dc:creator>
		<pubDate>Fri, 06 Jun 2008 13:25:25 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-759</guid>
		<description>This comment thread scares me. I feel like a lawyer or doctor where there are twice as many no-nothings fronting as developers as there are actual developers. Please stop abusing MooTools, it is a great framework, but all of you knuckleheads are going to give it a bad name. Accordions inside of accordions? Come on, stop being ridiculous and learn how to code a basic static page before you go copy/pasting effects all over your sites. Alex, you're a man among boys.</description>
		<content:encoded><![CDATA[<p>This comment thread scares me. I feel like a lawyer or doctor where there are twice as many no-nothings fronting as developers as there are actual developers. Please stop abusing MooTools, it is a great framework, but all of you knuckleheads are going to give it a bad name. Accordions inside of accordions? Come on, stop being ridiculous and learn how to code a basic static page before you go copy/pasting effects all over your sites. Alex, you&#8217;re a man among boys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Walter</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-755</link>
		<dc:creator>Harry Walter</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:33:55 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-755</guid>
		<description>Hi,

Great work, exactly what i was looking for! I've been building an entire site based around Mootools to provide an interactive user experience and your code helped me finish off the bits i couldn't work out.

Regards Harry</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great work, exactly what i was looking for! I&#8217;ve been building an entire site based around Mootools to provide an interactive user experience and your code helped me finish off the bits i couldn&#8217;t work out.</p>
<p>Regards Harry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jess</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-749</link>
		<dc:creator>Jess</dc:creator>
		<pubDate>Tue, 03 Jun 2008 05:46:01 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-749</guid>
		<description>Wow what a great example!  Thank you for putting it together for us.  And that's very useful cookie code Andrew, thanks!

I have a question:  I know you can toggle a single div to show all or none of the content.  But is it possible to have part of the div showing at all times, say the top 40%, and the rest hidden until toggled?  I know the bottom part can be a separate div but for me it has to be only one div.  Is that possible do you think?</description>
		<content:encoded><![CDATA[<p>Wow what a great example!  Thank you for putting it together for us.  And that&#8217;s very useful cookie code Andrew, thanks!</p>
<p>I have a question:  I know you can toggle a single div to show all or none of the content.  But is it possible to have part of the div showing at all times, say the top 40%, and the rest hidden until toggled?  I know the bottom part can be a separate div but for me it has to be only one div.  Is that possible do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hOtTiGeR</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-732</link>
		<dc:creator>hOtTiGeR</dc:creator>
		<pubDate>Sun, 25 May 2008 21:24:24 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-732</guid>
		<description>Hi,

I see how you have the + / - change when you click the heading.

Is there a way to use a background image on a span or even an image tag via  and have an image change when you click the heading?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I see how you have the + / - change when you click the heading.</p>
<p>Is there a way to use a background image on a span or even an image tag via  and have an image change when you click the heading?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Dempcy</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-689</link>
		<dc:creator>Jonah Dempcy</dc:creator>
		<pubDate>Fri, 16 May 2008 23:49:00 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-689</guid>
		<description>I see you use the traditional onclick assignment for registering click event handlers. Any particular reason why you don't use MooTools addEvent()?

Incidentally, I wrote an article comparing MooTools' mouseenter and mouseleave events to core JavaScript onmouseover and onmouseout, respectively:

http://www.thetruetribe.com/2008/05/mootools-mouseenter-and-mouseleave.html</description>
		<content:encoded><![CDATA[<p>I see you use the traditional onclick assignment for registering click event handlers. Any particular reason why you don&#8217;t use MooTools addEvent()?</p>
<p>Incidentally, I wrote an article comparing MooTools&#8217; mouseenter and mouseleave events to core JavaScript onmouseover and onmouseout, respectively:</p>
<p><a href="http://www.thetruetribe.com/2008/05/mootools-mouseenter-and-mouseleave.html" rel="nofollow">http://www.thetruetribe.com/2008/05/mootools-mouseenter-and-mouseleave.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-640</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 08 May 2008 11:09:31 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-640</guid>
		<description>Hi

Great code!
Is it possible to have the url of the list based FAQ section to see your work please.
Thks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Great code!<br />
Is it possible to have the url of the list based FAQ section to see your work please.<br />
Thks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew W</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-639</link>
		<dc:creator>Andrew W</dc:creator>
		<pubDate>Thu, 08 May 2008 10:44:43 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-639</guid>
		<description>Ah i found the problem. One of my inner content areas had content floating left which for some reason makes it disappear (Fixed by putting content into nested tables.) and the other was due to a length in my css file. Thanks Alex.</description>
		<content:encoded><![CDATA[<p>Ah i found the problem. One of my inner content areas had content floating left which for some reason makes it disappear (Fixed by putting content into nested tables.) and the other was due to a length in my css file. Thanks Alex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://pr0digy.com/mootools/mootools-slide-effect/#comment-637</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 08 May 2008 09:28:45 +0000</pubDate>
		<guid>http://pr0digy.com/mootools/mootools-slide-effect/#comment-637</guid>
		<description>Andrew, there are no limits, the script adjusts to dimensions automatically.  My guess is that something is &lt;em&gt;wrong&lt;/em&gt; with your CSS.</description>
		<content:encoded><![CDATA[<p>Andrew, there are no limits, the script adjusts to dimensions automatically.  My guess is that something is <em>wrong</em> with your CSS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
