gongpex Posted August 24, 2011 Share Posted August 24, 2011 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 More sharing options...
justsomeguy Posted August 24, 2011 Share Posted August 24, 2011 It looks like that site is using jQuery to do the animation. There are other libraries that have animation components also, like Mootools. Link to comment Share on other sites More sharing options...
gongpex Posted August 25, 2011 Author Share Posted August 25, 2011 It looks like that site is using jQuery to do the animation. There are other libraries that have animation components also, like Mootools.Mootools what is that?please answer methank you Link to comment Share on other sites More sharing options...
justsomeguy Posted August 25, 2011 Share Posted August 25, 2011 It's a Javascript library, like jQuery. There is a lot of information online about both of them. Link to comment Share on other sites More sharing options...
thescientist Posted August 25, 2011 Share Posted August 25, 2011 Mootools what is that?please answer methank you http://www.google.com/#hl=en&cp=5&...440&bih=779 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now