<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MaggsWeb:7 &#187; box model</title>
	<atom:link href="http://www.maggsweb.com/tag/box-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maggsweb.com</link>
	<description>www.maggsweb.com</description>
	<lastBuildDate>Sat, 21 Aug 2010 20:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8216;Box Model&#8217; without hacking.</title>
		<link>http://www.maggsweb.com/css/box-model-without-hacking/</link>
		<comments>http://www.maggsweb.com/css/box-model-without-hacking/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 12:13:15 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[box model]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.cmaggs.co.uk/?p=7</guid>
		<description><![CDATA[Implementing a W3C valid, cross-browser compatible CSS2 &#8216;Box Model&#8217;, overcoming the bugs in IE without hacking. ?View Code CSS#Column &#123; padding: 100px !important; padding: 70px; &#160; /* &#60;strong&#62;!important&#60;/strong&#62; is ignored by IE so IE overwrites the initial padding value with the next entry. The secondary value is ignored by Mozilla, as the primary value contains [...]]]></description>
			<content:encoded><![CDATA[<p>Implementing a W3C valid, cross-browser compatible CSS2 &#8216;Box Model&#8217;, overcoming the bugs in IE without hacking.<br />
<span id="more-268"></span></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?" onclick="pageTracker._trackPageview('/outgoing/www.ericbess.com/ericblog/2008/03/03/wp-codebox/_examples?referer=');"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code2'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2682"><td class="code" id="p268code2"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#Column</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span> !important<span style="color: #00AA00;">;</span>
 	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">70px</span><span style="color: #00AA00;">;</span>
&nbsp;
 	<span style="color: #808080; font-style: italic;">/* &lt;strong&gt;!important&lt;/strong&gt; is ignored by IE
 	so IE overwrites the initial padding value with the next entry.
 	The secondary value is ignored by Mozilla,
 	as the primary value contains !important */</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">450px</span> !important<span style="color: #00AA00;">;</span> 	<span style="color: #808080; font-style: italic;">/* Mozilla */</span>
 	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">400px</span><span style="color: #00AA00;">;</span> 			<span style="color: #808080; font-style: italic;">/* IE */</span>
&nbsp;
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.maggsweb.com/css/box-model-without-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
