| | does anybody know where i can find a image scroller script? scrolling up and down? |
|
|
|
QUOTE(Mario @ Sep 17 2004, 08:58 PM) does anybody know where i can find a image scroller script? scrolling up and down? it's a great idea and i'd like to know how to work like other javascript .you must know the spring menu javascript . CODE <script language="JavaScript"> <!---- var x = 5 var y = 5 var change = 10 var img, img_top,img_left function move(){ if(document.layers) { img = eval("document.image") img.top = img.top + x img.left = img.left + y if(img_top >= window.innerHeight) x = -x if(img_left >= window.innerWidth) y= -y if(img_top <= 0) x = 5 if(img_left <= 0) y = 5 } else { img = eval("image.style") img.posTop = img.posTop + x img.posLeft = img.posLeft + y img_top = img.posTop img_left = img.posLeft if(img_top >= document.body.clientHeight) x = -x if(img_left >= document.body.clientWidth) y= -y if(img_top <= 0) x = 5 if(img_left <= 0) y = 5 } SetTimeout("move()", change) } //----> </SCRIPT> method: 1.put the code between <body> and </body> 2.change these to yours var x = 5 //horizontal distance var y = 5 //vertical distance var change = 10 //time to change,more big more slower 3.use these codes to refers to your javescript between <body> and </body> <DIV id="image" style="position: absolute;"> <img src="move.gif" alt="moving gif"> </DIV> 4.rewrite your <body> like this: <BODY onload="setTimeout('move()', 10)"> then,enjoy!
Please make sure you include where you got the script from if you are going to post [presumedly] copied source code.
never heard of such a thing. u can change the color of the scroll bar but im not sure you can make it into an image. u have made windows that have something like that but note sure thats what u want. ill try to find the link and post it if the other code someoneelse put doesn't work for you
go to http://www.hotscripts.com/ and see if you can find it.I think it´s the BEST website of this kind
Recent Queries:-
Keywords : image, scroller
How to include text and image in some scrollable container? (1) Hello everyone, I am just writing some kind of text editor as practice for some school project and I Image change on mouseover (1) I cant figure out how to solve this problem.... I want to make link to be like this: When the page (0) Does anybody know of a website news scroller that can be used multiple times on the same page. Images Expanding on a mousover (6) I was looking through wired today, and i noticed : I need help setting an image as the background. (3) Ok, now for scripts like this i am not to well of working with..and i am in need of a bit of help, i I need help modifying the speed. (2) Here's the page of the code, I want to know how to make the scroller scroll faster. Thanks! (1) I have an assignment that is due tomorrow that I am struggling with. I want to be able to click the (1) Hi All, I am inplementing a preview function on a image file browser. The application displays a (2) Does anyone know how to make you r own image clock (like a skin) for your website. The time displays Does anyone know were I can get this code? (2) Hi I would like to know if anyone knows a javascript that makes an thumbnail 'slideshow' (0) Hi, My upload and resizing scripts are working perfectly. Problem is clients are uploading large (3) when some images get clicked, a text should added to an input(textfield). Does someone know how this Rollover background-image button IE (0) I find This Code On Search I Think for webmasters is good To Find Easy this Kind of code so i Type Looking for image, scroller
|
![]() Image Scroller? |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute your information that might help someone here. Ask your Doubts & Queries to get answers.. "Together, We enlight each other!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|