MyBB Community Forums

Full Version: Add Conveyor belt Slideshow in index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Slideshow:
http://www.dynamicdrive.com/dynamicindex...tslide.htm

updated code is here:
http://www.dynamicdrive.com/forums/showt...hp?t=63032

i tried by puttng the code in header, but not working, may be i put in wrong area

anyway i solved myself Smile

solution is simple:

1)
Install "Message bar mods from yaldaram.com"

2)
Add Marquee tag, hspace=25, images, pause of image during mouseover(add small javacode)

Final tested code: (add it in message bar mod box)
<marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);"><a href="http://google.com"><img src="http://www.dynamicdrive.com/dynamicindex4/dynamicbook1.gif" hspace=25></a> <a href="http://yahoo.com"><img src="http://www.dynamicdrive.com/dynamicindex4/dynamicbook2.gif" hspace=25></a><a href="http://yahoo.com"><img src="http://www.dynamicdrive.com/dynamicindex4/dynamicbook3.gif" hspace=25> <a href="http://yahoo.com"><img src="http://www.dynamicdrive.com/dynamicindex4/dynamicbook4.gif" hspace=25></a></marquee>

Thats all Smile