<?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 for Niall Doherty&#039;s dot biz</title>
	<atom:link href="http://www.ndoherty.biz/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ndoherty.biz</link>
	<description>Web design and development</description>
	<lastBuildDate>Wed, 17 Feb 2010 21:50:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jQuery slideToggle and Internet Explorer by Rob</title>
		<link>http://www.ndoherty.biz/2007/09/jquery-slidetoggle-and-internet-explorer/#comment-1077</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.com/blog/2007/09/25/jquery-slidetoggle-and-internet-explorer/#comment-1077</guid>
		<description>I&#039;m using slideToggle to generate an accordion-like menu. My problem was that IE7 was ignoring the height of the slideToggled element. The net result was that absolutely positioned child elements were getting stretched to the height of the viewport.

After trying a bunch of CSS tricks (including those enumerated above) I ended up writing a couple of  jQuery functions that calculate the height of the accordion blocks in question based on their content (whether open or closed) and assign hard pixel heights to them on the fly. This seems to have corrected IE7&#039;s aberrant behavior (thank God!).</description>
		<content:encoded><![CDATA[<p>I&#8217;m using slideToggle to generate an accordion-like menu. My problem was that IE7 was ignoring the height of the slideToggled element. The net result was that absolutely positioned child elements were getting stretched to the height of the viewport.</p>
<p>After trying a bunch of CSS tricks (including those enumerated above) I ended up writing a couple of  jQuery functions that calculate the height of the accordion blocks in question based on their content (whether open or closed) and assign hard pixel heights to them on the fly. This seems to have corrected IE7&#8217;s aberrant behavior (thank God!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery slideToggle and Internet Explorer by Bryan Blakey</title>
		<link>http://www.ndoherty.biz/2007/09/jquery-slidetoggle-and-internet-explorer/#comment-1074</link>
		<dc:creator>Bryan Blakey</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.com/blog/2007/09/25/jquery-slidetoggle-and-internet-explorer/#comment-1074</guid>
		<description>I needed to use absolute positioning for one of the nested elements in my div that gets slideToggle&#039;d.  So I tried the &quot;height: 101%&quot; hack, but that made the sliding div expand to greater than its content, then snap back to the correct size at the end of the animation.  The real issue seems to be that the sliding div needs to have the ever elusive &quot;hasLayout&quot; property triggered in IE.  Giving it a &quot;min-height: 1%&quot; worked the best for me without other random oddities cropping up.  Hopefully that helps anyone who hasn&#039;t yet figured it out!</description>
		<content:encoded><![CDATA[<p>I needed to use absolute positioning for one of the nested elements in my div that gets slideToggle&#8217;d.  So I tried the &#8220;height: 101%&#8221; hack, but that made the sliding div expand to greater than its content, then snap back to the correct size at the end of the animation.  The real issue seems to be that the sliding div needs to have the ever elusive &#8220;hasLayout&#8221; property triggered in IE.  Giving it a &#8220;min-height: 1%&#8221; worked the best for me without other random oddities cropping up.  Hopefully that helps anyone who hasn&#8217;t yet figured it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coda-Slider 2.0 by tcg</title>
		<link>http://www.ndoherty.biz/2009/10/coda-slider-2/#comment-1073</link>
		<dc:creator>tcg</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.biz/?p=335#comment-1073</guid>
		<description>@K: Have you followed the example of embedding videos (on the Demos page, &quot;Example 7: Videos within a slider&quot;)?

Adding the extra wrapper with a height set to the height of the Flash content should set you up. I&#039;m only responding here, for the benefit of others that might find your question here in the comments. I&#039;m not sure of the policy here, but I assume this kind of thing should probably be handled in the forums.</description>
		<content:encoded><![CDATA[<p>@K: Have you followed the example of embedding videos (on the Demos page, &#8220;Example 7: Videos within a slider&#8221;)?</p>
<p>Adding the extra wrapper with a height set to the height of the Flash content should set you up. I&#8217;m only responding here, for the benefit of others that might find your question here in the comments. I&#8217;m not sure of the policy here, but I assume this kind of thing should probably be handled in the forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coda-Slider 2.0 by K</title>
		<link>http://www.ndoherty.biz/2009/10/coda-slider-2/#comment-1070</link>
		<dc:creator>K</dc:creator>
		<pubDate>Sun, 17 Jan 2010 04:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.biz/?p=335#comment-1070</guid>
		<description>Okay, I&#039;ve searched all over these blogs and forums looking for a solution to the Flash issue in Firefox.  Can someone please point me to a solution?  Everything seems to be working fine but the embedded Flash content appears outside the div when you first open the page (only in FF).  Help!</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;ve searched all over these blogs and forums looking for a solution to the Flash issue in Firefox.  Can someone please point me to a solution?  Everything seems to be working fine but the embedded Flash content appears outside the div when you first open the page (only in FF).  Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coda-Slider 2.0 by Edel Jennings</title>
		<link>http://www.ndoherty.biz/2009/10/coda-slider-2/#comment-1068</link>
		<dc:creator>Edel Jennings</dc:creator>
		<pubDate>Fri, 15 Jan 2010 13:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.biz/?p=335#comment-1068</guid>
		<description>Hi Niall

Thanks for sharing this. I am wondering how difficult it would be to have an alternative vertical slider to some pages, for subnav in you like?</description>
		<content:encoded><![CDATA[<p>Hi Niall</p>
<p>Thanks for sharing this. I am wondering how difficult it would be to have an alternative vertical slider to some pages, for subnav in you like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coda-Slider 2.0 by Volker E.</title>
		<link>http://www.ndoherty.biz/2009/10/coda-slider-2/#comment-1065</link>
		<dc:creator>Volker E.</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.biz/?p=335#comment-1065</guid>
		<description>Thanks for your good work! I&#039;ve got two notes on v. 2.0, first why do you prefer classes to ids in the script, as ids normally are faster than classes even with jQuery&#039;s Sizzle Selector Engine? Is it to make possible many sliders on one page?

The second one, I wanted to ask you if you perhaps thought on starting the name values with a letter, f.e. &#039;a1&#039; instead of solely a number.
Background: http://www.w3.org/TR/html4/types.html “ID and NAME tokens must begin with a letter ([A-Za-z])” -- I know we are not very often on HTML4, but it&#039;s not unlikely. And it helps preventing browser troubles.</description>
		<content:encoded><![CDATA[<p>Thanks for your good work! I&#8217;ve got two notes on v. 2.0, first why do you prefer classes to ids in the script, as ids normally are faster than classes even with jQuery&#8217;s Sizzle Selector Engine? Is it to make possible many sliders on one page?</p>
<p>The second one, I wanted to ask you if you perhaps thought on starting the name values with a letter, f.e. &#8216;a1&#8242; instead of solely a number.<br />
Background: <a href="http://www.w3.org/TR/html4/types.html" rel="nofollow">http://www.w3.org/TR/html4/types.html</a> “ID and NAME tokens must begin with a letter ([A-Za-z])” &#8212; I know we are not very often on HTML4, but it&#8217;s not unlikely. And it helps preventing browser troubles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A quick update to Coda-Slider: unique classes for navigation tabs by Yan</title>
		<link>http://www.ndoherty.biz/2007/11/a-quick-update-to-coda-slider-unique-classes-for-navigation-tabs/#comment-1055</link>
		<dc:creator>Yan</dc:creator>
		<pubDate>Fri, 08 Jan 2010 08:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.com/blog/2007/11/28/a-quick-update-to-coda-slider-unique-classes-for-navigation-tabs/#comment-1055</guid>
		<description>Hi, I am having the same problem as Dave with scrollbars appearing momentarily (especially on the slower IE6). I have changed all overflow properties to hidden. The above js didnt work for me.

I removed the 200px height but as the width needs to be specified for me, the horizontal scrollbar is still appearing 

Can anyone suggest a solution?</description>
		<content:encoded><![CDATA[<p>Hi, I am having the same problem as Dave with scrollbars appearing momentarily (especially on the slower IE6). I have changed all overflow properties to hidden. The above js didnt work for me.</p>
<p>I removed the 200px height but as the width needs to be specified for me, the horizontal scrollbar is still appearing </p>
<p>Can anyone suggest a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coda-Slider 2.0 by Amanda</title>
		<link>http://www.ndoherty.biz/2009/10/coda-slider-2/#comment-1054</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.biz/?p=335#comment-1054</guid>
		<description>I&#039;ve set up the slider here: http://philipfdeaver.com/ - I&#039;m having issues in IE6 and IE7, the back button works fine but when the forward button is clicked it&#039;s as if it&#039;s clicked twice so that it goes backwards then forwards to the same slide. I&#039;m fairly new to this and haven&#039;t been able to find a solution anywhere, any ideas would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve set up the slider here: <a href="http://philipfdeaver.com/" rel="nofollow">http://philipfdeaver.com/</a> &#8211; I&#8217;m having issues in IE6 and IE7, the back button works fine but when the forward button is clicked it&#8217;s as if it&#8217;s clicked twice so that it goes backwards then forwards to the same slide. I&#8217;m fairly new to this and haven&#8217;t been able to find a solution anywhere, any ideas would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coda-Slider 2.0 by Salmen</title>
		<link>http://www.ndoherty.biz/2009/10/coda-slider-2/#comment-1053</link>
		<dc:creator>Salmen</dc:creator>
		<pubDate>Wed, 16 Dec 2009 22:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.biz/?p=335#comment-1053</guid>
		<description>how can i put the arrows in the bottom ???</description>
		<content:encoded><![CDATA[<p>how can i put the arrows in the bottom ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coda-Slider 2.0 by David Leonardo</title>
		<link>http://www.ndoherty.biz/2009/10/coda-slider-2/#comment-1052</link>
		<dc:creator>David Leonardo</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ndoherty.biz/?p=335#comment-1052</guid>
		<description>Hello, this version is Awesome! but i have a question, it`s posible an slide inside another slide?? please help me... thnkx</description>
		<content:encoded><![CDATA[<p>Hello, this version is Awesome! but i have a question, it`s posible an slide inside another slide?? please help me&#8230; thnkx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->