is there a way to make is automatically scroll when you load a page?
http://www.dynamicdrive.com/dynamici...ongallery2.htm
is there a way to make is automatically scroll when you load a page?
http://www.dynamicdrive.com/dynamici...ongallery2.htm
Code:function fillup(){ if (iedom){ crossmain=document.getElementById? document.getElementById("motioncontainer") : document.all.motioncontainer menu_height=parseInt(crossmain.style.height) mainobjoffset=getposOffset(crossmain, "top") cross_scroll=document.getElementById? document.getElementById("motiongallery") : document.all.motiongallery actualheight=cross_scroll.offsetHeight crossmain.onmousemove=function(e){ motionengine(e) } crossmain.onmouseout=function(e){ stopmotion(e) showhidediv("hidden") } } if (window.opera){ cross_scroll.style.top=menu_height-actualheight+'px' setTimeout('cross_scroll.style.top=0', 10) } loadedyes=1 if (endofgallerymsg!=""){ creatediv() positiondiv() } moveup(); }
Vic
God Loves You and will never love you less.
http://www.vicsjavascripts.org/Home.htm
If my post has been useful please donate to http://www.operationsmile.org.uk/
thanks for reply
but
where to I put that exactly?
add the red line to the existing code
Vic
God Loves You and will never love you less.
http://www.vicsjavascripts.org/Home.htm
If my post has been useful please donate to http://www.operationsmile.org.uk/
Bookmarks