<?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>Ersin Acar &#187; scrolls</title>
	<atom:link href="http://ersinacar.com/tag/scrolls/feed" rel="self" type="application/rss+xml" />
	<link>http://ersinacar.com</link>
	<description>PHP and Web Technologies Freak</description>
	<lastBuildDate>Fri, 06 Jan 2012 14:19:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to allways show scrollbars in Firefox</title>
		<link>http://ersinacar.com/how-to-allways-show-scrollbars-in-firefox_140.html</link>
		<comments>http://ersinacar.com/how-to-allways-show-scrollbars-in-firefox_140.html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 07:21:25 +0000</pubDate>
		<dc:creator>Ersin Acar</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[scrolls]]></category>

		<guid isPermaLink="false">http://ersinacar.com/?p=140</guid>
		<description><![CDATA[CSS designers allways have same problem; when the page is short there is no scroll in firefox but there is in ie. We can&#8217;t remove IE&#8217;s scrolls but we can put scrolls to Firefox. Here we go; html &#123; overflow: -moz-scrollbars-vertical; &#125;]]></description>
			<content:encoded><![CDATA[<p>CSS designers allways have same problem; when the page is short there is no scroll in firefox but there is in ie. We can&#8217;t remove IE&#8217;s scrolls but we can put scrolls to Firefox.<br />
Here we go;</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">html <span style="color: #00AA00;">&#123;</span>
     <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> -moz-scrollbars-vertical<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ersinacar.com/how-to-allways-show-scrollbars-in-firefox_140.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

