Reply
scrolling images
Old 04-05-2008, 03:33 PM scrolling images
Junior Talker

Posts: 2
I need a javascript to scrol images
pcworks is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-07-2008, 11:52 AM Re: scrolling images
willcode4beer's Avatar
Webmaster Talker

Posts: 593
Name: Paul Davis
Location: San Francisco
awesome
__________________
Paul Davis
willCode4Beer.com (coding for all the right reasons)
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 04-07-2008, 06:21 PM Re: scrolling images
nyef's Avatar
Extreme Talker

Posts: 203
Name: Lucas
Code:
<script type="text/javascript">
var img1=document.getElementById('img1');
function scrollImage(){
  img1.style.left--;
  window.setTimeout('scrollImage()',200);
}
scrollImage();
</script>
nyef is offline
Reply With Quote
View Public Profile Visit nyef's homepage!
 
Reply     « Reply to scrolling images
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10915 seconds with 13 queries