<?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/language/css/tags/box</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 23 Jul 2008 18:22:51 GMT</pubDate>
<item>
<title>(CSS) boxes with headings - valcartei</title>
<link>http://snipplr.com/view/3542/boxes-with-headings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Aug 2007 07:50:36 GMT</pubDate>
<guid>http://snipplr.com/view/3542/boxes-with-headings/</guid>
</item>
<item>
<title>(CSS) CSS for auto-height rounded corner box - assbach</title>
<link>http://snipplr.com/view/1850/css-for-autoheight-rounded-corner-box/</link>
<description><![CDATA[ <p>probably not the best way, but it seems to work</p> ]]></description>
<pubDate>Wed, 27 Dec 2006 11:09:23 GMT</pubDate>
<guid>http://snipplr.com/view/1850/css-for-autoheight-rounded-corner-box/</guid>
</item>
<item>
<title>(CSS) Scrollable DIV-Box - hxseven</title>
<link>http://snipplr.com/view/811/scrollable-divbox/</link>
<description><![CDATA[ <p>Shows how to create a DIV box that is scrollable and looks like a IFRAME.</p> ]]></description>
<pubDate>Mon, 14 Aug 2006 16:31:38 GMT</pubDate>
<guid>http://snipplr.com/view/811/scrollable-divbox/</guid>
</item>
<item>
<title>(CSS) CSS Box Model Hack - jleblanc</title>
<link>http://snipplr.com/view/434/css-box-model-hack/</link>
<description><![CDATA[ <p>The CSS standard defines the width of a box as the width inside the box. Padding, border and margin are added seperately. The same applies to the height of a box.
(!!) IE 5.X WIN (!!) fails to implement the specification correctly. Border and width inside the box are added to the width. A box with a width of 200px, a padding of 20px and border of 10px results in a width of 260px in Mozilla and 200px in Internet Explorer. This can be extremely tedious if you want to do a pixel perfect layout.
TANTEKS HACK: (named after it's inventor) utilizes this weakness.

width:200px; is the defintion for Internet Explorer. IE stops processing the CSS rules after voice-family: "\"}\"";. Other browsers recognize the the value after it and overwrites the value. Opera doesn't, unfortunately</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 09:04:30 GMT</pubDate>
<guid>http://snipplr.com/view/434/css-box-model-hack/</guid>
</item>
</channel>
</rss>