<?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>I am Ad Taylor &#187; hover</title>
	<atom:link href="http://www.iamadtaylor.com/tag/hover/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamadtaylor.com</link>
	<description>The portfolio and blog of Ad Taylor</description>
	<lastBuildDate>Thu, 20 May 2010 22:49:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone targeted CSS &#8211; An answer to the :hover issue?</title>
		<link>http://www.iamadtaylor.com/iphone-targeted-css/</link>
		<comments>http://www.iamadtaylor.com/iphone-targeted-css/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:23:40 +0000</pubDate>
		<dc:creator>Ad Taylor</dc:creator>
				<category><![CDATA[shorts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.iamadtaylor.com/?p=70</guid>
		<description><![CDATA[I have been worried for some time about how iPhones and other handheld devices can't use the :hover function. The answer could lie in a few lines of CSS!]]></description>
			<content:encoded><![CDATA[<p>I have been <a href="http://twitter.com/iamadtaylor/status/2022722571" rel="bookmark me">worried</a> for some time about how iPhones and other handheld devices can&#8217;t use the <code>:hover</code> functions I seem to rely on heavily for idicating links and giving extra information.</p>
<p>The answer could be over at <a href="http://squaregirl.com/blog/2009/6/1/iphone-css.html" rel="bookmark">http://squaregirl.com</a> with just a few lines of CSS:</p>
<pre><code>@media only screen and (max-device-width: 480px) {
  body {color:#000;}
}</code></pre>
</p>
<p>As soon as I have a bit of time I am going to rectify this sites crappy handheld usability. </p>
<p><strong>Great work!!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iamadtaylor.com/iphone-targeted-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

