<?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: javascript scrollbar</title>
	<atom:link href="http://gondo.webdesigners.sk/javascript-scrollbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://gondo.webdesigners.sk/javascript-scrollbar/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 13:49:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexander "spiteful_troll" Sidorov</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-6/#comment-714</link>
		<dc:creator>Alexander "spiteful_troll" Sidorov</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-714</guid>
		<description>Thank you very much! Super script! it works perfectly!
Спасибо, Гондо! Лучший!</description>
		<content:encoded><![CDATA[<p>Thank you very much! Super script! it works perfectly!<br />
Спасибо, Гондо! Лучший!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lopsang Sherpa</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-6/#comment-705</link>
		<dc:creator>Lopsang Sherpa</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-705</guid>
		<description>How can I find script for fix image on the right bottom corner?
Can anyone help me please?

thank you!</description>
		<content:encoded><![CDATA[<p>How can I find script for fix image on the right bottom corner?<br />
Can anyone help me please?</p>
<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stroy</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-702</link>
		<dc:creator>stroy</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-702</guid>
		<description>great script, thank you gonzo for sharing this script and thanks to bejko who provided the solution for the bug in this script</description>
		<content:encoded><![CDATA[<p>great script, thank you gonzo for sharing this script and thanks to bejko who provided the solution for the bug in this script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillyJ</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-701</link>
		<dc:creator>BillyJ</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-701</guid>
		<description>Gondo:

Thanks for making your script available to us. it&#039;s great!

Do you know that alot of posts on the web say that custom scrollbars can only work in IE?  You proved them wrong; congratulations!

When you get the chance, would you please let me klnow how I can enter the id&#039;s for the scrollbars? The divs in my web pages already have Id and class entries.  

Thanks</description>
		<content:encoded><![CDATA[<p>Gondo:</p>
<p>Thanks for making your script available to us. it&#8217;s great!</p>
<p>Do you know that alot of posts on the web say that custom scrollbars can only work in IE?  You proved them wrong; congratulations!</p>
<p>When you get the chance, would you please let me klnow how I can enter the id&#8217;s for the scrollbars? The divs in my web pages already have Id and class entries.  </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro Nuñez</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-699</link>
		<dc:creator>Leandro Nuñez</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-699</guid>
		<description>Great dude!
Was looking for something like this a long time ago.
I&#039;m not an expert in javascript, so, it was killing me.

Thanks a lot!!!!</description>
		<content:encoded><![CDATA[<p>Great dude!<br />
Was looking for something like this a long time ago.<br />
I&#8217;m not an expert in javascript, so, it was killing me.</p>
<p>Thanks a lot!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bejko</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-696</link>
		<dc:creator>bejko</dc:creator>
		<pubDate>Sat, 30 Jan 2010 09:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-696</guid>
		<description>just ignore solution from previous post:
enter &quot;return false;&quot;* in &quot;scroll.js&quot;
.
.
.
  startDrag: function (e) {
    e = dw_event.DOMit(e);
    if ( dw_slidebar.aniTimer ) clearInterval(dw_slidebar.aniTimer);
    var bar = dw_slidebar.obj = this;
    bar.downX = e.clientX; bar.downY = e.clientY;
    bar.startX = parseInt(bar.style.left);
    bar.startY = parseInt(bar.style.top);
    bar.on_drag_start(bar.startX, bar.startY);
    dw_event.add( document, &quot;mousemove&quot;, dw_slidebar.doDrag, true );
    dw_event.add( document, &quot;mouseup&quot;,   dw_slidebar.endDrag,  true );
    e.stopPropagation();
    return false; / *ENTER THIS HERE*
  },
.
.
.
tested in: FF, IE, Opera, Chrome, Safari. @win7x64, no problem found.
+tip: i think it would be nice to set cookie to remember scrollbar position, if i done that, i&#039;ll let u know.
thanks again.</description>
		<content:encoded><![CDATA[<p>just ignore solution from previous post:<br />
enter &#8220;return false;&#8221;* in &#8220;scroll.js&#8221;<br />
.<br />
.<br />
.<br />
  startDrag: function (e) {<br />
    e = dw_event.DOMit(e);<br />
    if ( dw_slidebar.aniTimer ) clearInterval(dw_slidebar.aniTimer);<br />
    var bar = dw_slidebar.obj = this;<br />
    bar.downX = e.clientX; bar.downY = e.clientY;<br />
    bar.startX = parseInt(bar.style.left);<br />
    bar.startY = parseInt(bar.style.top);<br />
    bar.on_drag_start(bar.startX, bar.startY);<br />
    dw_event.add( document, &#8220;mousemove&#8221;, dw_slidebar.doDrag, true );<br />
    dw_event.add( document, &#8220;mouseup&#8221;,   dw_slidebar.endDrag,  true );<br />
    e.stopPropagation();<br />
    return false; / *ENTER THIS HERE*<br />
  },<br />
.<br />
.<br />
.<br />
tested in: FF, IE, Opera, Chrome, Safari. @win7&#215;64, no problem found.<br />
+tip: i think it would be nice to set cookie to remember scrollbar position, if i done that, i&#8217;ll let u know.<br />
thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bejko</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-694</link>
		<dc:creator>bejko</dc:creator>
		<pubDate>Fri, 29 Jan 2010 13:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-694</guid>
		<description>I think I found a solution for the problem with text selection while scrolling in Firefox (3.5.7):

in &quot;scroll.js&quot;

...
doDrag: function (e) {
    document.body.focus();         //*enter this line
    e = e? e: window.event; 
...

if someone find solution for chrome, please let me know
thanks for the wonderful script</description>
		<content:encoded><![CDATA[<p>I think I found a solution for the problem with text selection while scrolling in Firefox (3.5.7):</p>
<p>in &#8220;scroll.js&#8221;</p>
<p>&#8230;<br />
doDrag: function (e) {<br />
    document.body.focus();         //*enter this line<br />
    e = e? e: window.event;<br />
&#8230;</p>
<p>if someone find solution for chrome, please let me know<br />
thanks for the wonderful script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badrun</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-693</link>
		<dc:creator>badrun</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-693</guid>
		<description>Hi Gondo...

I&#039;ve been looking for this and very happy found this page on the net..  unfortunately me,. what i need is scrolling horizontally. if you can see my site on http://www.etcshow.com/ , there will be pretty looks to add a horizontal scroller... 
can you help me to make some modification to your javascript above to change scroll direction?

Thanks..</description>
		<content:encoded><![CDATA[<p>Hi Gondo&#8230;</p>
<p>I&#8217;ve been looking for this and very happy found this page on the net..  unfortunately me,. what i need is scrolling horizontally. if you can see my site on <a href="http://www.etcshow.com/" rel="nofollow">http://www.etcshow.com/</a> , there will be pretty looks to add a horizontal scroller&#8230;<br />
can you help me to make some modification to your javascript above to change scroll direction?</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-687</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-687</guid>
		<description>Hey Witty,

Your codeSniplet ist exactly what i am looking for, but it dosn&#039;t work on my Webseite. It alwasy Says: dom_remveObj ist not defined.

Did you (or anyone else) know how i can repaire this?

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Witty,</p>
<p>Your codeSniplet ist exactly what i am looking for, but it dosn&#8217;t work on my Webseite. It alwasy Says: dom_remveObj ist not defined.</p>
<p>Did you (or anyone else) know how i can repaire this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TAMLYN</title>
		<link>http://gondo.webdesigners.sk/javascript-scrollbar/comment-page-5/#comment-668</link>
		<dc:creator>TAMLYN</dc:creator>
		<pubDate>Wed, 25 Nov 2009 06:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://gondo.webdesigners.sk/javascript-scrollbar/#comment-668</guid>
		<description>HI there

This is exactly what I am looking for BUT I need it placed horizontally at the bottom on not vertcally on the side. Please help. How do I change it?</description>
		<content:encoded><![CDATA[<p>HI there</p>
<p>This is exactly what I am looking for BUT I need it placed horizontally at the bottom on not vertcally on the side. Please help. How do I change it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
