<?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>Josef Richter &#187; chrome</title>
	<atom:link href="http://www.josefrichter.com/blog/tag/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.josefrichter.com/blog</link>
	<description>blogging about the world around</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IE6 no more. And IE7 and IE8&#8230;</title>
		<link>http://www.josefrichter.com/blog/ie6-no-more-and-ie7-and-ie8/</link>
		<comments>http://www.josefrichter.com/blog/ie6-no-more-and-ie7-and-ie8/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 19:56:58 +0000</pubDate>
		<dc:creator>Josef Richter</dc:creator>
				<category><![CDATA[webdesign]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.josefrichter.com/blog/?p=225</guid>
		<description><![CDATA[UPDATE: now with new Opera icon You may have heard about the IE 6 no more initiative. It asks webmasters to put a banner on their page, which detects Internet Explorer 6 and suggests to download &#8216;a modern browser&#8217; instead. While I generally support the initiative, the banners are unusable for me. One of the [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: now with new Opera icon</p>
<p>You may have heard about the <a href="http://www.ie6nomore.com/">IE 6 no more</a> initiative. It asks webmasters to put a banner on their page, which detects Internet Explorer 6 and suggests to download &#8216;a modern browser&#8217; instead.</p>
<p>While I generally support the initiative, the banners are unusable for me. One of the browsers suggested is Internet Explorer 8. I would never ever dare to suggest anyone using any version of Internet Explorer made so far. So I made my version of the banner:</p>
<div style="text-align: center; clear: both; height: 49px; padding-bottom: 1px; position: relative;">
<div style="width: 450px; border: 1px solid #f0f0f0; background: #f0f0f0; margin: 0 auto; text-align: left; padding: 0 10px 0 10px; overflow: hidden; color: black;">
<div style="width: 60px; float: left;">
			<img src="http://www.josefrichter.com/noie/warn_50.png" alt="Warning!">
		</div>
<div style="width: 230px; float: left; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;">
<div style="font-size: 11px; font-weight: bold; margin-top: 4px; color: #c00;">
				You are using a subprime browser
			</div>
<div style="font-size: 10px; margin-top: 0px; line-height: 13px; color: #666;">
				It may render this site incorrectly. Please upgrade to a modern web browser.
			</div>
</p></div>
<div style="width: 40px; float: left;">
			<a href="http://www.google.com/chrome" target="_blank"><img style="border: none;" src="http://www.josefrichter.com/noie/chrome_50.png" alt="Get Google Chrome"></a>
		</div>
<div style="width: 40px; float: left;">
			<a href="http://www.firefox.com" target="_blank"><img style="border: none;" src="http://www.josefrichter.com/noie/firefox_50.png" alt="Get Firefox"></a>
		</div>
<div style="width: 40px; float: left;">
			<a href="http://www.apple.com/safari/download/" target="_blank"><img style="border: none;" src="http://www.josefrichter.com/noie/safari_50.png" alt="Get Safari"></a>
		</div>
<div style="width: 40px; float: left;">
			<a href="http://www.opera.com/download" target="_blank"><img style="border: none;" src="http://www.josefrichter.com/noie/opera_50.png" alt="Get Opera"></a>
		</div>
</p></div>
</div>
<p>&nbsp;
</p>
<p>What&#8217;s different?</p>
<ul>
<li>It shows up to users of all versions of IE. Yes, including those with IE8.</li>
<li>It suggests Opera instead of IE8, along with FIrefox, Safari and Chrome</li>
</ul>
<p>I also changed the design a bit to be more minimalist. Feel free to grab the below code and put it on your website. The images are hosted here, so you don&#8217;t need to download them (but feel free to do so). You can also adjust the code to better match your website design.</p>
<p>I made two sizes of the banner: 640&#215;75 and 470&#215;50 (for this blog).</p>
<p>So here is the code for 640&#215;75 banner:</p>
<div style="font-size: 10px;">
<pre class="brush: html; wrap-lines: true; gutter: false; auto-links: false; font-size: 5%; tab-size: 2;">
&lt;!--[if IE]&gt;
	&lt;div style="text-align: center; clear: both; height: 74px; padding-bottom: 1px; position: relative;"&gt;
  &lt;div style="width: 620px; border: 1px solid #f0f0f0; background: #f0f0f0; margin: 0 auto; text-align: left; padding: 0 10px 0 10px; overflow: hidden; color: black;"&gt;
    &lt;div style="width: 80px; float: left;"&gt;&lt;img src="http://www.josefrichter.com/noie/warn_75.png" alt="Warning!"/&gt;&lt;/div&gt;
    &lt;div style="width: 300px; float: left; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;"&gt;
      &lt;div style="font-size: 14px; font-weight: bold; margin-top: 12px; color: #c00;"&gt;You are using a subprime browser&lt;/div&gt;
      &lt;div style="font-size: 12px; margin-top: 2px; line-height: 16px; color: #666;"&gt;It may render this site incorrectly. &lt;br /&gt;Please upgrade to a modern web browser.&lt;/div&gt;
    &lt;/div&gt;
		&lt;div style="width: 60px; float: left;"&gt;&lt;a href="http://www.google.com/chrome" target="_blank"&gt;&lt;img src="http://www.josefrichter.com/noie/chrome_75.png" style="border: none;" alt="Get Google Chrome"/&gt;&lt;/a&gt;&lt;/div&gt;
    &lt;div style="width: 60px; float: left;"&gt;&lt;a href="http://www.firefox.com" target="_blank"&gt;&lt;img src="http://www.josefrichter.com/noie/firefox_75.png" style="border: none;" alt="Get Firefox"/&gt;&lt;/a&gt;&lt;/div&gt;
    &lt;div style="width: 60px; float: left;"&gt;&lt;a href="http://www.apple.com/safari/download/" target="_blank"&gt;&lt;img src="http://www.josefrichter.com/noie/safari_75.png" style="border: none;" alt="Get Safari"/&gt;&lt;/a&gt;&lt;/div&gt;
		&lt;div style="width: 60px; float: left;"&gt;&lt;a href="http://www.opera.com/download" target="_blank"&gt;&lt;img src="http://www.josefrichter.com/noie/opera_75.png" style="border: none;" alt="Get Opera"/&gt;&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;![endif]--&gt;
</pre>
</div>
<p>and here for the 470&#215;50 version:</p>
<div style="font-size: 10px;">
<pre class="brush: html; wrap-lines: true; gutter: false; auto-links: false; font-size: 5%; tab-size: 2;">
&lt;!--[if IE]&gt;
&lt;div style="text-align: center; clear: both; height: 49px; padding-bottom: 1px; position: relative;"&gt;
	&lt;div style="width: 450px; border: 1px solid #f0f0f0; background: #f0f0f0; margin: 0 auto; text-align: left; padding: 0 10px 0 10px; overflow: hidden; color: black;"&gt;
		&lt;div style="width: 60px; float: left;"&gt;
			&lt;img src="http://www.josefrichter.com/noie/warn_50.png" alt="Warning!"&gt;
		&lt;/div&gt;
		&lt;div style="width: 230px; float: left; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;"&gt;
			&lt;div style="font-size: 11px; font-weight: bold; margin-top: 4px; color: #c00;"&gt;
				You are using a subprime browser
			&lt;/div&gt;
			&lt;div style="font-size: 10px; margin-top: 0px; line-height: 13px; color: #666;"&gt;
				It may render this site incorrectly. Please upgrade to a modern web browser.
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style="width: 40px; float: left;"&gt;
			&lt;a href="http://www.google.com/chrome" target="_blank"&gt;&lt;img style="border: none;" src="http://www.josefrichter.com/noie/chrome_50.png" alt="Get Google Chrome"&gt;&lt;/a&gt;
		&lt;/div&gt;
		&lt;div style="width: 40px; float: left;"&gt;
			&lt;a href="http://www.firefox.com" target="_blank"&gt;&lt;img style="border: none;" src="http://www.josefrichter.com/noie/firefox_50.png" alt="Get Firefox"&gt;&lt;/a&gt;
		&lt;/div&gt;
		&lt;div style="width: 40px; float: left;"&gt;
			&lt;a href="http://www.apple.com/safari/download/" target="_blank"&gt;&lt;img style="border: none;" src="http://www.josefrichter.com/noie/safari_50.png" alt="Get Safari"&gt;&lt;/a&gt;
		&lt;/div&gt;
		&lt;div style="width: 40px; float: left;"&gt;
			&lt;a href="http://www.opera.com/download" target="_blank"&gt;&lt;img style="border: none;" src="http://www.josefrichter.com/noie/opera_50.png" alt="Get Opera"&gt;&lt;/a&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;![endif]--&gt;
</pre>
</div>
<p>Please leave a comment if you like it. Thank you and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josefrichter.com/blog/ie6-no-more-and-ie7-and-ie8/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
