<?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: Implementing Floating Div</title>
	<atom:link href="http://www.amirharel.com/2009/08/05/implementing-floating-div/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/</link>
	<description>Tales of a JavaScript Ninja</description>
	<lastBuildDate>Wed, 08 Sep 2010 08:28:47 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LEWIS</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-170</link>
		<dc:creator>LEWIS</dc:creator>
		<pubDate>Tue, 07 Sep 2010 04:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-170</guid>
		<description>&lt;strong&gt;&lt;blockquote&gt;&lt;a href=&quot;http://cheaptabletsonline.com/&quot; rel=&quot;nofollow&quot;&gt;CheapTabletsOnline.Com. Canadian Health&amp;Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. High quality pills. Order pills online&lt;/a&gt;...&lt;/strong&gt;

Buy:Viagra.Maxaman.Cialis.Cialis Soft Tabs.Viagra Soft Tabs.Viagra Super Active+.Super Active ED Pack.Cialis Super Active+.Viagra Professional.Soma.Tramadol.Cialis Professional.Levitra.VPXL.Zithromax.Propecia.Viagra Super Force....</description>
		<content:encoded><![CDATA[<p><strong><br />
<blockquote><a href="http://cheaptabletsonline.com/" rel="nofollow">CheapTabletsOnline.Com. Canadian Health&amp;Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. High quality pills. Order pills online</a>&#8230;</p></blockquote>
<p></strong></p>
<p>Buy:Viagra.Maxaman.Cialis.Cialis Soft Tabs.Viagra Soft Tabs.Viagra Super Active+.Super Active ED Pack.Cialis Super Active+.Viagra Professional.Soma.Tramadol.Cialis Professional.Levitra.VPXL.Zithromax.Propecia.Viagra Super Force&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdulrauf Cheema</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-155</link>
		<dc:creator>Abdulrauf Cheema</dc:creator>
		<pubDate>Thu, 12 Aug 2010 05:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-155</guid>
		<description>Thanks, It really worked for me as I was expecting.</description>
		<content:encoded><![CDATA[<p>Thanks, It really worked for me as I was expecting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Harel</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-123</link>
		<dc:creator>Amir Harel</dc:creator>
		<pubDate>Thu, 03 Jun 2010 05:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-123</guid>
		<description>I&#039;m aware of this problem but unfortunately too busy with new project that i don&#039;t have the time to fix some of these bugs and new requests.&lt;br&gt;Maybe you can help ;)</description>
		<content:encoded><![CDATA[<p>I&#39;m aware of this problem but unfortunately too busy with new project that i don&#39;t have the time to fix some of these bugs and new requests.<br />Maybe you can help <img src='http://www.amirharel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bc</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-119</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Tue, 01 Jun 2010 10:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-119</guid>
		<description>This is great, but as with all other floating div plugins causes the div to go past the bottom of the page when the window isn&#039;t long enough to fit the content. It should probably stop floating when the bottom of the floater reaches the bottom of the page.</description>
		<content:encoded><![CDATA[<p>This is great, but as with all other floating div plugins causes the div to go past the bottom of the page when the window isn&#39;t long enough to fit the content. It should probably stop floating when the bottom of the floater reaches the bottom of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drakni</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-113</link>
		<dc:creator>drakni</dc:creator>
		<pubDate>Thu, 06 May 2010 14:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-113</guid>
		<description>Hey guys,&lt;br&gt;&lt;br&gt;I tried to add the stopFloat function to my page but it seems not to be working.&lt;br&gt;&lt;br&gt;Here is my script : &lt;br&gt;&lt;br&gt;$(document).ready(main);&lt;br&gt;function main()&lt;br&gt;{	&lt;br&gt;	var origineY=$(&quot;#blocImageProf&quot;).offset().top;&lt;br&gt;	$(document).scroll(function(event){&lt;br&gt;		if(($(window).scrollTop())&gt;=origineY){&lt;br&gt;			$(&quot;#blocImageProf&quot;).makeFloat({x:&quot;current&quot;,y:10,speed:&quot;fast&quot;});&lt;br&gt;		}&lt;br&gt;		else{&lt;br&gt;			$(&quot;#blocImageProf&quot;).stopFloat();&lt;br&gt;		}&lt;br&gt;	});&lt;br&gt;} &lt;br&gt;&lt;br&gt;What I want to do is activate the float of the selected div only when the scroll reach this div, and stop the float if you scroll up at a higher position than the origin div position.</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I tried to add the stopFloat function to my page but it seems not to be working.</p>
<p>Here is my script : </p>
<p>$(document).ready(main);<br />function main()<br />{	<br />	var origineY=$(&#8221;#blocImageProf&#8221;).offset().top;<br />	$(document).scroll(function(event){<br />		if(($(window).scrollTop())&gt;=origineY){<br />			$(&#8221;#blocImageProf&#8221;).makeFloat({x:&#8221;current&#8221;,y:10,speed:&#8221;fast&#8221;});<br />		}<br />		else{<br />			$(&#8221;#blocImageProf&#8221;).stopFloat();<br />		}<br />	});<br />} </p>
<p>What I want to do is activate the float of the selected div only when the scroll reach this div, and stop the float if you scroll up at a higher position than the origin div position.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agnes</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-112</link>
		<dc:creator>agnes</dc:creator>
		<pubDate>Fri, 16 Apr 2010 00:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-112</guid>
		<description>hi , does this work on ie6 too?</description>
		<content:encoded><![CDATA[<p>hi , does this work on ie6 too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calebhc</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-111</link>
		<dc:creator>calebhc</dc:creator>
		<pubDate>Thu, 15 Apr 2010 03:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-111</guid>
		<description>Great script! This is one of the easiest to use and implement. It worked great in my project. Thanks! :)</description>
		<content:encoded><![CDATA[<p>Great script! This is one of the easiest to use and implement. It worked great in my project. Thanks! <img src='http://www.amirharel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-107</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 27 Mar 2010 11:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-107</guid>
		<description>Have also noticed that on Safari  it doesn&#039;t display the div in the right place - it&#039;s higher than it should be</description>
		<content:encoded><![CDATA[<p>Have also noticed that on Safari  it doesn&#39;t display the div in the right place &#8211; it&#39;s higher than it should be</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-108</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 27 Mar 2010 11:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-108</guid>
		<description>Todd where did you put your patch? I don&#039;t see and alwaysTop else clause? Would love to be able to use it!</description>
		<content:encoded><![CDATA[<p>Todd where did you put your patch? I don&#39;t see and alwaysTop else clause? Would love to be able to use it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.amirharel.com/2009/08/05/implementing-floating-div/comment-page-1/#comment-100</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=65#comment-100</guid>
		<description>Here&#039;s a patch for you to keep it from escaping the parent div:&lt;br&gt;&lt;br&gt;			if( $(window).scrollTop() + this.height &gt; this.jqObj.parent().height()) {&lt;br&gt;				this.updatedY = this.jqObj.parent().height() + this.origY - this.height;&lt;br&gt;			}&lt;br&gt;&lt;br&gt;I put it at the end of the alwaysTop else clause.</description>
		<content:encoded><![CDATA[<p>Here&#39;s a patch for you to keep it from escaping the parent div:</p>
<p>			if( $(window).scrollTop() + this.height &gt; this.jqObj.parent().height()) {<br />				this.updatedY = this.jqObj.parent().height() + this.origY &#8211; this.height;<br />			}</p>
<p>I put it at the end of the alwaysTop else clause.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
