<rss version="2.0">
		<channel>
			<title>SkillShare Forum - CSS Beauty - Selective Hovers &amp;amp; Opacity Blues</title>
			<lastBuildDate>Sat, 18 May 2013 15:41:10 -0400</lastBuildDate>
			<link>http://cssbeauty.com/skillshare/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.9</generator>
			<item>
		<title>Selective Hovers &amp; Opacity Blues</title>
		<link>http://cssbeauty.com/skillshare/discussion/3285/?Focus=16673#Comment_16673</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/3285/?Focus=16673#Comment_16673</guid>
		<pubDate>Tue, 02 Mar 2010 12:22:15 -0500</pubDate>
		<author>dangar</author>
		<description>
			<![CDATA[hello friends, long time reader, first time poster.<br />i'm slowly picking up this whole javascript thing, and i'm looking for some help.<br /><br />i've got this portfolio website i'm building, and i'm having a hard time making javascript do what i want it to do.<br /><br />essentially, i'm building these projects in the jquery UI accordian with the project info popping out underneath on click.<br />what i'm trying to figure out is how to do project specific fading:<br /><br />ie:<br />on page load, all project thumbs have 0.3 opacity except the most recent (auto open) project thumb.<br />THEN<br />when the user clicks on another project, the other open project collapses AND the selected project thumb stays 1.0 opacity (that the hover function initiates)<br />AND<br />The other project thumb (of the previously "open" project fades back down to its initial .3 opacity.<br /><br />thus making it nicer to see the currently selected project.<br /><br /><br />the site is at <a href="http://www.danielevangarza.com/recent" target="_blank" rel="nofollow">http://www.danielevangarza.com/recent</a><br /><br /><br /><br />this is my (pretty simple) opacity changing script:<br /><br />	$(document).ready(function(){<br />	$("h3").fadeTo("slow", 0.3); // This sets the opacity of the thumbs to fade down to 30% when the page loads<br />	$("h3").hover(function(){<br />	$(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover<br />	},function(){<br />	$(this).fadeTo("slow", 0.3); // This should set the opacity back to 30% on mouseout<br />	});<br />	});<br /><br />and help would be most appreciated!<br />thank you all!<br />daniel.]]>
		</description>
	</item>
	
		</channel>
	</rss>