<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php" />
  <link rel="self" type="application/atom+xml" href="http://www.majordojo.com/2006/04/my-hairy-alien.php" />
  <id>tag:www.majordojo.com,2010://3/tag:www.majordojo.com,2006://3.1146-</id>
  <updated>2010-03-08T18:06:45Z</updated>
  <title>Comments for Arin&apos;s got a whole new blog</title>
  <subtitle>A blog about Movable Type, technology, geek-dom, science-fiction and yes, sometimes my personal life.</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.261</generator>
  <entry>
    <id>tag:www.majordojo.com,2006://3.1146</id>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.majordojo.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=1146" title="Arin's got a whole new blog" />
    <published>2006-04-09T14:44:59Z</published>
    <updated>2007-01-15T22:33:42Z</updated>
    <title>Arin&apos;s got a whole new blog</title>
    <summary>We started the project a while ago, but we are currently in a rush to get all our little projects finished before the Bug&apos;s arrival (scheduled May 9th, but I am rooting for a Cinco de Mayo baby) - expecting...</summary>
    <author>
      <name>Byrne</name>
      <uri>http://www.majordojo.com/</uri>
    </author>
    
    <category term="Design" />
    
    <category term="Family" />
    
    <category term="Movable Type" />
    
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
      <![CDATA[<p>We <a href="http://www.hairyalien.com/whats_goin_on/remodeling.html">started the project</a> a while ago, but we are currently in a rush to get all our little projects finished before the <a href="http://www.hairyalien.com/the_bug/">Bug</a>'s arrival (scheduled May 9th, but I am rooting for a Cinco de Mayo baby) - expecting of course little or no time to work on those little projects once he or she arrives. So go check out a newly redesigned <a href="http://www.hairyalien.com">Hairy Alien</a> and tell me what you think.</p>

<p><a href="http://www.hairyalien.com"><img alt="hairyalien.gif" src="http://www.majordojo.com/images/hairyalien.gif" width="300" height="200" border="0" /></a></p>
]]>
      

    </content>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.1146-comment:12210</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.1146" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php#c12210" />
    <title>Comment from matthewn on 2006-04-10</title>
    <author>
        <name>matthewn</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>It doesn't display right in IE, which I'm stuck with at work. :(</p>
]]>
    </content>
    <published>2006-04-10T16:09:30Z</published>
    <updated>2006-04-10T16:09:30Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.1146-comment:12211</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.1146" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php#c12211" />
    <title>Comment from Byrne Reese on 2006-04-10</title>
    <author>
        <name>Byrne Reese</name>
<!--        <uri>http://www.majordojo.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com">
	<![CDATA[<p>I don't have to tell you how much I fucking HATE IE.</p>
]]>
    </content>
    <published>2006-04-10T18:33:33Z</published>
    <updated>2006-04-10T18:33:33Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.1146-comment:12212</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.1146" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/04/my-hairy-alien.php#c12212" />
    <title>Comment from Byrne Reese on 2006-04-10</title>
    <author>
        <name>Byrne Reese</name>
<!--        <uri>http://www.majordojo.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com">
	<![CDATA[<p>Fixed. For the CSS geeks who were wondering - this is a well known bug in IE. It is honestly hard to believe it hasn't been fixed. But essentially IE does not respect the "box model" rules for rendering and placing content areas in the browser. To fix, one needs to construct special rules in CSS that willl only be parsed by IE. Here's how it was done.</p>

<p>My stylesheet:</p>

<pre>
html&gt;body #container
{ 
  width: 690px;
  margin: auto;
  padding: 0;
}

#container
{
  margin: 0 auto; 
  text-align: left;
  height: 100%;
  border: 0;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 690px;
  margin: 0 0 0 46px;
}
</pre>

<p>Here's what is going on: the #container definition is parsed by IE and contains a special "IE only" margin setting of a 46 pixel left margin. It is only applied to IE because Internet Explorer doesn't recognize the "html&gt;body #container" selector and thus ignores it. However, Firefox, Safari etc DO recognize "html&gt;body #container" because they actually comply with the CSS standard. Now because "html&gt;body #container" is more specific selector than "#container" its rules take precedence over any other styles defined in less specific classes. Thus, Firefox and Safari effectively ignore the 46px margin (technically they override the 46px margin with a zero pixel margin).</p>

<p>And that's that.</p>

<p>That didn't make any sense did it?</p>
]]>
    </content>
    <published>2006-04-10T20:06:07Z</published>
    <updated>2006-04-10T20:06:07Z</updated>
  </entry>

</feed>

