<?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>Simon Day - Professional web designer since 1997 &#187; Browser Bugs</title>
	<atom:link href="http://www.simonday.com/web-design-blog/category/browser-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonday.com/web-design-blog</link>
	<description>Blog about CSS, XHTML and SEO ideas</description>
	<lastBuildDate>Tue, 15 Jun 2010 14:46:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to beat the nightmares of IE6 thanks to Google.</title>
		<link>http://www.simonday.com/web-design-blog/2010/03/10/how-to-beat-the-nightmares-of-ie6-thanks-to-google/</link>
		<comments>http://www.simonday.com/web-design-blog/2010/03/10/how-to-beat-the-nightmares-of-ie6-thanks-to-google/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:57:09 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Browser Bugs]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.simonday.com/web-design-blog/?p=492</guid>
		<description><![CDATA[
			
				
			
		If you’ve been designing web sites for any length of time you will have come across some pain dealing with IE6. It single-handedly causes more nightmares than all the other browsers put together. Today I’d like to talk about solutions which may fix many IE6 problems and all it takes is a minute.
I have spent [...]]]></description>
		<wfw:commentRss>http://www.simonday.com/web-design-blog/2010/03/10/how-to-beat-the-nightmares-of-ie6-thanks-to-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Image flickering bug in IE for a:hover background images</title>
		<link>http://www.simonday.com/web-design-blog/2009/10/29/image-flickering-bug-in-ie-for-ahover-background-images/</link>
		<comments>http://www.simonday.com/web-design-blog/2009/10/29/image-flickering-bug-in-ie-for-ahover-background-images/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:57:14 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Browser Bugs]]></category>
		<category><![CDATA[Image flicker]]></category>
		<category><![CDATA[Rollover bug]]></category>

		<guid isPermaLink="false">http://www.simonday.com/web-design-blog/?p=371</guid>
		<description><![CDATA[
			
				
			
		Image flickering on CSS mouseover in IE is something that you come across from time to time and I came across it last night while working on a project. The problem was I had a &#8220;on the tip of my tongue&#8221; moment and couldn’t remember what I needed to do to resolve it. As with [...]]]></description>
		<wfw:commentRss>http://www.simonday.com/web-design-blog/2009/10/29/image-flickering-bug-in-ie-for-ahover-background-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All the IE bugs plus fixes in one handy location</title>
		<link>http://www.simonday.com/web-design-blog/2009/05/29/all-the-ie-bugs-plus-fixes-in-one-handy-location/</link>
		<comments>http://www.simonday.com/web-design-blog/2009/05/29/all-the-ie-bugs-plus-fixes-in-one-handy-location/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:21:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Browser Bugs]]></category>
		<category><![CDATA[IE bugs]]></category>

		<guid isPermaLink="false">http://www.simonday.com/web-design-blog/?p=324</guid>
		<description><![CDATA[
			
				
			
		There are a number of IE bugs and with IE8 the bug list just keeps on growing. Positioneverything.net has the nost extensive list of IE bugs and fixes I&#8217;ve seen.
Visit: http://www.positioniseverything.net/explorer.html
Every web designer should have this bookmarked!



Share this post with others:


	
	
	
	
	
	
	
	
	
	
	
	




Bookmark It












































Hide Sites



$$('div.d324').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
		<wfw:commentRss>http://www.simonday.com/web-design-blog/2009/05/29/all-the-ie-bugs-plus-fixes-in-one-handy-location/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vertically aligning text without the use of JavaScript</title>
		<link>http://www.simonday.com/web-design-blog/2009/03/24/vertically-aligning-text-without-the-use-of-javascript/</link>
		<comments>http://www.simonday.com/web-design-blog/2009/03/24/vertically-aligning-text-without-the-use-of-javascript/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 16:52:03 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Browser Bugs]]></category>
		<category><![CDATA[vertical align]]></category>

		<guid isPermaLink="false">http://www.simonday.com/web-design-blog/?p=147</guid>
		<description><![CDATA[
			
				
			
		This is one of those really annoying CSS bugs that should be so simple to do but is actually fairly problematic because of old browsers like IE6. Vertical-align should be all that’s needed but nope, certain browsers like IE6 don&#8217;t support it so we need to do some wizardry to get it to work cross [...]]]></description>
		<wfw:commentRss>http://www.simonday.com/web-design-blog/2009/03/24/vertically-aligning-text-without-the-use-of-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE6 Bug &#8211; white space between 2 divs</title>
		<link>http://www.simonday.com/web-design-blog/2009/03/12/ie6-bug-white-space-between-2-divs/</link>
		<comments>http://www.simonday.com/web-design-blog/2009/03/12/ie6-bug-white-space-between-2-divs/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:26:11 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Browser Bugs]]></category>
		<category><![CDATA[IE6 bug whitespace]]></category>

		<guid isPermaLink="false">http://www.simonday.com/web-design-blog/?p=61</guid>
		<description><![CDATA[
			
				
			
		Graphic designers just love creating pages that we know will cause IE6 issues. I honestly don’t think they can help it  
As I come across my usual bugs I’m going to start posting what the bugs were and how I solved them.

Curving a box – Gap between two divs
Ok, so today I had one [...]]]></description>
		<wfw:commentRss>http://www.simonday.com/web-design-blog/2009/03/12/ie6-bug-white-space-between-2-divs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
