How would you fade slide show the image of the HTML tag Background?

I would like to have the picture used in a table cells background do a slide show fade. Any help much appreciated. Thank you.

2 Responses to “How would you fade slide show the image of the HTML tag Background?”

  1. Benjamin Cuningham says:

    Use JavaScript and CSS. There are a million and a half tutorials online. Google "JavaScript slide show". Good luck!

  2. speaker box says:

    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.

    <img src="photo.jpg" style="opacity:1;
    filter:alpha(opacity=100)"
    onmouseover="this.style.opacity=0.4;
    this.filters.alpha.opacity=40"
    onmouseout="this.style.opacity=1;
    this.filters.alpha.opacity=100"></img>

    happy programing

RSS feed for comments on this post. And trackBack URL.

Leave a Reply

Security Code: