<?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>MaisonBisson.com &#187; internet exploder</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/internet-exploder/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing position: fixed In IE</title>
		<link>http://maisonbisson.com/blog/post/10769/fixing-position-fixed-in-ie/</link>
		<comments>http://maisonbisson.com/blog/post/10769/fixing-position-fixed-in-ie/#comments</comments>
		<pubDate>Thu, 15 Sep 2005 16:26:14 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Blink]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css support]]></category>
		<category><![CDATA[doxdesk]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie bug]]></category>
		<category><![CDATA[ie bugs]]></category>
		<category><![CDATA[ie css bug]]></category>
		<category><![CDATA[internet exploder]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[position fixed]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10769</guid>
		<description><![CDATA[
It turns out the Internet Explorer doesn&#8217;t properly support CSS&#8217;s position: fixed. Google led me to the following:

How To Create &#8211; Making Internet Explorer use position: fixed;
doxdesk.com: software: fixed.js
Fixed Positioning for Windows Internet Explorer

The DoxDesk solution looks promising and simple, but I think bugs elsewhere in my layout are preventing it from working. It&#8217;s time [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10769"><!-- &nbsp; --></abbr>
<p>It turns out the Internet Explorer doesn&#8217;t properly support CSS&#8217;s <code>position: fixed</code>. Google led me to the following:</p>
<ul>
<li><a href="http://www.howtocreate.co.uk/fixedPosition.html" title="How To Create - Making Internet Explorer use position: fixed;">How To Create &#8211; Making Internet Explorer use position: fixed;</a></li>
<li><a href="http://www.doxdesk.com/software/js/fixed.html" title="doxdesk.com: software: fixed.js">doxdesk.com: software: fixed.js</a></li>
<li><a href="http://tagsoup.com/-dev/null-/css/fixed/" title="Fixed Positioning for Windows Internet Explorer">Fixed Positioning for Windows Internet Explorer</a></li>
</ul>
<p>The DoxDesk solution looks promising and simple, but I think bugs elsewhere in my layout are preventing it from working. It&#8217;s time to start again from scratch.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/bugs" rel="tag">bugs</a>, <a href="http://www.technorati.com/tag/css" rel="tag">css</a>, <a href="http://www.technorati.com/tag/css support" rel="tag">css support</a>, <a href="http://www.technorati.com/tag/doxdesk" rel="tag">doxdesk</a>, <a href="http://www.technorati.com/tag/ie" rel="tag">ie</a>, <a href="http://www.technorati.com/tag/ie bug" rel="tag">ie bug</a>, <a href="http://www.technorati.com/tag/ie bugs" rel="tag">ie bugs</a>, <a href="http://www.technorati.com/tag/ie css bug" rel="tag">ie css bug</a>, <a href="http://www.technorati.com/tag/internet exploder" rel="tag">internet exploder</a>, <a href="http://www.technorati.com/tag/internet explorer" rel="tag">internet explorer</a>, <a href="http://www.technorati.com/tag/position fixed" rel="tag">position fixed</a>, <a href="http://www.technorati.com/tag/workaround" rel="tag">workaround</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10769/fixing-position-fixed-in-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Damn PNGs in Internet Explorer</title>
		<link>http://maisonbisson.com/blog/post/10617/damn-pngs-in-internet-explorer/</link>
		<comments>http://maisonbisson.com/blog/post/10617/damn-pngs-in-internet-explorer/#comments</comments>
		<pubDate>Wed, 08 Jun 2005 04:25:22 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet exploder]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[pngs]]></category>
		<category><![CDATA[portable network graphic]]></category>
		<category><![CDATA[portable network graphics]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://www.maisonbisson.com/blog/?p=10617</guid>
		<description><![CDATA[
I don&#8217;t know why IE has never displayed my transparent PNGs correctly, but I know now that I&#8217;m not the only one with this complaint. Bob Osola (name?) shares my frustration, and better, he sat down and coded a solution, shared the code, and posted a wonderfully informative guide to the problem.
Not sure if your [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10617"><!-- &nbsp; --></abbr>
<p>I don&#8217;t know why IE has never displayed my transparent PNGs correctly, but I know now that I&#8217;m not the only one with this complaint. <a href="http://homepage.ntlworld.com/bobosola/">Bob Osola</a> (name?) shares my frustration, and better, he sat down and coded a solution, shared the code, and posted a wonderfully informative guide to the problem.</p>
<p>Not sure if your browser can <a href="http://homepage.ntlworld.com/bobosola/pngtest.htm">display transparent PNGs properly</a>? Follow that link for examples.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://technorati.com/tag/frustration" rel="tag">frustration</a>, <a href="http://technorati.com/tag/ie" rel="tag">ie</a>, <a href="http://technorati.com/tag/internet" rel="tag">internet</a>, <a href="http://technorati.com/tag/internet exploder" rel="tag">internet exploder</a>, <a href="http://technorati.com/tag/internet explorer" rel="tag">internet explorer</a>, <a href="http://technorati.com/tag/png" rel="tag">png</a>, <a href="http://technorati.com/tag/pngs" rel="tag">pngs</a>, <a href="http://technorati.com/tag/portable network graphic" rel="tag">portable network graphic</a>, <a href="http://technorati.com/tag/portable network graphics" rel="tag">portable network graphics</a>, <a href="http://technorati.com/tag/transparency" rel="tag">transparency</a>, <a href="http://technorati.com/tag/transparent" rel="tag">transparent</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10617/damn-pngs-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>