<?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: Link Block Hover Effect</title>
	<atom:link href="http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/</link>
	<description>Blog Themes, Blog Design &#38; Daily Blog Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:16:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: links for 2008-07-26 : A Girl And Her Blog</title>
		<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/#comment-216555</link>
		<dc:creator>links for 2008-07-26 : A Girl And Her Blog</dc:creator>
		<pubDate>Sat, 26 Jul 2008 04:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2051#comment-216555</guid>
		<description>[...] Link Block Hover Effect link, and then styling the rest of the content to not look like a link. [...]</description>
		<content:encoded><![CDATA[<p>[...] Link Block Hover Effect link, and then styling the rest of the content to not look like a link. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Freakley</title>
		<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/#comment-212624</link>
		<dc:creator>Dan Freakley</dc:creator>
		<pubDate>Sun, 20 Jul 2008 16:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2051#comment-212624</guid>
		<description>I too think it&#039;s flawed with the invalid HTML. Though I like the work-around, and wouldn&#039;t encourage you to stop trying things like this. </description>
		<content:encoded><![CDATA[<p>I too think it&#39;s flawed with the invalid HTML. Though I like the work-around, and wouldn&#39;t encourage you to stop trying things like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Schulz</title>
		<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/#comment-211983</link>
		<dc:creator>Dan Schulz</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2051#comment-211983</guid>
		<description>I said invalid, not non-semantic.  There is a difference between the two.  As for the lack of support for :hover on non-anchor elements in IE 6 and earlier, that can be taken care of with &lt;a href=&quot;http://www.xs4all.nl/~peterned/csshover.html&quot; rel=&quot;nofollow&quot;&gt;Peter Nederlof&#039;s csshover.htc file&lt;/a&gt;, the proprietary behavior: style property, and a single line in a .htaccess file (to set the correct MIME type for .hta and .htc files). </description>
		<content:encoded><![CDATA[<p>I said invalid, not non-semantic.  There is a difference between the two.  As for the lack of support for :hover on non-anchor elements in IE 6 and earlier, that can be taken care of with <a href="http://www.xs4all.nl/~peterned/csshover.html" rel="nofollow">Peter Nederlof&#39;s csshover.htc file</a>, the proprietary behavior: style property, and a single line in a .htaccess file (to set the correct MIME type for .hta and .htc files).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Leschinski</title>
		<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/#comment-211979</link>
		<dc:creator>John Leschinski</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2051#comment-211979</guid>
		<description>I don&#039;t care about supporting IE6, with IE8 already on it&#039;s way. IE6 users should expect at this point to be treated to a less polished web if they refuse to upgrade. </description>
		<content:encoded><![CDATA[<p>I don&#39;t care about supporting IE6, with IE8 already on it&#39;s way. IE6 users should expect at this point to be treated to a less polished web if they refuse to upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myo Kyaw Htun</title>
		<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/#comment-211975</link>
		<dc:creator>Myo Kyaw Htun</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2051#comment-211975</guid>
		<description>Give + point to &lt;strong&gt;Dan&lt;/strong&gt; and li:hover doesn&#039;t work in IE6. </description>
		<content:encoded><![CDATA[<p>Give + point to <strong>Dan</strong> and li:hover doesn&#39;t work in IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Leschinski</title>
		<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/#comment-211971</link>
		<dc:creator>John Leschinski</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2051#comment-211971</guid>
		<description>Ya, I did mention it&#039;s not semantic code. However it does work in Safari, IE, and FireFox. The idea that everything has to be 100% valid code is a great idea, but I&#039;m fine with bending the rules to achieve acctual results. </description>
		<content:encoded><![CDATA[<p>Ya, I did mention it&#39;s not semantic code. However it does work in Safari, IE, and FireFox. The idea that everything has to be 100% valid code is a great idea, but I&#39;m fine with bending the rules to achieve acctual results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Schulz</title>
		<link>http://www.bloggingtips.com/2008/07/19/link-block-hover-effect/#comment-211963</link>
		<dc:creator>Dan Schulz</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=2051#comment-211963</guid>
		<description>While it&#039;s a neat &quot;trick&quot; it&#039;s actually invalid HTML since block-level elements (such as paragraphs) cannot be embedded inside inline ones (like links for example).  For those (such as myself) who actually care about well-formed and valid markup, this is going to be a major /FAIL/ not to mention a turn-off. </description>
		<content:encoded><![CDATA[<p>While it&#39;s a neat &quot;trick&quot; it&#39;s actually invalid HTML since block-level elements (such as paragraphs) cannot be embedded inside inline ones (like links for example).  For those (such as myself) who actually care about well-formed and valid markup, this is going to be a major /FAIL/ not to mention a turn-off.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

