<?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: CSS Trick: Disappearing Textbox</title>
	<atom:link href="http://www.davepcguy.com/archive/css-trick-disappearing-textbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davepcguy.com/archive/css-trick-disappearing-textbox/</link>
	<description>Computers and Technology</description>
	<lastBuildDate>Sun, 27 Feb 2011 02:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Alexander</title>
		<link>http://www.davepcguy.com/archive/css-trick-disappearing-textbox/comment-page-1/#comment-195</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sun, 29 Nov 2009 15:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=777#comment-195</guid>
		<description>It&#039;s not a tweak. And if you want to use is on a mapped image, you&#039;ll have to create either an anchor, or a span around the &quot;area&quot; tag.
[html]&lt;map&gt;&lt;a name=&quot;area&quot; id=&quot;area rel=&quot;nofollow&quot;&gt;&lt;area&gt;&lt;span&gt;text&lt;/span&gt;&lt;/area&gt;&lt;/a&gt;&lt;/map&gt;[/html]
&lt;code&gt;a#area &gt; span {
display: none;
position: absolute;
width: 300px;
}

a#area:hover &gt; span {
display: block;
}
&lt;/code&gt;
this SHOULD work. To move the box around, use the margin property.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a tweak. And if you want to use is on a mapped image, you&#8217;ll have to create either an anchor, or a span around the &#8220;area&#8221; tag.</p>
<pre class="brush: xml; title: ;">&lt;map&gt;&lt;a name=&quot;area&quot; id=&quot;area rel=&quot;nofollow&quot;&gt;&lt;area&gt;&lt;span&gt;text&lt;/span&gt;&lt;/area&gt;&lt;/a&gt;&lt;/map&gt;</pre>
<p><code>a#area &gt; span {<br />
display: none;<br />
position: absolute;<br />
width: 300px;<br />
}</p>
<p>a#area:hover &gt; span {<br />
display: block;<br />
}<br />
</code><br />
this SHOULD work. To move the box around, use the margin property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lianne</title>
		<link>http://www.davepcguy.com/archive/css-trick-disappearing-textbox/comment-page-1/#comment-194</link>
		<dc:creator>Lianne</dc:creator>
		<pubDate>Sun, 29 Nov 2009 10:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=777#comment-194</guid>
		<description>how do i use this on an image mapped image? is that applicable to this tweak??</description>
		<content:encoded><![CDATA[<p>how do i use this on an image mapped image? is that applicable to this tweak??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention CSS Trick: Disappearing Textbox &#124; Dave PC Guy -- Topsy.com</title>
		<link>http://www.davepcguy.com/archive/css-trick-disappearing-textbox/comment-page-1/#comment-123</link>
		<dc:creator>Tweets that mention CSS Trick: Disappearing Textbox &#124; Dave PC Guy -- Topsy.com</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=777#comment-123</guid>
		<description>[...] This post was mentioned on Twitter by fabivs, Palle Zingmark. Palle Zingmark said: CSS Trick: Disappearing Textbox - http://bit.ly/ojCaC #tutorials #css [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by fabivs, Palle Zingmark. Palle Zingmark said: CSS Trick: Disappearing Textbox &#8211; <a href="http://bit.ly/ojCaC" rel="nofollow">http://bit.ly/ojCaC</a> #tutorials #css [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.davepcguy.com/archive/css-trick-disappearing-textbox/comment-page-1/#comment-115</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sat, 31 Oct 2009 05:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=777#comment-115</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Reddit by wajanusdesigns: A simple CSS replacement for a commonly used Javascript to make text disappear and reappear when you hover over a word in a sentence. All CSS and HTML, no Javascript used...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Reddit by wajanusdesigns: A simple CSS replacement for a commonly used Javascript to make text disappear and reappear when you hover over a word in a sentence. All CSS and HTML, no Javascript used&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

