<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/margin</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 00:40:34 GMT</pubDate>
<item>
<title>(CSS) CSS Box Sizing - Japegrape</title>
<link>http://snipplr.com/view/67803/css-box-sizing/</link>
<description><![CDATA[ <p>This code modifies the default Box Sizing model from its regular style, "Content Box," to the much more sensible "Border Box," which does not include padding on top of width/height values.</p> ]]></description>
<pubDate>Fri, 19 Oct 2012 05:44:53 GMT</pubDate>
<guid>http://snipplr.com/view/67803/css-box-sizing/</guid>
</item>
<item>
<title>(CSS) CSS Reset - digitalzoomstudio</title>
<link>http://snipplr.com/view/58164/css-reset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Aug 2011 21:49:41 GMT</pubDate>
<guid>http://snipplr.com/view/58164/css-reset/</guid>
</item>
<item>
<title>(CSS) Center a div inside of a div - alozuldo</title>
<link>http://snipplr.com/view/42864/center-a-div-inside-of-a-div/</link>
<description><![CDATA[ <p>Of course, you don't have to set the width to 50%. Any width less than the containing div will work. The margin: auto is what does the actual centering.</p> ]]></description>
<pubDate>Mon, 25 Oct 2010 09:22:20 GMT</pubDate>
<guid>http://snipplr.com/view/42864/center-a-div-inside-of-a-div/</guid>
</item>
<item>
<title>(CSS) Margin - Masis</title>
<link>http://snipplr.com/view/42561/margin/</link>
<description><![CDATA[ <p>It determines a space size from each border of an element. A space is the space from border of a current element to internal border of its parental element</p> ]]></description>
<pubDate>Tue, 19 Oct 2010 22:10:50 GMT</pubDate>
<guid>http://snipplr.com/view/42561/margin/</guid>
</item>
<item>
<title>(LaTeX) alignat environment without margins - CaptainProton</title>
<link>http://snipplr.com/view/29326/alignat-environment-without-margins/</link>
<description><![CDATA[ <p>This is a custom alignat environment without top and bottom margins.</p> ]]></description>
<pubDate>Fri, 05 Mar 2010 04:18:16 GMT</pubDate>
<guid>http://snipplr.com/view/29326/alignat-environment-without-margins/</guid>
</item>
<item>
<title>(LaTeX) align environment without margins - CaptainProton</title>
<link>http://snipplr.com/view/29080/align-environment-without-margins/</link>
<description><![CDATA[ <p>This is a custom align environment without top and bottom margins.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 16:09:23 GMT</pubDate>
<guid>http://snipplr.com/view/29080/align-environment-without-margins/</guid>
</item>
<item>
<title>(CSS) IE6 Empty Div Adds Margin - Fix - CDIDevs</title>
<link>http://snipplr.com/view/25778/ie6-empty-div-adds-margin--fix/</link>
<description><![CDATA[ <p>For instances where you have an empty div that is less than about 10-15px in height. IE assumes it should contain something and allots room for text.

I first found this on the webdeveloper.com forums. The fix here is ultimately the "font-size:0" declaration. The rest are for good measure...</p> ]]></description>
<pubDate>Thu, 31 Dec 2009 11:09:49 GMT</pubDate>
<guid>http://snipplr.com/view/25778/ie6-empty-div-adds-margin--fix/</guid>
</item>
<item>
<title>(CSS) CSS Columns with equal height - benedikt</title>
<link>http://snipplr.com/view/17813/css-columns-with-equal-height/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 02 Aug 2009 17:07:35 GMT</pubDate>
<guid>http://snipplr.com/view/17813/css-columns-with-equal-height/</guid>
</item>
<item>
<title>(CSS) border / margin / padding etc.. shorthand order - thesmu</title>
<link>http://snipplr.com/view/17247/border--margin--padding-etc-shorthand-order/</link>
<description><![CDATA[ <p>TRouBLe

T - op
R - ight
o
u
B - ottom
L - eft
e</p> ]]></description>
<pubDate>Tue, 21 Jul 2009 04:31:57 GMT</pubDate>
<guid>http://snipplr.com/view/17247/border--margin--padding-etc-shorthand-order/</guid>
</item>
<item>
<title>(CSS) Easy Margin Helper Classes - chrisjlee</title>
<link>http://snipplr.com/view/16777/easy-margin-helper-classes/</link>
<description><![CDATA[ <p>Easily Modify and Layout html with classes that on the fly create margins</p> ]]></description>
<pubDate>Wed, 08 Jul 2009 11:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/16777/easy-margin-helper-classes/</guid>
</item>
<item>
<title>(CSS) IE6 Empty Div Adds Margin - Fix - charmcitycoder</title>
<link>http://snipplr.com/view/13824/ie6-empty-div-adds-margin--fix/</link>
<description><![CDATA[ <p>For instances where you have an empty div that is less than about 10-15px in height. IE assumes it should contain something and allots room for text.

I first found this on the webdeveloper.com forums.
The kicker here for me was the "font-size:0" declaration. Cheers!</p> ]]></description>
<pubDate>Mon, 06 Apr 2009 10:34:23 GMT</pubDate>
<guid>http://snipplr.com/view/13824/ie6-empty-div-adds-margin--fix/</guid>
</item>
<item>
<title>(JavaScript) IE6 Double Margin Bug / Duplicate Characters Bug Fix using jQuery - haxd</title>
<link>http://snipplr.com/view/11000/ie6-double-margin-bug--duplicate-characters-bug-fix-using-jquery/</link>
<description><![CDATA[ <p>If you've ever been frustrated at fixing multiple double margin / duplicate character bugs in your page, using this handy jQuery snippit, you can wipe them away instantly!

This code requires the latest version of jQuery.</p> ]]></description>
<pubDate>Thu, 08 Jan 2009 08:09:22 GMT</pubDate>
<guid>http://snipplr.com/view/11000/ie6-double-margin-bug--duplicate-characters-bug-fix-using-jquery/</guid>
</item>
<item>
<title>(CSS) Float in Float IE6 margin wrong inherted div width Bug - bassdas</title>
<link>http://snipplr.com/view/6244/float-in-float-ie6-margin-wrong-inherted-div-width-bug/</link>
<description><![CDATA[ <p>Bugfix/Lösungsvorschlag:

Es ist offensichtlich, dass die Zelle mit der ID cell3467 und dem definierten "margin-right: 3.09%" falsch berechnet wird - nämlich mit realen 16 Pixeln anstatt 8 - und auf den obersten Basis-Wert der "DIV width" zurückgreift (100% anstatt 50%). Dabei wird dazwischen die Weite 50% der Gruppe #group1573 übergangen! Somit müssen wir nach dieser Gruppe nochmals eine Ebene (DIV) mit der Weite von 100% (width: 100%) definieren um die richtige Weite von realen 3.09% (8 Px) zu erlangen.

Es muss nun innerhalb der Gruppe nochmals eine Ebene (DIV) mit einer Weite von 100% erstellt werden:</p> ]]></description>
<pubDate>Thu, 15 May 2008 13:55:35 GMT</pubDate>
<guid>http://snipplr.com/view/6244/float-in-float-ie6-margin-wrong-inherted-div-width-bug/</guid>
</item>
<item>
<title>(CSS) CSS Collapsible Margins Fix (margin-top) - 1man</title>
<link>http://snipplr.com/view/4831/css-collapsible-margins-fix-margintop/</link>
<description><![CDATA[ <p>A very annoying 'bug' can occur when you are applying a top margin to an element inside a container. The inner elements margin seems to "leak" out of the top of the container. This pushes the container down, and looks very messy if you have a background applied.

Note: This is NOT and bug! Yay etc..

A quick fix is to add a padding of 1px, and a margin of -1px. Or you could add a border to the container.</p> ]]></description>
<pubDate>Tue, 29 Jan 2008 16:18:01 GMT</pubDate>
<guid>http://snipplr.com/view/4831/css-collapsible-margins-fix-margintop/</guid>
</item>
<item>
<title>(CSS) Centre using Auto Margins - 1man</title>
<link>http://snipplr.com/view/232/centre-using-auto-margins/</link>
<description><![CDATA[ <p>Taken from bluerobot. Create a content div, set the width and the margin set to auto will align the div to the centre horizontally.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:04:57 GMT</pubDate>
<guid>http://snipplr.com/view/232/centre-using-auto-margins/</guid>
</item>
</channel>
</rss>