<?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>Azure Web Design &#187; Cross Browser Problems</title>
	<atom:link href="http://www.azurewebdesign.com/category/cross-browser-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azurewebdesign.com</link>
	<description>We Know Web</description>
	<lastBuildDate>Thu, 15 Apr 2010 04:28:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>IE6 Does Not Support Multiple Class Selectors</title>
		<link>http://www.azurewebdesign.com/ie6-does-not-support-multiple-class-selectors/</link>
		<comments>http://www.azurewebdesign.com/ie6-does-not-support-multiple-class-selectors/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:05:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/?p=296</guid>
		<description><![CDATA[Google will be ending support for IE6. That&#8217;s a good thing if you&#8217;re a front-end developer constantly pulling your hair to support IE6. You know how painful it could get. Fortunately this move by Google should force IE6 users to upgrade, switch or die. We came across a recent issue regarding multiple class selectors. &#60;div [...]]]></description>
			<content:encoded><![CDATA[<p>Google will be ending support for IE6. That&#8217;s a good thing if you&#8217;re a front-end developer constantly pulling your hair to support IE6. You know how painful it could get. Fortunately this move by Google should force IE6 users to upgrade, switch or die.</p>
<p>We came across a recent issue regarding multiple class selectors.</p>
<pre>&lt;div class="box featured"&gt;&lt;/div&gt;</pre>
<p>In this example, using the selectors .box.featured or .box or .featured would reference the DIV. However IE6 does not recognize .box.featured. Herein lies the problem. So the solution is to avoid multiple class selectors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie6-does-not-support-multiple-class-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Many People Still Use IE6, IE7 and IE8?</title>
		<link>http://www.azurewebdesign.com/how-many-people-still-use-ie6-ie7-and-ie8/</link>
		<comments>http://www.azurewebdesign.com/how-many-people-still-use-ie6-ie7-and-ie8/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 07:30:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>
		<category><![CDATA[Demographic Analysis]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/?p=191</guid>
		<description><![CDATA[It&#8217;s been several years already and who would have thought that a great many people are still using IE6? Apparently, IE6 still has lots of fans. These two snapshots were taken from our properties, with majority of the visitors coming from the U.S. and Philippines. IE7 dominates the Internet Explorer charts. However, websites should still [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been several years already and who would have thought that a great many people are still using IE6? Apparently, IE6 still has lots of fans.</p>
<p>These two snapshots were taken from our properties, with majority of the visitors coming from the U.S. and Philippines.</p>
<p><img class="alignnone size-full wp-image-193" title="Picture 5" src="http://www.azurewebdesign.com/wordpress/wp-content/uploads/2009/07/Picture-51.png" alt="Picture 5" width="677" height="311" /><img class="alignnone size-full wp-image-194" title="Picture 6" src="http://www.azurewebdesign.com/wordpress/wp-content/uploads/2009/07/Picture-6.png" alt="Picture 6" width="678" height="319" /></p>
<p>IE7 dominates the Internet Explorer charts. However, websites should still be developed to be backward compatible with IE6. It&#8217;s safe to say that we can now forget about IE5.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/how-many-people-still-use-ie6-ie7-and-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 &amp; IE7 Space Under Image Bug</title>
		<link>http://www.azurewebdesign.com/ie6-ie7-space-under-image-bug/</link>
		<comments>http://www.azurewebdesign.com/ie6-ie7-space-under-image-bug/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 07:24:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=65</guid>
		<description><![CDATA[Problem Description: IE6 and IE7 adds an extra space under an image. Fix: Add font-size:1px into the containing div. Fix courtesy of http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug]]></description>
			<content:encoded><![CDATA[<p><strong>Problem Description:</strong></p>
<p>IE6 and IE7 adds an extra space under an image.</p>
<p><strong>Fix:</strong></p>
<p>Add font-size:1px into the containing div.</p>
<p>Fix courtesy of <a href="http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug">http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie6-ie7-space-under-image-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Running IE6, IE7 and IE8 side by side</title>
		<link>http://www.azurewebdesign.com/on-running-ie6-ie7-and-ie8-side-by-side/</link>
		<comments>http://www.azurewebdesign.com/on-running-ie6-ie7-and-ie8-side-by-side/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 09:58:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=62</guid>
		<description><![CDATA[Getting IE6, IE7 and IE8 to work on the same machine is a real pain. Fortunately the guys at Tredosoft released the Multiple IE Installer. Aarfing.dk has an excellent step by step instructions on how to run different IE versions them side by side]]></description>
			<content:encoded><![CDATA[<p>Getting IE6, IE7 and IE8 to work on the same machine is a real pain. Fortunately the guys at <a href="http://tredosoft.com/Multiple_IE">Tredosoft</a> released the <a href="http://tredosoft.com/Multiple_IE">Multiple IE Installer</a>.</p>
<p>Aarfing.dk has an excellent step by step instructions on how to <a href="http://aarfing.dk/?p=120">run different IE versions them side by side</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/on-running-ie6-ie7-and-ie8-side-by-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 Bullete Disappear When Lists Are Floated To Form Multiple Columns</title>
		<link>http://www.azurewebdesign.com/ie6-bullete-disappear-when-lists-are-floated-to-form-multiple-columns/</link>
		<comments>http://www.azurewebdesign.com/ie6-bullete-disappear-when-lists-are-floated-to-form-multiple-columns/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:42:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=58</guid>
		<description><![CDATA[IE6 bullets disppear when lists are floated to form multiple columns. This happens because IE converts the lists &#60;li&#62; into inline (display:inline) elements when floated. A solution would be to put the bullets in the encasing link or span, inside the &#60;li&#62;&#60;/li&#62; Reference: http://www.sitepoint.com/forums/showthread.php?t=549599]]></description>
			<content:encoded><![CDATA[<p>IE6 bullets disppear when lists are floated to form multiple columns. This happens because IE converts the lists &lt;li&gt; into inline (display:inline) elements when floated.</p>
<p>A solution would be to put the bullets in the encasing link or span, inside the &lt;li&gt;&lt;/li&gt;</p>
<p>Reference: <a href="http://www.sitepoint.com/forums/showthread.php?t=549599">http://www.sitepoint.com/forums/showthread.php?t=549599</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie6-bullete-disappear-when-lists-are-floated-to-form-multiple-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different Colors in IE and Firefox</title>
		<link>http://www.azurewebdesign.com/different-colors-in-ie-and-firefox/</link>
		<comments>http://www.azurewebdesign.com/different-colors-in-ie-and-firefox/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:35:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=17</guid>
		<description><![CDATA[I discovered another problem while developing a site, I was surprised that the colors rendered from a .PNG image was different between IE and Firefox! Turns out this was because of Alpha Transparency Levels and Gamma Information that is stored inside PNGs. Your header background is a .gif, whereas your logo is a png. PNGs [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered another problem while developing a site, I was surprised that the colors rendered from a .PNG image was different between IE and Firefox!</p>
<p>Turns out this was because of Alpha Transparency Levels and Gamma Information that is stored inside PNGs.</p>
<blockquote><p>Your header background is a .gif, whereas your logo is a png.</p>
<p>PNGs have alpha transparency levels, where as GIF files have only one level of transparency. Internet Explorer 6 and below don&#8217;t have support for those alpha levels of transparency.</p>
<p>Internet Explorer 7 supports these levels of transparency. So why is it that PNG files look darker then? This has <strong>nothing</strong> to do with transparency. This has everything to do with Photoshop. Photoshop stores <strong>gamma</strong> information in all PNG files, that causes them to be rendered differently in IE7.</p>
<p>Delete that <strong>gAMA</strong> entry out of your PNG files, and it&#8217;ll all look fine. You can use a freeware program, PngCrush, to do this: <a href="http://pmt.sourceforge.net/pngcrush/" target="_blank">http://pmt.sourceforge.net/pngcrush/</a></p>
<p>Do a search on &#8216;PNG color shifts&#8217;, you&#8217;ll come up with a lot of hits.</p>
<p><a href="http://www.polarbearlamps.net/2007/04/png_color_mismatch_on_the_web.html" target="_blank">http://www.polarbearlamps.net/2007/04/png_color_mismatch_on_the_web.html</a></p>
<p><a href="http://www.molly.com/2007/11/20/your-best-practices-for-creating-great-pngs/" target="_blank">http://www.molly.com/2007/11/20/your-best-practices-for-creating-great-pngs/</a></p></blockquote>
<p>Taken from: http://www.lunarforums.com/lunarpages_message_boardsforumsfantastico_scripts/logo_background_color_different_in_firefox_and_ie-t46125.0.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/different-colors-in-ie-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
