<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: hover images - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/hover-images</link>
		<description>WordPress.com Forums &#187; Tag: hover images - Recent Posts</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 06:17:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/hover-images" rel="self" type="application/rss+xml" />

		<item>
			<title>houstonweaver on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1095790</link>
			<pubDate>Sat, 15 Dec 2012 14:42:58 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1095790@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think there are many approaches to this.  See this post ...<br />
<a href="http://en.forums.wordpress.com/topic/change-image-on-mouse-rollover?replies=6">http://en.forums.wordpress.com/topic/change-image-on-mouse-rollover?replies=6</a>
</p>
]]></description>
					</item>
		<item>
			<title>javertcalvo on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1095788</link>
			<pubDate>Sat, 15 Dec 2012 14:33:44 +0000</pubDate>
			<dc:creator>javertcalvo</dc:creator>
			<guid isPermaLink="false">1095788@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, i'll see if it works
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1094902</link>
			<pubDate>Fri, 14 Dec 2012 12:36:16 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1094902@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ok this is what worked for me, substituting your blog address and image name...</p>
<p>When working on your page where you have the image rollover action, you must switch to your text tab.  This is the html he provided and it worked for me.  (in spite of using h1 which I thought was reserved for themes...)</p>
<pre><code>&lt;h1&gt;
  &lt;a href=&quot;/&quot;&gt;
   &lt;img src=&quot;http:// escritouncine.files.wordpress.com/2012/12/FIRSTIMAGENAME&quot; width=&quot;300&quot; height=&quot;168&quot; alt=&quot;Critical Alt Text&quot; /&gt;
  &lt;/a&gt;
 &lt;/h1&gt;</code></pre>
<p>Then this in your css:</p>
<pre><code>h1 a {
	display: block;
	width: 300px;
	height: 168px;
}

h1 a:hover, h1 a:focus, h1 a:active {
	background: transparent url(&#039;http:// escritouncine.files.wordpress.com/2012/12/SECONDIMAGENAME&#039;) no-repeat;
}

h1 a:hover img, h1 a:focus img, h1 a:active img {
	background: transparent;
	visibility: hidden;
}</code></pre>
<p>Attribute to: <a href="http://green-beast.com/">Mike Cherim</a></p>
<p>One caveat: I don;t consider this pure because ideally I would want to just designate the images by class or some way like that, but in his example he puts his actual image name in his css.  So it would be most useful somewhere more permanent rather than a technique to be used randomly in a post:
</p>
]]></description>
					</item>
		<item>
			<title>scrito1cine on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1094895</link>
			<pubDate>Fri, 14 Dec 2012 12:17:28 +0000</pubDate>
			<dc:creator>scrito1cine</dc:creator>
			<guid isPermaLink="false">1094895@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nice, I'll be waiting for your experience. You're such a good community member houstonweaver
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1094894</link>
			<pubDate>Fri, 14 Dec 2012 12:16:58 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1094894@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>And sorry that link was his attribution link.  This is where he demos it and posts html and CSS code.  <a href="http://green-beast.com/experiments/css_image_replacement.php#" rel="nofollow">http://green-beast.com/experiments/css_image_replacement.php#</a>
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1094887</link>
			<pubDate>Fri, 14 Dec 2012 12:14:43 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1094887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think there  are many ways to accomplish this. I made a note of what worked for me but its on my computer and I'm on my ipad right now.  Have to switch computers in a little bit and will be away from any for a few hours this morning. </p>
<p>When I tested it, I just had one tricky part.     Meanwhile make 2 images exactly the size you need.
</p>
]]></description>
					</item>
		<item>
			<title>scrito1cine on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1094820</link>
			<pubDate>Fri, 14 Dec 2012 09:36:30 +0000</pubDate>
			<dc:creator>scrito1cine</dc:creator>
			<guid isPermaLink="false">1094820@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You tried and worked? But how? I can't see anything in the source. May i ask the creator?
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1094634</link>
			<pubDate>Fri, 14 Dec 2012 00:40:35 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1094634@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I found a source for a method that works over at <a href="http://green-beast.com/" rel="nofollow">http://green-beast.com/</a>.  Look at it and see what you can do with it.</p>
<p>I tried it on a wordpress.com test site and the hover worked.
</p>
]]></description>
					</item>
		<item>
			<title>scrito1cine on "Ways to Image Change on Hover"</title>
			<link>http://en.forums.wordpress.com/topic/ways-to-image-change-on-hover#post-1094453</link>
			<pubDate>Thu, 13 Dec 2012 21:12:55 +0000</pubDate>
			<dc:creator>scrito1cine</dc:creator>
			<guid isPermaLink="false">1094453@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've searched for hours inside the forum and for the internet as well. Seems the only way to change images on Hover is to use javascript, wich is banned on WordPress. I think that should be a way to do this, maybe some wordpress programmers should do something.</p>
<p>Anyway, anybody tried to do this and succed? Post your experience here
</p>
]]></description>
					</item>

	</channel>
</rss>
