<?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>squirrel_factory &#187; XHTML CSS</title>
	<atom:link href="http://www.flamingsquirrel.co.uk/blog/category/xhtml-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingsquirrel.co.uk/blog</link>
	<description>Creative development</description>
	<lastBuildDate>Wed, 15 Apr 2009 09:06:42 +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>Removing scrollbars from IE7 textarea</title>
		<link>http://www.flamingsquirrel.co.uk/blog/removing-scrollbars-from-ie7-textarea/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/removing-scrollbars-from-ie7-textarea/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 09:32:16 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[XHTML CSS]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=41</guid>
		<description><![CDATA[Often the default textarea in Internet Explorer 7 has &#8216;greyed-out&#8217; scrollbars even when no content has been entered. To remove simply add the following style declaration to the style-sheet.
overflow:auto;
]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-72 imgRight" title="textarea" src="http://www.flamingsquirrel.co.uk/blog/wp-content/uploads/2008/11/textarea.gif" alt="ie7 textarea" width="220" height="108" />Often the default textarea in Internet Explorer 7 has &#8216;greyed-out&#8217; scrollbars even when no content has been entered. To remove simply add the following style declaration to the style-sheet.</p>
<pre>overflow:auto;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/removing-scrollbars-from-ie7-textarea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
