<?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: How would you fade slide show the image of the HTML tag Background?</title>
	<atom:link href="http://www.infowasiat.com/2009/12/19/how-would-you-fade-slide-show-the-image-of-the-html-tag-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infowasiat.com/2009/12/19/how-would-you-fade-slide-show-the-image-of-the-html-tag-background/</link>
	<description>Welcome to InfoWasiat.Com</description>
	<lastBuildDate>Mon, 06 Sep 2010 23:33:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Benjamin Cuningham</title>
		<link>http://www.infowasiat.com/2009/12/19/how-would-you-fade-slide-show-the-image-of-the-html-tag-background/comment-page-1/#comment-7591</link>
		<dc:creator>Benjamin Cuningham</dc:creator>
		<pubDate>Sat, 19 Dec 2009 16:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.infowasiat.com/2009/12/19/how-would-you-fade-slide-show-the-image-of-the-html-tag-background/#comment-7591</guid>
		<description>Use JavaScript and CSS. There are a million and a half tutorials online. Google &quot;JavaScript slide show&quot;. Good luck!</description>
		<content:encoded><![CDATA[<p>Use JavaScript and CSS. There are a million and a half tutorials online. Google &quot;JavaScript slide show&quot;. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: speaker box</title>
		<link>http://www.infowasiat.com/2009/12/19/how-would-you-fade-slide-show-the-image-of-the-html-tag-background/comment-page-1/#comment-7592</link>
		<dc:creator>speaker box</dc:creator>
		<pubDate>Sat, 19 Dec 2009 16:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.infowasiat.com/2009/12/19/how-would-you-fade-slide-show-the-image-of-the-html-tag-background/#comment-7592</guid>
		<description>that first answer was a lot of help.

this is the css code you will need.

it will change the photo kinda grayish when the mouse moves over it.

&lt;img src=&quot;photo.jpg&quot; style=&quot;opacity:1;
filter:alpha(opacity=100)&quot;
onmouseover=&quot;this.style.opacity=0.4;
this.filters.alpha.opacity=40&quot;
onmouseout=&quot;this.style.opacity=1;
this.filters.alpha.opacity=100&quot;&gt;&lt;/img&gt;

happy programing</description>
		<content:encoded><![CDATA[<p>that first answer was a lot of help.</p>
<p>this is the css code you will need.</p>
<p>it will change the photo kinda grayish when the mouse moves over it.</p>
<p>&lt;img src=&quot;photo.jpg&quot; style=&quot;opacity:1;<br />
filter:alpha(opacity=100)&quot;<br />
onmouseover=&quot;this.style.opacity=0.4;<br />
this.filters.alpha.opacity=40&quot;<br />
onmouseout=&quot;this.style.opacity=1;<br />
this.filters.alpha.opacity=100&quot;&gt;&lt;/img&gt;</p>
<p>happy programing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
