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

Posts: 2
Trades: 0
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
Super Moderator

Posts: 1,400
Name: Paul Davis
Location: San Francisco
Trades: 1
awesome
__________________
Paul Davis

earn $100 write for willCode4Beer.com
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 04-07-2008, 06:21 PM Re: scrolling images
nyef's Avatar
Ultra Talker

Posts: 267
Name: Lucas
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.09514 seconds with 13 queries