<?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; Topic: change another div&#039;s property on hover</title>
		<link>http://en.forums.wordpress.com/topic/change-another-divs-property-on-hover</link>
		<description>WordPress.com Forums &#187; Topic: change another div&#039;s property on hover</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 21:19:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/change-another-divs-property-on-hover" rel="self" type="application/rss+xml" />

		<item>
			<title>somersetdigital on "change another div&#039;s property on hover"</title>
			<link>http://en.forums.wordpress.com/topic/change-another-divs-property-on-hover#post-883240</link>
			<pubDate>Thu, 10 May 2012 11:18:22 +0000</pubDate>
			<dc:creator>somersetdigital</dc:creator>
			<guid isPermaLink="false">883240@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'm very new to programming - I usually edit with JavaScript. I bought my latest domain before realising that WP.com doesn't support it!</p>
<p>I am attempting to affect a div's properties i.e. bg colour when i hover on a <a href> contained within a &#60;span class&#62;</p>
<p>I cannot get my head around it, I am thinking that PHP is my best solution, although my PHP knowledge is next to zero.</p>
<p>Any help would be appreciated.<br />
Code below:</p>
<p>&#60;div id="rightcolumn"&#62;<br />
&#60;span class="contact"&#62;<br />
</a><a href="/about"><br />
&#60;img src="http://somersetdigitaldotcom.files.wordpress.com/2012/05/contactbutton-e1336481641733.png" alt="Contact" /&#62;<br />
</a><br />
some text<br />
&#60;/span&#62;<br />
&#60;/div&#62;</p>
<p>.contact {<br />
	color:transparent;<br />
	-webkit-transition:all .5s ease;<br />
	-moz-transition:all .5s ease;<br />
	-o-transition:all .5s ease;<br />
}</p>
<p>.contact:hover {<br />
	color:black;<br />
}</p>
<p>#rightcolumn {<br />
	float:right;<br />
	margin:0 2em 2em;<br />
	width:20em;<br />
	height:50em;<br />
	text-align:center;<br />
	background:url('http://somersetdigitaldotcom.files.wordpress.com/2012/05/contactbg.png') bottom no-repeat;<br />
}
</p>
]]></description>
					</item>

	</channel>
</rss>
