Animation Links

Users questions: How to do animation in the system of each picture in the link? The animation is to display a picture every second, instead of rolling, and then when the show to each picture when you can click on the appropriate link into the site, if there are ways, please describe in detail point thank you, but I put the picture how go get out? Can not Can replace some with pictures with other colors I marked out?
Experts answer: This effect with no need to use flash, javascript on the line. Code is as follows: style body {margin: 0px; padding: 0px; font-s ptdefer function $ (obj) {returndocument.getElementById (obj);} varimg_obj = $ ("imgChg"); varimg_arr = newArra y ({'alt': 'Baidu', 'src': 'img1.jpg', 'url': 'http: ** www.baidu.com *'},{' alt': 'Sina', 'src ':' img2.jpg ',' url ':' ht tp: ** www.sina.com.cn *'},{' alt ':' Sohu ',' src ':' img3.jpg ',' url ':' http: ** www.www.sohu.com *'},{' alt ':' local directory ' , 'Src': 'img4.jpg', 'url': 'http: ** localhost *'},{' alt': 'Guge', 'src': 'img5.jpg', 'url': 'http : ** www.google.c "'+ Img_arr [0]. Alt +'" * * a '; varimg_index = 0; ** the current picture varimg_max = img_arr.length-1; varimg_chg_speed = 3000; * erHTML = 'atarget = "_blank" href = "' + img_arr [img_index]. url + '" imgsrc = "' + img_arr [img_index]. src + '" alt = " '+ Img_arr [img_index]. Alt +' "* * a ';}, img_chg_speed); * script effect of the Annex (as I did not upload a picture, so the visit is to see to open the attachment figure, but I set to pictures alt, you can see one every three seconds to change): Note Image name img1.jpg, img2.jpg, img3.jpg, img4.jpg, img5.jpg,, and and web pages on the same directory, if You do not want to, you can modify the program . . divid = "imgChg" * div on which this picture appeared in which. Accessories: chgImg.htm
  • This information provided by the users.Thanks!