<?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: Firefox scrollbar fix</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 15:57:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: joan</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-28961</link>
		<dc:creator>joan</dc:creator>
		<pubDate>Thu, 22 Sep 2011 07:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-28961</guid>
		<description>thanks~~~

html {
overflow-y: scroll;
}

help me to fix the problem...</description>
		<content:encoded><![CDATA[<p>thanks~~~</p>
<p>html {<br />
overflow-y: scroll;<br />
}</p>
<p>help me to fix the problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-28789</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 08 Feb 2011 19:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-28789</guid>
		<description>Cool trick! very usefull thx!</description>
		<content:encoded><![CDATA[<p>Cool trick! very usefull thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margin error in Firefox?</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-27793</link>
		<dc:creator>Margin error in Firefox?</dc:creator>
		<pubDate>Sat, 17 Oct 2009 15:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-27793</guid>
		<description>[...] After googling around some, I found the solution</description>
		<content:encoded><![CDATA[<p>[...] After googling around some, I found the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ARI</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-21572</link>
		<dc:creator>ARI</dc:creator>
		<pubDate>Wed, 08 Apr 2009 02:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-21572</guid>
		<description>Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeljko</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-19895</link>
		<dc:creator>Zeljko</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-19895</guid>
		<description>Hi all! :)

The suggested 

html {
overflow-y: scroll;
}

works only in Firefox, not in Opera!

The first mentioned

html {
min-height: 101%;
}

makes too big space on the bottom of Firefox!

So the best way to force scroll in both Opera and Firefox in the same way is

html {
height:100%;
margin-bottom: 1px;
}

Cheers</description>
		<content:encoded><![CDATA[<p>Hi all! <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The suggested </p>
<p>html {<br />
overflow-y: scroll;<br />
}</p>
<p>works only in Firefox, not in Opera!</p>
<p>The first mentioned</p>
<p>html {<br />
min-height: 101%;<br />
}</p>
<p>makes too big space on the bottom of Firefox!</p>
<p>So the best way to force scroll in both Opera and Firefox in the same way is</p>
<p>html {<br />
height:100%;<br />
margin-bottom: 1px;<br />
}</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-15345</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Wed, 12 Nov 2008 00:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-15345</guid>
		<description>THANKS GUYS!!!

I was loking 3hours for this solution, almost lose hope...

Thanks once again</description>
		<content:encoded><![CDATA[<p>THANKS GUYS!!!</p>
<p>I was loking 3hours for this solution, almost lose hope&#8230;</p>
<p>Thanks once again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acsa</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-11441</link>
		<dc:creator>Acsa</dc:creator>
		<pubDate>Mon, 15 Sep 2008 23:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-11441</guid>
		<description>It was very useful. Thanks everybody.</description>
		<content:encoded><![CDATA[<p>It was very useful. Thanks everybody.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-11061</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 10 Sep 2008 16:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-11061</guid>
		<description>The solution:

html {
overflow-y: scroll;
}

validates in CSS level 3, just not CSS level 2.1.

It works for Google Chrome as well, which handles scrollbars the same way Firfox does.</description>
		<content:encoded><![CDATA[<p>The solution:</p>
<p>html {<br />
overflow-y: scroll;<br />
}</p>
<p>validates in CSS level 3, just not CSS level 2.1.</p>
<p>It works for Google Chrome as well, which handles scrollbars the same way Firfox does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitecore</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-9398</link>
		<dc:creator>Nitecore</dc:creator>
		<pubDate>Thu, 21 Aug 2008 15:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-9398</guid>
		<description>I keep hoping that Firefox will address this issue in the next version, but it never seems to happen.

Firefox is great to use, but a pain to design for.</description>
		<content:encoded><![CDATA[<p>I keep hoping that Firefox will address this issue in the next version, but it never seems to happen.</p>
<p>Firefox is great to use, but a pain to design for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reegan</title>
		<link>http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/comment-page-1/#comment-6607</link>
		<dc:creator>Reegan</dc:creator>
		<pubDate>Tue, 08 Jul 2008 13:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=103#comment-6607</guid>
		<description>Hi Dave thanks for the help it works. but it show doubel scroll in IE6 &amp; IE7 wat to do pls help me :(</description>
		<content:encoded><![CDATA[<p>Hi Dave thanks for the help it works. but it show doubel scroll in IE6 &amp; IE7 wat to do pls help me <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

