<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Elzo Valugi &#187; overflow</title>
	<atom:link href="http://blog.valugi.ro/tag/overflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.valugi.ro</link>
	<description>professional websurfing</description>
	<lastBuildDate>Sun, 15 Aug 2010 06:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>how to scroll down a div with overflow</title>
		<link>http://blog.valugi.ro/2009/07/28/how-to-scroll-down-a-div-with-overflow/</link>
		<comments>http://blog.valugi.ro/2009/07/28/how-to-scroll-down-a-div-with-overflow/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 15:00:42 +0000</pubDate>
		<dc:creator>elzo valugi</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[scrollDown]]></category>

		<guid isPermaLink="false">http://blog.valugi.ro/?p=292</guid>
		<description><![CDATA[I was doing a javascript chat application and I got this css/javascript problem of keeping the last entry in the box visible. How nice is to find that your favourite jS library already thought of that. Docs: https://developer.mozilla.org/en/DOM/element.scrollTop http://docs.jquery.com/CSS/scrollTop $(document).ready( function (){ // it will scroll down the double of the div's height // you [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing a javascript chat application and I got this css/javascript problem of keeping the last entry in the box visible.<br />
How nice is to find that your favourite jS library already thought of that.</p>
<p>Docs:<br />
<a href="https://developer.mozilla.org/en/DOM/element.scrollTop">https://developer.mozilla.org/en/DOM/element.scrollTop</a><br />
<a href="http://docs.jquery.com/CSS/scrollTop">http://docs.jquery.com/CSS/scrollTop</a></p>
<p><code class='javascript'><br />
    $(document).ready( function (){<br />
        // it will scroll down the double of the div's height<br />
        // you can change it with any value<br />
        $("#scroller").scrollTop( $("#scroller").height() * 2 );<br />
    });<br />
</code></p>
<p>Demo:<br />
<a href="http://dev.valugi.ro/jquery/scroll-down/">http://dev.valugi.ro/jquery/scroll-down/</a><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valugi.ro/2009/07/28/how-to-scroll-down-a-div-with-overflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
