<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034784" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034784</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/few-css-questions#comment-1202138</link>
    <description> &lt;p&gt;THe problem with margins in IE is down to the fact that IE is NOT a w3c compliant browser, and it has had a bug with its &#039;Box model implementation&#039; since version 5.&lt;/p&gt;
&lt;p&gt;W3c reccomendation state that a browser should add an elements margin values to the Total width of the element.  Internet explorer includes the margins IN the items width.&lt;/p&gt;
&lt;p&gt;thus a div with a width of 50px and a margin of 10px each side in firefox, still has a total width of 50px.  In IE however, it will be a width of 70px (50px + 10px margin each side).&lt;/p&gt;
&lt;p&gt;I have written an article on this at &lt;a href=&quot;http://www.n2kdesign.co.uk/viewarticle.aspx?aID=31&quot; class=&quot;bb-url&quot;&gt;http://www.n2kdesign.co.uk/viewarticle.aspx?aID=31&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Jun 2006 10:14:18 +0000</pubDate>
 <dc:creator>Neutron2k</dc:creator>
 <guid isPermaLink="false">comment 1202138 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/few-css-questions#comment-1202114</link>
    <description> &lt;p&gt;Ha Ha.  Awesome.  It worked.  That was really the one thing that was holding me back from CSS.  Thanks a ton guys!&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Jun 2006 04:05:12 +0000</pubDate>
 <dc:creator>thesocialx</dc:creator>
 <guid isPermaLink="false">comment 1202114 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/few-css-questions#comment-1202087</link>
    <description> &lt;p&gt;Yeah, it could be the default margins and paddings of the elements you are using. With every site that I make, I always have the following:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;body, body * {&lt;br /&gt;position:relative;&lt;br /&gt;margin:0;&lt;br /&gt;padding:0;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;This gets rid of all the default margins and paddings (position:relative; is there for Opera[6]). I find it gives me more control if all the margins and padding is set by me. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Jun 2006 22:54:35 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1202087 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/few-css-questions#comment-1202077</link>
    <description> &lt;p&gt;1. I think the problem is the default margins of the browser. Try using&lt;br /&gt;
body {margin:0px; padding:0px;} That might fix it. I think having an outline div and then two floated divs inside it is the best way (that&#039;s what I use all the time.)&lt;/p&gt;
&lt;p&gt;2. Can&#039;t help ya there, but I&#039;m sure someone else here can &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Jun 2006 21:55:23 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1202077 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
