<?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: jQuery Simple Horizontal Accordion</title>
	<atom:link href="http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/</link>
	<description>Your Business Catalyst</description>
	<lastBuildDate>Sat, 04 Feb 2012 05:46:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-19176</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 20 Oct 2011 09:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-19176</guid>
		<description>Hi

Make sure that you also include the jQuery library before you add the jquery code. Apart from that the code in the tutorial is all that is required to create the demo horizontal accordion</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Make sure that you also include the jQuery library before you add the jquery code. Apart from that the code in the tutorial is all that is required to create the demo horizontal accordion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lori</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-19163</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Thu, 20 Oct 2011 02:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-19163</guid>
		<description>This is not displaying correctly for me. Do I need a jquery file other than the code that goes in the head? The color and text are visible, but I don&#039;t have the image and it is not working with the mouseover effect. I hope I can get it working because I love the way it looks!</description>
		<content:encoded><![CDATA[<p>This is not displaying correctly for me. Do I need a jquery file other than the code that goes in the head? The color and text are visible, but I don&#8217;t have the image and it is not working with the mouseover effect. I hope I can get it working because I love the way it looks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16903</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16903</guid>
		<description>OK ... finally understand what you mean sorry ... its late here!!!

Apologies you actually want the last one showing but the content doesnt - correct?

You need to set the active CSS to the same width as your animation:

#accordion li.active {
    width: 810px;
}</description>
		<content:encoded><![CDATA[<p>OK &#8230; finally understand what you mean sorry &#8230; its late here!!!</p>
<p>Apologies you actually want the last one showing but the content doesnt &#8211; correct?</p>
<p>You need to set the active CSS to the same width as your animation:</p>
<p>#accordion li.active {<br />
    width: 810px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16902</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16902</guid>
		<description>Hi,

The current code is actually correct as the last li tag is the one showing by default. Didnt see it earlier but you need to change it to the following to get the first tag:

[js]
activeItem = $(&quot;#accordion li:first&quot;);
[/js]</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The current code is actually correct as the last li tag is the one showing by default. Didnt see it earlier but you need to change it to the following to get the first tag:</p>
<pre class="brush: jscript; title: ; notranslate">
activeItem = $(&quot;#accordion li:first&quot;);
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Morrow</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16901</link>
		<dc:creator>Sarah Morrow</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16901</guid>
		<description>by the li tag</description>
		<content:encoded><![CDATA[<p>by the li tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Morrow</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16900</link>
		<dc:creator>Sarah Morrow</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16900</guid>
		<description>I guess I might just keep playing with it. I had it that way to begin with and just switched it back with no luck. It does its job at showing the item first, but its what surrounded by the  tag that is not showing until it is clicked on (was hover, but just switched it up).

Thanks though!</description>
		<content:encoded><![CDATA[<p>I guess I might just keep playing with it. I had it that way to begin with and just switched it back with no luck. It does its job at showing the item first, but its what surrounded by the  tag that is not showing until it is clicked on (was hover, but just switched it up).</p>
<p>Thanks though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16895</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 25 Aug 2011 19:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16895</guid>
		<description>Hi,

You need to change the selector to match your accordion.

Change:

[js]
activeItem = $(&quot;#h-accordion li:last&quot;);
[/js]

To:

[js]
activeItem = $(&quot;#accordion li:last&quot;);
[/js]</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You need to change the selector to match your accordion.</p>
<p>Change:</p>
<pre class="brush: jscript; title: ; notranslate">
activeItem = $(&quot;#h-accordion li:last&quot;);
</pre>
<p>To:</p>
<pre class="brush: jscript; title: ; notranslate">
activeItem = $(&quot;#accordion li:last&quot;);
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Morrow</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16891</link>
		<dc:creator>Sarah Morrow</dc:creator>
		<pubDate>Thu, 25 Aug 2011 18:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16891</guid>
		<description>hmm, that didnt work... maybe you can take a look at what I&#039;m working with.

http://www.icodeinpink.com/valleyvision</description>
		<content:encoded><![CDATA[<p>hmm, that didnt work&#8230; maybe you can take a look at what I&#8217;m working with.</p>
<p><a href="http://www.icodeinpink.com/valleyvision" rel="nofollow">http://www.icodeinpink.com/valleyvision</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16889</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 25 Aug 2011 17:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16889</guid>
		<description>Hi,

Make sure that you have the first 2 lines of jQuery:

[js]
activeItem = $(&quot;#h-accordion li:first&quot;);
$(activeItem).addClass(&#039;active&#039;);
[/js]

and the CSS rule: 

#h-accordion li.active {
width: 450px;
}

If the above code is included then the accordion should automatically open the first panel on page load</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Make sure that you have the first 2 lines of jQuery:</p>
<pre class="brush: jscript; title: ; notranslate">
activeItem = $(&quot;#h-accordion li:first&quot;);
$(activeItem).addClass('active');
</pre>
<p>and the CSS rule: </p>
<p>#h-accordion li.active {<br />
width: 450px;<br />
}</p>
<p>If the above code is included then the accordion should automatically open the first panel on page load</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Morrow</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16887</link>
		<dc:creator>Sarah Morrow</dc:creator>
		<pubDate>Thu, 25 Aug 2011 17:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16887</guid>
		<description>I&#039;m having an issue with the sliders first active item. I want it to automatically display information on page load, but it keeps making me hover over it first before it will show the first active item... is there a way around this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having an issue with the sliders first active item. I want it to automatically display information on page load, but it keeps making me hover over it first before it will show the first active item&#8230; is there a way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16387</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 10 Aug 2011 21:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16387</guid>
		<description>Hi,

The accordion contents can be anything. If you want to identify the section labels separately you can either give them a class name and use this in the CSS or apply the labels as background images to the panels</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The accordion contents can be anything. If you want to identify the section labels separately you can either give them a class name and use this in the CSS or apply the labels as background images to the panels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheVeronicaJCole</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16376</link>
		<dc:creator>TheVeronicaJCole</dc:creator>
		<pubDate>Wed, 10 Aug 2011 17:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16376</guid>
		<description>Nice slider. Is there any way to have images on the panes instead of just text? I am working with similar code, and the img tag used in the css gets the panel/section labels confused with the pane images, and the whole thing acts strange.</description>
		<content:encoded><![CDATA[<p>Nice slider. Is there any way to have images on the panes instead of just text? I am working with similar code, and the img tag used in the css gets the panel/section labels confused with the pane images, and the whole thing acts strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16256</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 06 Aug 2011 18:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16256</guid>
		<description>The animate settings though should be the same as the CSS widths for active and inactive items</description>
		<content:encoded><![CDATA[<p>The animate settings though should be the same as the CSS widths for active and inactive items</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16255</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 06 Aug 2011 18:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16255</guid>
		<description>Nevermind, I figured it out...I can change that by altering the number in the animate({width: &quot;335px&quot;}. See below...

Thanks!

 $(&quot;#accordion li&quot;).hover(function(){
        $(activeItem).animate({width: &quot;50px&quot;}, {duration:300, queue:false});
        $(this).animate({width: &quot;335px&quot;}, {duration:300, queue:false});
        activeItem = this;
    });</description>
		<content:encoded><![CDATA[<p>Nevermind, I figured it out&#8230;I can change that by altering the number in the animate({width: &#8220;335px&#8221;}. See below&#8230;</p>
<p>Thanks!</p>
<p> $(&#8220;#accordion li&#8221;).hover(function(){<br />
        $(activeItem).animate({width: &#8220;50px&#8221;}, {duration:300, queue:false});<br />
        $(this).animate({width: &#8220;335px&#8221;}, {duration:300, queue:false});<br />
        activeItem = this;<br />
    });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16252</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 06 Aug 2011 16:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16252</guid>
		<description>Sorry I didnt read properly which post the comment referred to and thought it was the vertical accordion. Ignore my last reply!

This problem occurs if the widths of the horizontal accordion items are not set correctly.

In your CSS you need to set the width of the active item to be the full width of the horizontal accordion minus the total widths of the inactive items. So based on your example of total width 750px and 8 sections at 44px wide, the active section should be set to 442px.

[text]
#accordion li.active {
width: 442px;
}
[/text]

The jquery settings would then be:

[js]
$(activeItem).animate({width: &quot;43px&quot;}, {duration:300, queue:false});
$(this).animate({width: &quot;442px&quot;}, {duration:300, queue:false});
[/js]</description>
		<content:encoded><![CDATA[<p>Sorry I didnt read properly which post the comment referred to and thought it was the vertical accordion. Ignore my last reply!</p>
<p>This problem occurs if the widths of the horizontal accordion items are not set correctly.</p>
<p>In your CSS you need to set the width of the active item to be the full width of the horizontal accordion minus the total widths of the inactive items. So based on your example of total width 750px and 8 sections at 44px wide, the active section should be set to 442px.</p>
<pre class="brush: plain; title: ; notranslate">
#accordion li.active {
width: 442px;
}
</pre>
<p>The jquery settings would then be:</p>
<pre class="brush: jscript; title: ; notranslate">
$(activeItem).animate({width: &quot;43px&quot;}, {duration:300, queue:false});
$(this).animate({width: &quot;442px&quot;}, {duration:300, queue:false});
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16250</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 06 Aug 2011 14:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16250</guid>
		<description>Thanks for the quick response. Unfortunately, removing the overflow: hidden didn&#039;t do the trick. What it did was just move the tab that was disappearing below the accordion (weird, huh?). I&#039;m thinking that if I can control the width of the active tabs, then I might be able to create enough space so that the tab won&#039;t be shoved so far that it disappears. How can I control the width of the  section that is active (ie showing)?</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response. Unfortunately, removing the overflow: hidden didn&#8217;t do the trick. What it did was just move the tab that was disappearing below the accordion (weird, huh?). I&#8217;m thinking that if I can control the width of the active tabs, then I might be able to create enough space so that the tab won&#8217;t be shoved so far that it disappears. How can I control the width of the  section that is active (ie showing)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16246</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Fri, 05 Aug 2011 22:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16246</guid>
		<description>Hi,

Its caused by having a fixed height combined with the overflow: hidden. I suggest trying to remove the overflow rule</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Its caused by having a fixed height combined with the overflow: hidden. I suggest trying to remove the overflow rule</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16244</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 05 Aug 2011 21:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16244</guid>
		<description>I have mine built as described, but when I hover over the tabs and they slide, one of the tabs slides out of the slider (ie it disappears and never returns.) Has anyone had this happen to them? Why could it be occurring? Thanks for any insight you can provide...see the css/html below.

Here&#039;s the css I&#039;m using
#accordion {
list-style: none;
margin: 8px 0px 0px 8px;
padding: 0;
height: 334px;
width: 750px;
overflow: hidden;
background:#fff;}
 
#accordion li {
float: left;
border-left:
display: block;
height: 350px;
width: 43px;
padding: 0;
overflow: hidden;
color: #fff;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
border-left: 1px solid #fff;}
 
#accordion li img {
border: none;
border-right: 1px solid #fff;
float: left;
margin: 0px 0 0;
}
 
#accordion li.active {
width: 43px;
}

and the html
 
   
      
        
        &lt;strong&gt;Section 1 Header&lt;/strong&gt;
        Job 1
        Job 2
        Job 3
      
      
        
        &lt;strong&gt;Section 2 Header&lt;/strong&gt;
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.
      
      
        
        &lt;strong&gt;Section 3 Header&lt;/strong&gt;
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.
      
      
        
        &lt;strong&gt;Section 3 Header&lt;/strong&gt;
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.
      
      
        
        &lt;strong&gt;Section 3 Header&lt;/strong&gt;
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.
      
      
        
        &lt;strong&gt;Section 3 Header&lt;/strong&gt;
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.
      
      
        
        &lt;strong&gt;Section 3 Header&lt;/strong&gt;
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.
      
      
        
        &lt;strong&gt;Section 3 Header&lt;/strong&gt;
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.
      
  
   
   
   </description>
		<content:encoded><![CDATA[<p>I have mine built as described, but when I hover over the tabs and they slide, one of the tabs slides out of the slider (ie it disappears and never returns.) Has anyone had this happen to them? Why could it be occurring? Thanks for any insight you can provide&#8230;see the css/html below.</p>
<p>Here&#8217;s the css I&#8217;m using<br />
#accordion {<br />
list-style: none;<br />
margin: 8px 0px 0px 8px;<br />
padding: 0;<br />
height: 334px;<br />
width: 750px;<br />
overflow: hidden;<br />
background:#fff;}</p>
<p>#accordion li {<br />
float: left;<br />
border-left:<br />
display: block;<br />
height: 350px;<br />
width: 43px;<br />
padding: 0;<br />
overflow: hidden;<br />
color: #fff;<br />
text-decoration: none;<br />
font-size: 16px;<br />
line-height: 1.5em;<br />
border-left: 1px solid #fff;}</p>
<p>#accordion li img {<br />
border: none;<br />
border-right: 1px solid #fff;<br />
float: left;<br />
margin: 0px 0 0;<br />
}</p>
<p>#accordion li.active {<br />
width: 43px;<br />
}</p>
<p>and the html</p>
<p>        <strong>Section 1 Header</strong><br />
        Job 1<br />
        Job 2<br />
        Job 3</p>
<p>        <strong>Section 2 Header</strong><br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.</p>
<p>        <strong>Section 3 Header</strong><br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.</p>
<p>        <strong>Section 3 Header</strong><br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.</p>
<p>        <strong>Section 3 Header</strong><br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.</p>
<p>        <strong>Section 3 Header</strong><br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.</p>
<p>        <strong>Section 3 Header</strong><br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.</p>
<p>        <strong>Section 3 Header</strong><br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In iaculis volutpat quam, non suscipit arcu accumsan at. Aliquam pellentesque.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16202</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 03 Aug 2011 17:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16202</guid>
		<description>make sure each accordion uses its own ID</description>
		<content:encoded><![CDATA[<p>make sure each accordion uses its own ID</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Jamal</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16190</link>
		<dc:creator>Mohammad Jamal</dc:creator>
		<pubDate>Wed, 03 Aug 2011 08:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16190</guid>
		<description>if two horizontal Accordion be on web page it dosen&#039;t work correctly ........
please check this and help me to solve this problem .....</description>
		<content:encoded><![CDATA[<p>if two horizontal Accordion be on web page it dosen&#8217;t work correctly &#8230;&#8230;..<br />
please check this and help me to solve this problem &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16166</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 02 Aug 2011 10:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16166</guid>
		<description>Hi,

Dont understand the question sorry.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Dont understand the question sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: betty</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-16162</link>
		<dc:creator>betty</dc:creator>
		<pubDate>Tue, 02 Aug 2011 08:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-16162</guid>
		<description>hi, which jquery I need to put in mail html ?
thk&#039;s</description>
		<content:encoded><![CDATA[<p>hi, which jquery I need to put in mail html ?<br />
thk&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-14556</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 21 Jun 2011 18:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-14556</guid>
		<description>No problem. Thats why I decided to make my own in the first place since I didnt need one that slides, plays music and makes coffee while u wait like most of them!</description>
		<content:encoded><![CDATA[<p>No problem. Thats why I decided to make my own in the first place since I didnt need one that slides, plays music and makes coffee while u wait like most of them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Carlson</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-14555</link>
		<dc:creator>Jeremy Carlson</dc:creator>
		<pubDate>Tue, 21 Jun 2011 18:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-14555</guid>
		<description>Thank you very much for this. I was searching forever for a freakin&#039; simple horizontal accordian, and kept finding bloated garbage. This was exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this. I was searching forever for a freakin&#8217; simple horizontal accordian, and kept finding bloated garbage. This was exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DC</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-11838</link>
		<dc:creator>DC</dc:creator>
		<pubDate>Wed, 20 Apr 2011 16:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-11838</guid>
		<description>Whoops, sorry

[text]

&lt;li&gt;    
    &lt;img src=&quot;sitegfx/tab_webdesign.png&quot; width=&quot;50&quot; height=&quot;300&quot; class=&quot;tab&quot; alt=&quot;Web Design&quot; title=&quot;Web Design&quot; border=&quot;0&quot; /&gt;
    &lt;div class=&quot;thumbnail&quot;&gt;&lt;a href=&quot;http://x.com&quot;&gt;&lt;img src=&quot;x.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; border=&quot;1&quot; &gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;

[/text]</description>
		<content:encoded><![CDATA[<p>Whoops, sorry</p>
<pre class="brush: plain; title: ; notranslate">

&lt;li&gt;
    &lt;img src=&quot;sitegfx/tab_webdesign.png&quot; width=&quot;50&quot; height=&quot;300&quot; class=&quot;tab&quot; alt=&quot;Web Design&quot; title=&quot;Web Design&quot; border=&quot;0&quot; /&gt;
    &lt;div class=&quot;thumbnail&quot;&gt;&lt;a href=&quot;<a href="http://x.com&quot;&gt;&lt;img" rel="nofollow">http://x.com&quot;&gt;&lt;img</a> src=&quot;x.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; border=&quot;1&quot; &gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-11836</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 20 Apr 2011 15:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-11836</guid>
		<description>wrap the code sample with [js][text] [/text][/js] so it will show. Thanks</description>
		<content:encoded><![CDATA[<p>wrap the code sample with
<pre class="brush: jscript; title: ; notranslate">[text] [/text]</pre>
<p> so it will show. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DC</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-11835</link>
		<dc:creator>DC</dc:creator>
		<pubDate>Wed, 20 Apr 2011 15:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-11835</guid>
		<description>An example:


          	&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;
            	
            	&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
            	
			&lt;/a&gt;
        </description>
		<content:encoded><![CDATA[<p>An example:</p>
<p>          	<a href="#" rel="nofollow"></p>
<p>            	</a><a href="#" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-11834</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-11834</guid>
		<description>Hi - what does the HTML look like?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; what does the HTML look like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DC</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-11833</link>
		<dc:creator>DC</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-11833</guid>
		<description>Thanks for the quick reply! Unfortunately that&#039;s still not working. When I enter a link in my first slider, the rest of the tabs disappear and the first slider goes blank. Here is my code with your mod:


$(document).ready(function () {
	activeItem = $(&quot;#accordion li:first&quot;);
	$(activeItem).addClass(&#039;active&#039;);
	$(&quot;#accordion &gt; li&quot;).hover(function(){
    $(activeItem).animate({width: &quot;50px&quot;}, {duration:500, queue:false});
    $(this).animate({width: &quot;594px&quot;}, {duration:500, queue:false});
    activeItem = this;
	});
});
</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply! Unfortunately that&#8217;s still not working. When I enter a link in my first slider, the rest of the tabs disappear and the first slider goes blank. Here is my code with your mod:</p>
<p>$(document).ready(function () {<br />
	activeItem = $(&#8220;#accordion li:first&#8221;);<br />
	$(activeItem).addClass(&#8216;active&#8217;);<br />
	$(&#8220;#accordion &gt; li&#8221;).hover(function(){<br />
    $(activeItem).animate({width: &#8220;50px&#8221;}, {duration:500, queue:false});<br />
    $(this).animate({width: &#8220;594px&#8221;}, {duration:500, queue:false});<br />
    activeItem = this;<br />
	});<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.designchemical.com/blog/index.php/jquery/jquery-simple-horizontal-accordion/comment-page-1/#comment-11816</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 20 Apr 2011 03:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.designchemical.com/blog/?p=874#comment-11816</guid>
		<description>Hi DC - the selector used in the demo would also include any other links that may be inside the accordion sections. You can change it so that it targets the accordion links only and it should then be OK. Change the code to the following:

[js]
$(&quot;#accordion &gt; li&quot;).hover(function(){
    $(activeItem).animate({width: &quot;50px&quot;}, {duration:300, queue:false});
    $(this).animate({width: &quot;450px&quot;}, {duration:300, queue:false});
    activeItem = this;
});
[/js]</description>
		<content:encoded><![CDATA[<p>Hi DC &#8211; the selector used in the demo would also include any other links that may be inside the accordion sections. You can change it so that it targets the accordion links only and it should then be OK. Change the code to the following:</p>
<pre class="brush: jscript; title: ; notranslate">
$(&quot;#accordion &gt; li&quot;).hover(function(){
    $(activeItem).animate({width: &quot;50px&quot;}, {duration:300, queue:false});
    $(this).animate({width: &quot;450px&quot;}, {duration:300, queue:false});
    activeItem = this;
});
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

