Hi Michael

Thank you, That's the same I have now but better. I was doing that with js
but your css solution is much cleaner.

Doesn't do much for fading the images that aren't selected though.

Bill

-----Original Message-----
From: Michael E. Carluen [mailto:[EMAIL PROTECTED]
Sent: August 20, 2007 3:02 PM
To: CF-Talk
Subject: SPAM-LOW: RE: Fading images with ajax

Bill,
To Andy's and Will's suggestion, here's a css that might help you:

<style>
....transpOn {
        filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6; margin:;}
....transpOff {
        margin: 0px;}
</style>


<a href="your_link"><img class="transpOn"
onmouseover="this.className='transpOff'"
onmouseout="this.className='transpOn'" src="your_image" title="your_title"
border="0"></a>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286641
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to