<?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"
	>
<channel>
	<title>Comments on: Hover for non-anchor elements in IE6</title>
	<atom:link href="http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/</link>
	<description></description>
	<pubDate>Sun, 06 Jul 2008 23:06:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Shaun</title>
		<link>http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-57</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Mon, 31 Mar 2008 06:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-57</guid>
		<description>I will try this now on a project, it's always IE6 that is a pain in the @$$ ;) 

How does this/your method compare to the other methods of doing :hover on non-links in IE? Is your way better?</description>
		<content:encoded><![CDATA[<p>I will try this now on a project, it&#8217;s always IE6 that is a pain in the @$$ <img src='http://blog.delivi.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>How does this/your method compare to the other methods of doing :hover on non-links in IE? Is your way better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: livingston</title>
		<link>http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-53</link>
		<dc:creator>livingston</dc:creator>
		<pubDate>Mon, 25 Feb 2008 04:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-53</guid>
		<description>Hi Anton, the "$().ready(function()" loads as soon as the DOM is registered by the browser which allows for showing the stuff immediately when the user first sees the page elements.</description>
		<content:encoded><![CDATA[<p>Hi Anton, the &#8220;$().ready(function()&#8221; loads as soon as the DOM is registered by the browser which allows for showing the stuff immediately when the user first sees the page elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Kudris</title>
		<link>http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-51</link>
		<dc:creator>Anton Kudris</dc:creator>
		<pubDate>Fri, 22 Feb 2008 20:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-51</guid>
		<description>oopps... tags have been stripped... 
in original it was "to put initialization into [header] tag" and "... right after [/body]"</description>
		<content:encoded><![CDATA[<p>oopps&#8230; tags have been stripped&#8230;<br />
in original it was &#8220;to put initialization into [header] tag&#8221; and &#8220;&#8230; right after [/body]&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Kudris</title>
		<link>http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-50</link>
		<dc:creator>Anton Kudris</dc:creator>
		<pubDate>Fri, 22 Feb 2008 20:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/#comment-50</guid>
		<description>Hey Livi, that's not a really good idea to put initialization into 
If you read carefully what smart people thing about markup and code optimization - you'll notice that it's advisable to put all script AT THE end of html... right before 
that will greatly speed up page loading for user

btw... I'm not really familiar with jQuery (most of my job done with Prototype or mootools).. so is  $().ready(function()  intended to be run _after_ page has been fully loaded and DOM parsed... or not? :)</description>
		<content:encoded><![CDATA[<p>Hey Livi, that&#8217;s not a really good idea to put initialization into<br />
If you read carefully what smart people thing about markup and code optimization - you&#8217;ll notice that it&#8217;s advisable to put all script AT THE end of html&#8230; right before<br />
that will greatly speed up page loading for user</p>
<p>btw&#8230; I&#8217;m not really familiar with jQuery (most of my job done with Prototype or mootools).. so is  $().ready(function()  intended to be run _after_ page has been fully loaded and DOM parsed&#8230; or not? <img src='http://blog.delivi.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
