<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - TheJasonParker</title>
<link>http://snipplr.com/users/TheJasonParker/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 16:50:58 GMT</pubDate>
<item>
<title>(CSS) Hide DIV scrollbars with CSS</title>
<link>http://snipplr.com/view/65992/hide-div-scrollbars-with-css/</link>
<description><![CDATA[ <p>overflow: hidden; will hide both vertical and horizontal scrollbars
overflow-y: hidden; will hide the vertical scrollbar
overflow-x: hidden; will hide the horizontal scrollbar</p> ]]></description>
<pubDate>Fri, 06 Jul 2012 19:15:48 GMT</pubDate>
<guid>http://snipplr.com/view/65992/hide-div-scrollbars-with-css/</guid>
</item>
</channel>
</rss>