<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: IE Bug dealing with CSS custom cusors</title>
	<atom:link href="http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/</link>
	<description>If you don&#039;t expect too much from me, you might not be let down.</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:23:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-133078</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Thu, 26 Jan 2012 08:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-133078</guid>
		<description>Glad it helped!</description>
		<content:encoded><![CDATA[<p>Glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-133051</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-133051</guid>
		<description>wow. 5 years and 2 months later, I came across this post and it explains the issue ever so well. We don&#039;t support IE7 much anymore, but when IE7 users would hit our site, it would try and grab a url that didn&#039;t exist and was causing some load on the server.</description>
		<content:encoded><![CDATA[<p>wow. 5 years and 2 months later, I came across this post and it explains the issue ever so well. We don&#039;t support IE7 much anymore, but when IE7 users would hit our site, it would try and grab a url that didn&#039;t exist and was causing some load on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom Cursor with click animation + crossbrowser support &#124; Nuclear&#039;s Blog</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-121924</link>
		<dc:creator>Custom Cursor with click animation + crossbrowser support &#124; Nuclear&#039;s Blog</dc:creator>
		<pubDate>Tue, 04 Oct 2011 23:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-121924</guid>
		<description>[...] AGAIN, here comes shitload of problems again: 1) locating .cur files for CSS cursor is so buggy and retarded, this bug exists I think in all IE versions (atleast IE6-9 it does). I didn&#8217;t want to waste [...]</description>
		<content:encoded><![CDATA[<p>[...] AGAIN, here comes shitload of problems again: 1) locating .cur files for CSS cursor is so buggy and retarded, this bug exists I think in all IE versions (atleast IE6-9 it does). I didn&#039;t want to waste [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Strategy war game</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-117607</link>
		<dc:creator>Strategy war game</dc:creator>
		<pubDate>Tue, 02 Aug 2011 15:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-117607</guid>
		<description>Same bug still exists in IE9 :P

This is a PITA as all my CSS + images are located on different servers.</description>
		<content:encoded><![CDATA[<p>Same bug still exists in IE9 <img src='http://blog.stchur.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>This is a PITA as all my CSS + images are located on different servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey Bendlage</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-105523</link>
		<dc:creator>Joey Bendlage</dc:creator>
		<pubDate>Tue, 01 Mar 2011 18:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-105523</guid>
		<description>Very helpful!!</description>
		<content:encoded><![CDATA[<p>Very helpful!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SL</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-45133</link>
		<dc:creator>SL</dc:creator>
		<pubDate>Mon, 05 Apr 2010 21:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-45133</guid>
		<description>Baffling, really. For anyone using a CDN for static file hosting, this is a headache. Having relative paths to the CSS file is an absolute must since the document and css file have use different domains altogether.

I am absolutely shocked to find this post from 2006 and realize this bug can still be found in IE8. I mean - WTF?????</description>
		<content:encoded><![CDATA[<p>Baffling, really. For anyone using a CDN for static file hosting, this is a headache. Having relative paths to the CSS file is an absolute must since the document and css file have use different domains altogether.</p>
<p>I am absolutely shocked to find this post from 2006 and realize this bug can still be found in IE8. I mean &#8211; WTF?????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tee</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-18619</link>
		<dc:creator>tee</dc:creator>
		<pubDate>Thu, 28 Jan 2010 10:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-18619</guid>
		<description>Das Problem ist, dass der Startpunkt des relativen Pfades beim IE nicht die CSS-Datei ist, sondern die Position der HTML-Seite welche das CSS einbindet!

hass hass hass!</description>
		<content:encoded><![CDATA[<p>Das Problem ist, dass der Startpunkt des relativen Pfades beim IE nicht die CSS-Datei ist, sondern die Position der HTML-Seite welche das CSS einbindet!</p>
<p>hass hass hass!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: relative oder absolute Pfadangabe - XHTMLforum</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-10892</link>
		<dc:creator>relative oder absolute Pfadangabe - XHTMLforum</dc:creator>
		<pubDate>Sun, 01 Mar 2009 12:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-10892</guid>
		<description>[...] innerhalb CSS Dateien. Im Gegensatz zu Firefox konnte IE die Pfade nicht finden. Hier ist ein Blog Eintrag zu diesem [...]</description>
		<content:encoded><![CDATA[<p>[...] innerhalb CSS Dateien. Im Gegensatz zu Firefox konnte IE die Pfade nicht finden. Hier ist ein Blog Eintrag zu diesem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madster</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-4334</link>
		<dc:creator>Madster</dc:creator>
		<pubDate>Wed, 15 Oct 2008 05:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-4334</guid>
		<description>I know this post is old but it took me a while to figure out.

IE6, Opera and Webkit do not support custom cursors over image map areas at all.
Firefox 3 does.

Don&#039;t know about other IEs or browsers.</description>
		<content:encoded><![CDATA[<p>I know this post is old but it took me a while to figure out.</p>
<p>IE6, Opera and Webkit do not support custom cursors over image map areas at all.<br />
Firefox 3 does.</p>
<p>Don&#039;t know about other IEs or browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dutchski</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-703</link>
		<dc:creator>Dutchski</dc:creator>
		<pubDate>Sun, 24 Feb 2008 00:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-703</guid>
		<description>Alaink: 

For applets and scripts, a fixed location or root path combined with &lt;base&gt; always works best (as in: most reliable, *if* you keep all your applets/scripts in a predefined location).

As far as anything else goes - it appears there&#039;s a web-wide discussion/confusion on what the best method is. Saila (http://saila.com/webdesign/tips/linking/) makes a good argument: 

&quot;If the site has a basic hierarchical structure, relative links are the best choice. Complex sites, or those with dynamically generated pages (like this one), are usually best served by absolute links.&quot;</description>
		<content:encoded><![CDATA[<p>Alaink: </p>
<p>For applets and scripts, a fixed location or root path combined with &lt;base&gt; always works best (as in: most reliable, *if* you keep all your applets/scripts in a predefined location).</p>
<p>As far as anything else goes &#8211; it appears there&#039;s a web-wide discussion/confusion on what the best method is. Saila (<a href="http://saila.com/webdesign/tips/linking/" rel="nofollow">http://saila.com/webdesign/tips/linking/</a>) makes a good argument: </p>
<p>&#034;If the site has a basic hierarchical structure, relative links are the best choice. Complex sites, or those with dynamically generated pages (like this one), are usually best served by absolute links.&#034;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

