<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - neal_grosskopf</title>
<link>http://snipplr.com/users/neal_grosskopf/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 22:55:22 GMT</pubDate>
<item>
<title>(JavaScript) Determine CSS Property Support Using Javascript Feature Testin</title>
<link>http://snipplr.com/view/42566/determine-css-property-support-using-javascript-feature-testin/</link>
<description><![CDATA[ <p>Learn how to test for CSS property support in specific browsers using this simple Javascript technique.</p> ]]></description>
<pubDate>Tue, 19 Oct 2010 23:20:40 GMT</pubDate>
<guid>http://snipplr.com/view/42566/determine-css-property-support-using-javascript-feature-testin/</guid>
</item>
<item>
<title>(jQuery) A jQuery Plugin To Create CSS3 Text-Shadows In Internet Explorer</title>
<link>http://snipplr.com/view/24462/a-jquery-plugin-to-create-css3-textshadows-in-internet-explorer/</link>
<description><![CDATA[ <p>Internet Explorer does not support a standards compliant way to create text shadows. Learn how to emulate the CSS3 feature with this jQuery plugin.</p> ]]></description>
<pubDate>Tue, 08 Dec 2009 08:09:22 GMT</pubDate>
<guid>http://snipplr.com/view/24462/a-jquery-plugin-to-create-css3-textshadows-in-internet-explorer/</guid>
</item>
<item>
<title>(jQuery) Identify The Age Of Your Word &amp;amp; PDF Files Using CSS &amp;amp; jQuery</title>
<link>http://snipplr.com/view/19421/identify-the-age-of-your-word--pdf-files-using-css--jquery/</link>
<description><![CDATA[ <p>A jQuery plugin that will add a 'new' icon next to files that are newer than X amount of days.</p> ]]></description>
<pubDate>Wed, 09 Sep 2009 08:07:13 GMT</pubDate>
<guid>http://snipplr.com/view/19421/identify-the-age-of-your-word--pdf-files-using-css--jquery/</guid>
</item>
<item>
<title>(CSS) CSS Drop Caps Without Unnecessary HTML Elements or Classes</title>
<link>http://snipplr.com/view/13573/css-drop-caps-without-unnecessary-html-elements-or-classes/</link>
<description><![CDATA[ <p>Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.</p> ]]></description>
<pubDate>Mon, 30 Mar 2009 07:55:46 GMT</pubDate>
<guid>http://snipplr.com/view/13573/css-drop-caps-without-unnecessary-html-elements-or-classes/</guid>
</item>
<item>
<title>(CSS) Go Green With CSS Print Stylesheets</title>
<link>http://snipplr.com/view/12956/go-green-with-css-print-stylesheets/</link>
<description><![CDATA[ <p>Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.</p> ]]></description>
<pubDate>Tue, 10 Mar 2009 08:11:22 GMT</pubDate>
<guid>http://snipplr.com/view/12956/go-green-with-css-print-stylesheets/</guid>
</item>
<item>
<title>(jQuery) Vertical Align JQuery Plugin</title>
<link>http://snipplr.com/view/12566/vertical-align-jquery-plugin/</link>
<description><![CDATA[ <p>Learn how to place a DIV in the exact middle of the screen using this JQuery horizontal &amp; vertical align plugin.</p> ]]></description>
<pubDate>Wed, 25 Feb 2009 08:03:26 GMT</pubDate>
<guid>http://snipplr.com/view/12566/vertical-align-jquery-plugin/</guid>
</item>
<item>
<title>(CSS) Styling HTML Code Blocks Using Only CSS &amp;amp; CSS Counters</title>
<link>http://snipplr.com/view/12069/styling-html-code-blocks-using-only-css--css-counters/</link>
<description><![CDATA[ <p>Learn how to style the HTML code element with CSS using CSS counters. CSS counters are the CSS equivalent to variables. In my tutorial I use CSS counters to emulate line numbers for my code block.</p> ]]></description>
<pubDate>Tue, 10 Feb 2009 08:04:31 GMT</pubDate>
<guid>http://snipplr.com/view/12069/styling-html-code-blocks-using-only-css--css-counters/</guid>
</item>
<item>
<title>(CSS) CSS Image Framing - An Easy Way To Style Images Using CSS</title>
<link>http://snipplr.com/view/11874/css-image-framing--an-easy-way-to-style-images-using-css/</link>
<description><![CDATA[ <p>A tutorial showing you how to give your images some style using only CSS rather than using Photoshop to give images a border/frame.</p> ]]></description>
<pubDate>Thu, 05 Feb 2009 08:03:19 GMT</pubDate>
<guid>http://snipplr.com/view/11874/css-image-framing--an-easy-way-to-style-images-using-css/</guid>
</item>
<item>
<title>(CSS) CSS Rounded Corners In Internet Explorer, Firefox &amp;amp; Safari Using Border Radius</title>
<link>http://snipplr.com/view/11185/css-rounded-corners-in-internet-explorer-firefox--safari-using-border-radius/</link>
<description><![CDATA[ <p>Find out how to do rounded corners in CSS. A new method has recently come out that makes it extremely easy to implement.</p> ]]></description>
<pubDate>Wed, 14 Jan 2009 19:59:07 GMT</pubDate>
<guid>http://snipplr.com/view/11185/css-rounded-corners-in-internet-explorer-firefox--safari-using-border-radius/</guid>
</item>
<item>
<title>(CSS) Clearing Floats In IE6, IE7, Firefox, Opera &amp;amp; Safari - A New Method</title>
<link>http://snipplr.com/view/10392/clearing-floats-in-ie6-ie7-firefox-opera--safari--a-new-method/</link>
<description><![CDATA[ <p>Learn a new and seldom used method of clearing floats in CSS.</p> ]]></description>
<pubDate>Wed, 10 Dec 2008 21:29:48 GMT</pubDate>
<guid>http://snipplr.com/view/10392/clearing-floats-in-ie6-ie7-firefox-opera--safari--a-new-method/</guid>
</item>
<item>
<title>(CSS) How To Fix HTML Table Caption 1px Shift Bug</title>
<link>http://snipplr.com/view/10050/how-to-fix-html-table-caption-1px-shift-bug/</link>
<description><![CDATA[ <p>In Firefox and Internet Explorer, the table caption element will be a pixel narrower than in other browsers. Find out how to fix this annoying problem.</p> ]]></description>
<pubDate>Tue, 25 Nov 2008 20:13:45 GMT</pubDate>
<guid>http://snipplr.com/view/10050/how-to-fix-html-table-caption-1px-shift-bug/</guid>
</item>
<item>
<title>(CSS) How To Add Image Loading Icon To Large Images Using CSS</title>
<link>http://snipplr.com/view/9327/how-to-add-image-loading-icon-to-large-images-using-css/</link>
<description><![CDATA[ <p>Tutorial on how to add ajax style loading icon to large images by using CSS rather than JavaScript</p> ]]></description>
<pubDate>Mon, 27 Oct 2008 22:01:13 GMT</pubDate>
<guid>http://snipplr.com/view/9327/how-to-add-image-loading-icon-to-large-images-using-css/</guid>
</item>
<item>
<title>(CSS) CSS Image Preload - :hover Pseudo Selector Parent Of display: none Elements</title>
<link>http://snipplr.com/view/9200/css-image-preload--hover-pseudo-selector-parent-of-display-none-elements/</link>
<description><![CDATA[ <p>A series of tests to determine the best way to preload css images on elements that by default are hidden.</p> ]]></description>
<pubDate>Wed, 22 Oct 2008 21:38:53 GMT</pubDate>
<guid>http://snipplr.com/view/9200/css-image-preload--hover-pseudo-selector-parent-of-display-none-elements/</guid>
</item>
<item>
<title>(CSS) Create CSS Curly Quotes Without Images</title>
<link>http://snipplr.com/view/8758/create-css-curly-quotes-without-images/</link>
<description><![CDATA[ <p>Learn how to create CSS curly quotes using only CSS and without images, extra divs or classes</p> ]]></description>
<pubDate>Wed, 01 Oct 2008 21:04:11 GMT</pubDate>
<guid>http://snipplr.com/view/8758/create-css-curly-quotes-without-images/</guid>
</item>
<item>
<title>(CSS) CSS Browser Hacks For Firefox, Opera, Safari</title>
<link>http://snipplr.com/view/7449/css-browser-hacks-for-firefox-opera-safari/</link>
<description><![CDATA[ <p>Learn how to target Firefox, Opera, Safari &amp; Internet Explorer with these surefire CSS Hacks.</p> ]]></description>
<pubDate>Tue, 22 Jul 2008 20:46:06 GMT</pubDate>
<guid>http://snipplr.com/view/7449/css-browser-hacks-for-firefox-opera-safari/</guid>
</item>
<item>
<title>(CSS) CSS Diagnostics - Highlight Deprecated HTML With CSS &amp;amp; More...</title>
<link>http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/</link>
<description><![CDATA[ <p>CSS Diagnostics allows web designers and developers to highlight invalid HTML using CSS selectors. Say goodbye to the font tag by highlighting it in a large obnoxious border. It also has the ability to highlight 404 pages, old CSS classes and old JavaScript function calls.</p> ]]></description>
<pubDate>Wed, 18 Jun 2008 21:52:24 GMT</pubDate>
<guid>http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/</guid>
</item>
<item>
<title>(ASP) Create Class Name From URL In ASP</title>
<link>http://snipplr.com/view/6647/create-class-name-from-url-in-asp/</link>
<description><![CDATA[ <p>Use this function to create a unique class name based on the page's url. It makes for a great way to drill down with specificity in CSS later by placing this on the ID or as a Class on the body tag.</p> ]]></description>
<pubDate>Tue, 10 Jun 2008 21:34:51 GMT</pubDate>
<guid>http://snipplr.com/view/6647/create-class-name-from-url-in-asp/</guid>
</item>
<item>
<title>(CSS) Using CSS To Find Broken Links &amp;amp; 404 Pages</title>
<link>http://snipplr.com/view/6622/using-css-to-find-broken-links--404-pages/</link>
<description><![CDATA[ <p>Using CSS3 selectors, highlight links to deleted pages and 404 pages. Also highlight function calls to deleted javascript using this CSS technique.</p> ]]></description>
<pubDate>Sat, 07 Jun 2008 19:21:27 GMT</pubDate>
<guid>http://snipplr.com/view/6622/using-css-to-find-broken-links--404-pages/</guid>
</item>
<item>
<title>(CSS) Always Show Scrollbars In Firefox Using CSS</title>
<link>http://snipplr.com/view/6071/always-show-scrollbars-in-firefox-using-css/</link>
<description><![CDATA[ <p>In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.</p> ]]></description>
<pubDate>Wed, 30 Apr 2008 21:11:21 GMT</pubDate>
<guid>http://snipplr.com/view/6071/always-show-scrollbars-in-firefox-using-css/</guid>
</item>
<item>
<title>(CSS) Target Safari With CSS</title>
<link>http://snipplr.com/view/5669/target-safari-with-css/</link>
<description><![CDATA[ <p>The -webkit prefix will ensure it is only applied to safari</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 16:33:47 GMT</pubDate>
<guid>http://snipplr.com/view/5669/target-safari-with-css/</guid>
</item>
</channel>
</rss>