<?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>Css Snippets &#187; scrollable</title>
	<atom:link href="http://www.csssnippets.be/tag/scrollable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csssnippets.be</link>
	<description>Snippets for you, snippets for me</description>
	<lastBuildDate>Mon, 17 Oct 2011 08:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Scrollable div</title>
		<link>http://www.csssnippets.be/2009/04/scrollable-div/</link>
		<comments>http://www.csssnippets.be/2009/04/scrollable-div/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:23:25 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[box]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[Xhtml Strict]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[scrollable]]></category>
		<category><![CDATA[scrollbar]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=177</guid>
		<description><![CDATA[Soms heb je weinig plaats en moet je toch veel inhoud laten zien, dan komt de eigenschap overflow die je met CSS kunt bepalen goed van pas op alle block-elementen.]]></description>
			<content:encoded><![CDATA[<p>Soms heb je weinig plaats en moet je toch veel inhoud laten zien, dan komt de eigenschap overflow die je met CSS kunt bepalen goed van pas op alle block-elementen.</p>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;div class="terms"&gt;
  &lt;h3&gt;titel&lt;/h3&gt;
  &lt;h4&gt;subtitel&lt;/h4&gt;
  &lt;p&gt;You do hereby
  &lt;strong&gt;acknowledge&lt;/strong&gt;
  that&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;een&lt;/li&gt;
  &lt;li&gt;twee&lt;/li&gt;
  &lt;li&gt;drie&lt;/li&gt;
  &lt;li&gt;vier&lt;/li&gt;
  &lt;li&gt;vijf&lt;/li&gt;
  &lt;li&gt;zes&lt;/li&gt;
  &lt;li&gt;zeven&lt;/li&gt;
  &lt;li&gt;acht&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre title="code" class="css">
div.terms {
   width:600px;
   height:200px;
   border:1px solid #ccc;
   background:#f2f2f2;
   padding:6px;
   overflow:auto;
}
div.terms p,
div.terms li {font:normal 11px/15px arial;color:#333;}
div.terms h3 {font:bold 14px/19px arial;color:#000;}
div.terms h4 {font:bold 12px/17px arial;color:#000;}
div.terms strong {color:#000;}
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F&amp;title=Scrollable%20div&amp;annotation=Soms%20heb%20je%20weinig%20plaats%20en%20moet%20je%20toch%20veel%20inhoud%20laten%20zien%2C%20dan%20komt%20de%20eigenschap%20overflow%20die%20je%20met%20CSS%20kunt%20bepalen%20goed%20van%20pas%20op%20alle%20block-elementen." class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F&amp;title=Scrollable%20div&amp;bodytext=Soms%20heb%20je%20weinig%20plaats%20en%20moet%20je%20toch%20veel%20inhoud%20laten%20zien%2C%20dan%20komt%20de%20eigenschap%20overflow%20die%20je%20met%20CSS%20kunt%20bepalen%20goed%20van%20pas%20op%20alle%20block-elementen." class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F&amp;Title=Scrollable%20div" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=Scrollable%20div%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F&amp;title=Scrollable%20div&amp;notes=Soms%20heb%20je%20weinig%20plaats%20en%20moet%20je%20toch%20veel%20inhoud%20laten%20zien%2C%20dan%20komt%20de%20eigenschap%20overflow%20die%20je%20met%20CSS%20kunt%20bepalen%20goed%20van%20pas%20op%20alle%20block-elementen." class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F&amp;t=Scrollable%20div" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fscrollable-div%2F&amp;title=Scrollable%20div" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/04/scrollable-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

