is there a way to mouse over the previous image and keep the previous image there but use png file that only has a play button in it.
I echo my images out like this so I cant use java in the start of the page as I dont have the image name untill the mysql has pulled the names out
here is the echo code:
<a href="http://www.google.com/">
<img src="this.src='http://www.website.com/website/imgshow/1.jpg" border="0"
onmouseover="this.src='http://www.website.com/website/imgshow/1.png';"
onmouseout="this.src='http://www.website.com/website/imgshow/1.jpg';"
/></a>
I have several java code that does this and html but this has me flustered for two days already, there are websites that have this like youtube that has the play button on the image, only diff is I want to do it on mouse over