<?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>GraysUnderground.com &#187; CSS</title>
	<atom:link href="http://www.graysunderground.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graysunderground.com</link>
	<description>Gray's Tech Blog</description>
	<lastBuildDate>Thu, 20 May 2010 17:31:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A scrollable Div</title>
		<link>http://www.graysunderground.com/2007/06/16/a-scrollable-div/</link>
		<comments>http://www.graysunderground.com/2007/06/16/a-scrollable-div/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 17:35:03 +0000</pubDate>
		<dc:creator>Gray</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.graysunderground.com/?p=9</guid>
		<description><![CDATA[Well I was asked if I could out content in a window that was scrollable without using an iframe. I personally dislike iframes so I was happy to oblige. Its actually quite a simple task when you get down to it, so lets get started.
1.  Create your div.
&#60;div&#62;Paragraph or two of text here&#8230;.&#60;/div&#62;
2.  [...]]]></description>
			<content:encoded><![CDATA[<p>Well I was asked if I could out content in a window that was scrollable without using an iframe. I personally dislike iframes so I was happy to oblige. Its actually quite a simple task when you get down to it, so lets get started.</p>
<p>1.  Create your div.</p>
<p>&lt;div&gt;Paragraph or two of text here&#8230;.&lt;/div&gt;</p>
<p>2.  Add the styles to the div.</p>
<p>&lt;div style=&#8221;overflow:auto; width:200px; height:200px;&#8221;&gt;Paragraph or two of text here&#8230;.&lt;/div&gt;</p>
<p>If you’re using a linked stylesheet or defining it in the header you would use this CSS:</p>
<blockquote><p> <code><br />
div.scrollable {<br />
width: 200px;<br />
height: 200px;<br />
overflow: auto;<br />
}<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.graysunderground.com/2007/06/16/a-scrollable-div/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
