Jump to content

make duration slide


gongpex

Recommended Posts

Hello everyone,I got a problem when I tried to create javascript image slide, a few days ago I found some website, and here's that website :www.pfdecoration.comI don't know how to make like this, but if using javascript can I made it?and I got from w3school code tag to change image :

<html><head><script type="text/javascript">function mouseOver(){document.getElementById("b1").src ="b_pink.gif";}function mouseOut(){document.getElementById("b1").src ="b_blue.gif";}</script></head><body><a href="http://www.w3schools.com" target="_blank"><img border="0" alt="Visit W3Schools!" src="b_blue.gif" id="b1" width="26" height="26" onmouseover="mouseOver()" onmouseout="mouseOut()" /></a></body></html>

but it change the image directly not have duration time,I want to know how to create image/photo slide, that have duration.please someone help meThank you very much

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...