<?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: Vertical scrollbar using jQuery UI slider</title>
	<atom:link href="http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonbattersby.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 17:49:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kly411</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-9550</link>
		<dc:creator>kly411</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-9550</guid>
		<description>Thanks to Simon, Mitch, Brent and all subsequent contributors.  This is a major find in my book and pleasantly understandable!</description>
		<content:encoded><![CDATA[<p>Thanks to Simon, Mitch, Brent and all subsequent contributors.  This is a major find in my book and pleasantly understandable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-7998</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 23 Dec 2011 08:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-7998</guid>
		<description>Laura

It&#039;s easiest if you just view the source code on the demo page - Ctrl+U in everything except Internet Explorer where it&#039;s Page &gt; View Source.</description>
		<content:encoded><![CDATA[<p>Laura</p>
<p>It&#8217;s easiest if you just view the source code on the demo page &#8211; Ctrl+U in everything except Internet Explorer where it&#8217;s Page > View Source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-7984</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Thu, 22 Dec 2011 23:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-7984</guid>
		<description>can you please include the html in your example</description>
		<content:encoded><![CDATA[<p>can you please include the html in your example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-6329</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 08 Nov 2011 08:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-6329</guid>
		<description>Varun

The starting point for this code was the &lt;a href=&quot;http://jqueryui.com/demos/slider/#side-scroll&quot; rel=&quot;nofollow&quot;&gt;horizontal scrollbar example&lt;/a&gt; on the jQuery UI site - you might want to take a look at that.</description>
		<content:encoded><![CDATA[<p>Varun</p>
<p>The starting point for this code was the <a href="http://jqueryui.com/demos/slider/#side-scroll" rel="nofollow">horizontal scrollbar example</a> on the jQuery UI site &#8211; you might want to take a look at that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-6326</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Tue, 08 Nov 2011 06:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-6326</guid>
		<description>Just wondering what parameters need to be changed to make your code scroll horizontal.</description>
		<content:encoded><![CDATA[<p>Just wondering what parameters need to be changed to make your code scroll horizontal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-6090</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Mon, 31 Oct 2011 19:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-6090</guid>
		<description>Thanks a million. Browsed through the web for easily implementable scrollbars, and tried several without success. Yours is working like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks a million. Browsed through the web for easily implementable scrollbars, and tried several without success. Yours is working like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-6034</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 28 Oct 2011 15:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-6034</guid>
		<description>I&#039;ve added a fix to this problem to the demo.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added a fix to this problem to the demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kirkland</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-6017</link>
		<dc:creator>Dick Kirkland</dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-6017</guid>
		<description>Mr. Battersby, 
Thanks so much for this great resource. Related to the demo (w/buttons) at...
http://www.simonbattersby.com/demos/vertical_scrollbar_demo_14_scroll_buttons.htm
I see some weirdness occur when a user could possibly drag the button image(s) off of the click point. This seems to clog up the behavior of the scrollbar. Sometimes, the handle on the slider will vibrate like it&#039;s confused. Again, this happens only when I drag the images off of the click destination/link area on the buttons. I&#039;ve reproduced it in IE9 and FF 7.0.1. I really like this solution, but I&#039;m hesitant to implement it because of the slight bug I&#039;ve found. Do you have any ideas as to why this is happening? I&#039;m wondering if I assign the click handlers to a container with a background image rather than just use the image themselves, if this will fix the issue. I really appreciate what you&#039;ve done, just wondering if you&#039;d noticed this or had any ideas. Thanks in advance for reviewing.</description>
		<content:encoded><![CDATA[<p>Mr. Battersby,<br />
Thanks so much for this great resource. Related to the demo (w/buttons) at&#8230;<br />
<a href="http://www.simonbattersby.com/demos/vertical_scrollbar_demo_14_scroll_buttons.htm" rel="nofollow">http://www.simonbattersby.com/demos/vertical_scrollbar_demo_14_scroll_buttons.htm</a><br />
I see some weirdness occur when a user could possibly drag the button image(s) off of the click point. This seems to clog up the behavior of the scrollbar. Sometimes, the handle on the slider will vibrate like it&#8217;s confused. Again, this happens only when I drag the images off of the click destination/link area on the buttons. I&#8217;ve reproduced it in IE9 and FF 7.0.1. I really like this solution, but I&#8217;m hesitant to implement it because of the slight bug I&#8217;ve found. Do you have any ideas as to why this is happening? I&#8217;m wondering if I assign the click handlers to a container with a background image rather than just use the image themselves, if this will fix the issue. I really appreciate what you&#8217;ve done, just wondering if you&#8217;d noticed this or had any ideas. Thanks in advance for reviewing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-5874</link>
		<dc:creator>Mikhail</dc:creator>
		<pubDate>Wed, 19 Oct 2011 10:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-5874</guid>
		<description>Thank you! very usefull!</description>
		<content:encoded><![CDATA[<p>Thank you! very usefull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbattersby.com/blog/vertical-scrollbar-using-jquery-ui-slider/#comment-5851</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 18 Oct 2011 07:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=779#comment-5851</guid>
		<description>Yes. For the basic slider, change this:

&lt;pre&gt; $(&quot;#scroll-pane&quot;).&lt;span class=&quot;code_highlight&quot;&gt;after&lt;/span&gt;(&#039;&lt;\div id=&quot;slider-wrap&quot;&gt;&lt;\div id=&quot;slider-vertical&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;&#039;);&lt;/pre&gt;

to this:

&lt;pre&gt; $(&quot;#scroll-pane&quot;).&lt;span class=&quot;code_highlight&quot;&gt;before&lt;/span&gt;(&#039;&lt;\div id=&quot;slider-wrap&quot;&gt;&lt;\div id=&quot;slider-vertical&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;&#039;);&lt;/pre&gt;

and then in the css move &lt;code&gt;margin-left:50px&lt;/code&gt; from &lt;code&gt;#scroll-pane&lt;/code&gt; to &lt;code&gt;#slider-wrap&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Yes. For the basic slider, change this:</p>
<pre> $("#scroll-pane").<span class="code_highlight">after</span>('&lt;\div id="slider-wrap"&gt;&lt;\div id="slider-vertical"&gt;&lt;\/div&gt;&lt;\/div&gt;');</pre>
<p>to this:</p>
<pre> $("#scroll-pane").<span class="code_highlight">before</span>('&lt;\div id="slider-wrap"&gt;&lt;\div id="slider-vertical"&gt;&lt;\/div&gt;&lt;\/div&gt;');</pre>
<p>and then in the css move <code>margin-left:50px</code> from <code>#scroll-pane</code> to <code>#slider-wrap</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

