<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sat, 13 Jun 2026 14:34:41 +0000</lastBuildDate>
    <item>
      <title>(CSS) Select List Item only if it Doesn't Contain another List (and is top level) - paulgrenwood</title>
      <link>https://snipplr.com/view/20707/select-list-item-only-if-it-doesnt-contain-another-list-and-is-top-level</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 06 Oct 2009 08:55:57 UTC</pubDate>
      <guid>https://snipplr.com/view/20707/select-list-item-only-if-it-doesnt-contain-another-list-and-is-top-level</guid>
    </item>
    <item>
      <title>(CSS) Sprite with Inline Images - paulgrenwood</title>
      <link>https://snipplr.com/view/20133/sprite-with-inline-images</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:45:29 UTC</pubDate>
      <guid>https://snipplr.com/view/20133/sprite-with-inline-images</guid>
    </item>
    <item>
      <title>(CSS) Remove Vertical TextArea Scollbar in IE - paulgrenwood</title>
      <link>https://snipplr.com/view/20132/remove-vertical-textarea-scollbar-in-ie</link>
      <description>&lt;p&gt;IE adds a vertical scrollbar to textarea input fields regardless of the height of content in it. You can fix that with this simple CSS trick.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:43:09 UTC</pubDate>
      <guid>https://snipplr.com/view/20132/remove-vertical-textarea-scollbar-in-ie</guid>
    </item>
    <item>
      <title>(CSS) Remove Active Link Borders - paulgrenwood</title>
      <link>https://snipplr.com/view/20131/remove-active-link-borders</link>
      <description>&lt;p&gt;Some browsers like Firefox and IE add a dotted outline border over the link user clicked. It is a useful accessibility feature that lets user know which link he clicked or is in focus. But sometimes you need to get rid of this, hereâ€™s the CSS you need to use.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:42:29 UTC</pubDate>
      <guid>https://snipplr.com/view/20131/remove-active-link-borders</guid>
    </item>
    <item>
      <title>(CSS) Print Page Breaks - paulgrenwood</title>
      <link>https://snipplr.com/view/20130/print-page-breaks</link>
      <description>&lt;p&gt;While most of the internet users prefer to read content online but some of your users might like to print your article. With CSS you can control the page breaks within content just add this CSS class to your stylesheet and add this class to any tag which you would like to print on next page.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:41:43 UTC</pubDate>
      <guid>https://snipplr.com/view/20130/print-page-breaks</guid>
    </item>
    <item>
      <title>(CSS) Perfect Full Page Background Image - paulgrenwood</title>
      <link>https://snipplr.com/view/20129/perfect-full-page-background-image</link>
      <description>&lt;p&gt;This is a very tall order, and we are going to be pulling out all kinds of different stuff to make it happen. First of all, because the image needs to scale, a traditional CSS background-image is already disqualified. That leaves us with an inline image. This inline image is going to be placed on the page inside of a bunch of wrappers, each necessary for accomplishing all our goals. WORKS WITH IE7+&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:41:04 UTC</pubDate>
      <guid>https://snipplr.com/view/20129/perfect-full-page-background-image</guid>
    </item>
    <item>
      <title>(CSS) Highlight Text Input Fields - paulgrenwood</title>
      <link>https://snipplr.com/view/20128/highlight-text-input-fields</link>
      <description>&lt;p&gt;This CSS trick lets you highlight the input field currently in focus. This trick does not work in IE though.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:39:44 UTC</pubDate>
      <guid>https://snipplr.com/view/20128/highlight-text-input-fields</guid>
    </item>
    <item>
      <title>(CSS) Highlight Links that Open in a New Window - paulgrenwood</title>
      <link>https://snipplr.com/view/20127/highlight-links-that-open-in-a-new-window</link>
      <description>&lt;p&gt;This piece of CSS code will highlight links that open in a new window so that user knows before hand that link will pop open in a new tab or window.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:38:57 UTC</pubDate>
      <guid>https://snipplr.com/view/20127/highlight-links-that-open-in-a-new-window</guid>
    </item>
    <item>
      <title>(CSS) Equal Height Columns - paulgrenwood</title>
      <link>https://snipplr.com/view/20126/equal-height-columns</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:37:56 UTC</pubDate>
      <guid>https://snipplr.com/view/20126/equal-height-columns</guid>
    </item>
    <item>
      <title>(CSS) Detect Screen Size &amp; Apply CSS - paulgrenwood</title>
      <link>https://snipplr.com/view/20124/detect-screen-size--apply-css</link>
      <description>&lt;p&gt;I needed today to format the content differently according to the screen resolution of the user. So I thought that just by detecting the screen width using the screen.width property, I could change the stylesheet using jQuery. And so it was. Check the example and continue reading.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:33:51 UTC</pubDate>
      <guid>https://snipplr.com/view/20124/detect-screen-size--apply-css</guid>
    </item>
    <item>
      <title>(CSS) CSS Dropdown Menu - paulgrenwood</title>
      <link>https://snipplr.com/view/20123/css-dropdown-menu</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:28:03 UTC</pubDate>
      <guid>https://snipplr.com/view/20123/css-dropdown-menu</guid>
    </item>
    <item>
      <title>(CSS) Cross Browser Opacity - paulgrenwood</title>
      <link>https://snipplr.com/view/20122/cross-browser-opacity</link>
      <description>&lt;p&gt;Though CSS3 standard includes the opacity property, but not every browser supports it, hereâ€™s the CSS trick for cross browser transparency.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:26:27 UTC</pubDate>
      <guid>https://snipplr.com/view/20122/cross-browser-opacity</guid>
    </item>
    <item>
      <title>(CSS) Cross Browser Minimum Height - paulgrenwood</title>
      <link>https://snipplr.com/view/20121/cross-browser-minimum-height</link>
      <description>&lt;p&gt;Internet Explorer does not understand the min-height property but hereâ€™s the CSS trick to accomplish that in IE.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:25:47 UTC</pubDate>
      <guid>https://snipplr.com/view/20121/cross-browser-minimum-height</guid>
    </item>
    <item>
      <title>(CSS) Change Text Highlight Color - paulgrenwood</title>
      <link>https://snipplr.com/view/20120/change-text-highlight-color</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:24:14 UTC</pubDate>
      <guid>https://snipplr.com/view/20120/change-text-highlight-color</guid>
    </item>
    <item>
      <title>(CSS) Attribute-Specific Icons - paulgrenwood</title>
      <link>https://snipplr.com/view/20118/attributespecific-icons</link>
      <description>&lt;p&gt;CSS Attribute selectors are very powerful giving you many options to control styles of different elements e.g. you can add an icon based on the href attribute of the a tag to let the user know whether link points to an image, pdf, doc file etc.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:15:30 UTC</pubDate>
      <guid>https://snipplr.com/view/20118/attributespecific-icons</guid>
    </item>
  </channel>
</rss>
