<?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>Negative99 &#187; Holly Hack</title>
	<atom:link href="http://negative99.com/tag/holly-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://negative99.com</link>
	<description>An onslaught of expository excellence covering web design and development, politics and current events, faith and religion, guitar and music, programming... oh, and anything else.</description>
	<lastBuildDate>Wed, 06 Jul 2011 03:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>I hate Internet Explorer and its little dog, too.</title>
		<link>http://negative99.com/electrons/i-hate-internet-explorer-and-its-little-dog-too/</link>
		<comments>http://negative99.com/electrons/i-hate-internet-explorer-and-its-little-dog-too/#comments</comments>
		<pubDate>Tue, 16 May 2006 02:45:25 +0000</pubDate>
		<dc:creator>WarAxe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Computers & Programming]]></category>
		<category><![CDATA[Jovial Cynicism]]></category>
		<category><![CDATA[compliant web browser]]></category>
		<category><![CDATA[ever-vigilant web stylist]]></category>
		<category><![CDATA[Holly Hack]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer using XHTML]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[standards compliant web]]></category>

		<guid isPermaLink="false">http://www.negative99.com/archive/220</guid>
		<description><![CDATA[NOTE: The following post was written after a couple very frustrating hours fighting with Internet Explorer using XHTML, CSS, and my bare hands. The ever-vigilant web stylist, Ms. Gepner, sent me a screenshot of the bad news that I knew was coming but was living in denial of. Yes, the newly released beta versions of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.negative99.com/images/neg99_ie7.gif" rel="lightbox[220]"><img src="http://www.negative99.com/images/_neg99_ie7.gif" width="400" height="110" alt="ie7 broke my site!" title="ie7 broke my site!" class="center" /></a></p>
<div class="smaller_text">NOTE:  The following post was written after a couple very frustrating hours fighting with Internet Explorer using XHTML, CSS, and my bare hands.</div>
<div class="h_rule"></div>
<p>The ever-vigilant web stylist, Ms. Gepner, sent me a <a href="http://www.negative99.com/images/neg99_ie7.gif" rel="lightbox[220]">screenshot</a> of the bad news that I knew was coming but was living in denial of.  Yes, the newly released beta versions of Microsoft&#8217;s sucky browser did indeed break my website.</p>
<p>The upcoming style problems with Internet Explorer 7 (the latest aberration in standards compliant web browsing) have been foretold by design gurus for months.  The development community has been lamenting the fact that Micro$oft saw fit to only fix a puny smattering of IE6&#8242;s bugs (of which there are MANY)&#8230; yet at the same time <a href="http://www.positioniseverything.net/articles/poll/star-html.php">they removed a small &#8220;hack&#8221;</a>, better known as the <a href="http://www.communitymx.com/content/article.cfm?page=2&#038;cid=C37E0">Holly Hack</a>, which will now hearby eliminate the primary trick that web designers have been using to work around all of the <a href="http://www.positioniseverything.net/explorer.html">IE bugs</a> that have plagued it for as long as anyone can remember.</p>
<p>Now web designers have a terrible situation.  All their Holly Hacks they&#8217;ve been using to beat IE versions 6 and below into submission are now gone&#8230; thank you Bill &#8220;Enemy At The&#8221; Gates.  Yet, most of the bugs that we were using those hacks to fix are STILL IN THE BROWSER!  You can&#8217;t make this stuff up.  So now we have to use conditional logic in our webpages to load multiple CSS files&#8230; a primary CSS file and then an additional one to handle IE6 and below&#8230; and probably a third one to handle IE7.  Fortunately, I was able to handle IE7 with one extra line of style so I wrote it in without another CSS file.</p>
<p>Here&#8217;s what the circus that was my compliant code looks like now:</p>
<p><code>&lt;link rel="stylesheet" href="style.css" type="text/css" media="screen, projection" /&gt;<br />
&lt;!--[if lte IE 6]&gt;<br />
   &lt;link rel="stylesheet" href="style.css.ie6" type="text/css" /&gt;<br />
&lt;![endif]--&gt;<br />
&lt;!--[if gt IE 6]&gt;<br />
  &lt;style&gt;<br />
    #subcontent {float: right; position:absolute; margin-left: -175px; width:175px;}<br />
  &lt;/style&gt;<br />
&lt;![endif]--&gt;<br />
</code></p>
<p>Ugly.  Very ugly.  I hate Internet Explorer.  For the love all that is decent and pure and right in this world&#8230; please, <a href="http://www.mozilla.com/">download and use a compliant web browser</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://negative99.com/electrons/i-hate-internet-explorer-and-its-little-dog-too/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

