<?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>Tue, 09 Jun 2026 21:31:29 +0000</lastBuildDate>
    <item>
      <title>(CSS) Definitive Web Font Stacks - Meander365</title>
      <link>https://snipplr.com/view/50134/definitive-web-font-stacks</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 05 Mar 2011 13:08:04 UTC</pubDate>
      <guid>https://snipplr.com/view/50134/definitive-web-font-stacks</guid>
    </item>
    <item>
      <title>(CSS) CSS  Format Links, Buttons and Submits To Be The Same Style (Cross Browser) - Meander365</title>
      <link>https://snipplr.com/view/41132/css--format-links-buttons-and-submits-to-be-the-same-style-cross-browser</link>
      <description>&lt;p&gt;This also use PIE.htc to force rounded corners in IE.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:36:11 UTC</pubDate>
      <guid>https://snipplr.com/view/41132/css--format-links-buttons-and-submits-to-be-the-same-style-cross-browser</guid>
    </item>
    <item>
      <title>(CSS) CSS Font Shorthand - Meander365</title>
      <link>https://snipplr.com/view/41128/css-font-shorthand</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:02:47 UTC</pubDate>
      <guid>https://snipplr.com/view/41128/css-font-shorthand</guid>
    </item>
    <item>
      <title>(CSS) CSS Media Queries - Meander365</title>
      <link>https://snipplr.com/view/40990/css-media-queries</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:58:06 UTC</pubDate>
      <guid>https://snipplr.com/view/40990/css-media-queries</guid>
    </item>
    <item>
      <title>(CSS) Stop Text Wrapping Beneath A Floated Left Element - Meander365</title>
      <link>https://snipplr.com/view/38849/stop-text-wrapping-beneath-a-floated-left-element</link>
      <description>&lt;p&gt;In the example .description is a label and so needs to be made a block level element.  For &lt;p&gt; elements (etc) this is not needed.&#13;
&#13;
The key to all this is overflow:hidden.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 14:34:52 UTC</pubDate>
      <guid>https://snipplr.com/view/38849/stop-text-wrapping-beneath-a-floated-left-element</guid>
    </item>
    <item>
      <title>(CSS) Cross Browser Inline-Block Example - Meander365</title>
      <link>https://snipplr.com/view/30809/cross-browser-inlineblock-example</link>
      <description>&lt;p&gt;Apply an inline-block to all browsers, including IE6 and IE7.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Apr 2010 17:09:39 UTC</pubDate>
      <guid>https://snipplr.com/view/30809/cross-browser-inlineblock-example</guid>
    </item>
    <item>
      <title>(CSS) Targeting IE Using Conditional Comments and Just One Stylesheet - Meander365</title>
      <link>https://snipplr.com/view/18180/targeting-ie-using-conditional-comments-and-just-one-stylesheet</link>
      <description>&lt;p&gt;A wrapper may be made to enclose the content of a page, and then you can write descendant CSS rules that mention that wrapper's ID or class name in the selector. But what if only IE thought that wrapper existed? Then those rules would only work for IE, while other browsers would ignore the rules completely.&lt;/p&gt;</description>
      <pubDate>Tue, 11 Aug 2009 13:28:28 UTC</pubDate>
      <guid>https://snipplr.com/view/18180/targeting-ie-using-conditional-comments-and-just-one-stylesheet</guid>
    </item>
    <item>
      <title>(CSS) Change Border Size on Hover Without Parent or Child Content "Jumping" - Meander365</title>
      <link>https://snipplr.com/view/18179/change-border-size-on-hover-without-parent-or-child-content-jumping</link>
      <description>&lt;p&gt;Think this is a good one to remember.&#13;
&#13;
Let's say you have a set of list items and all of them have a border of 1px. Inside you have an image. &#13;
&#13;
When you hover over each list item you want the border to change thickness to 2px.&#13;
&#13;
The trick is to reduce the width and height of the list item so, when you add the thickness of the border to it - its still the same size. So:-&#13;
&#13;
Normal state:  84px + 2px border x 84px + 2px border= 86px x 86px&#13;
Hover state: 82px + 4px border x 82px + 4px  border = 86px x 86px&#13;
&#13;
Then to ensure the image inside the list item doesn't "jump", position it absolutely and use a negative margin.&lt;/p&gt;</description>
      <pubDate>Tue, 11 Aug 2009 13:16:15 UTC</pubDate>
      <guid>https://snipplr.com/view/18179/change-border-size-on-hover-without-parent-or-child-content-jumping</guid>
    </item>
  </channel>
</rss>
