Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


Scroller



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> JavaScript Forum
View previous topic :: View next topic  
Author Message
Tomi
500+ Club


Joined: 26 Jun 2006
Posts: 733

PostPosted: Sat Jul 01, 2006 12:40 am    Post subject: Scroller Reply with quote

can some one write me a simple script for a scroller, some thing that will scroll my affilaites down automaticaly and when the mouse hovers over the scroller it stops scrolling ?

ty
Back to top
View user's profile Send private message Visit poster's website
Ash
1000+ Club


Joined: 03 Aug 2005
Posts: 1016
Location: England

PostPosted: Sat Jul 01, 2006 10:00 am    Post subject: Re: Scroller Reply with quote

You can do that in HTML
Code:
<marquee direction="down">Content<br>content</marquee>

Make sure that after every affiliate you put either a <br> or a <br />
Back to top
View user's profile Send private message Send e-mail MSN Messenger
grommit



Joined: 29 Jun 2006
Posts: 28
Location: Netherlands

PostPosted: Sat Jul 01, 2006 11:41 am    Post subject: Re: Scroller Reply with quote

Jep <marque> is an option:
I found this piece of code on some forum and fixed it a bit:

Code:

<marquee scrollamount="4" loop="true" onmouseover='this.stop()' onmouseout='this.start()' scrolldelay= "15">

<a href="ADDRESS OF SITE HERE"target="_blank"><img src="IMAGE URL HERE" border="0" alt="image discription"></a>

</marquee>


It wil work if:
you use the latest versions of IE, Netscape and Firefox (some older versions of NS and FF doesn't support marquee)
If you site isn't XHTML 1.1 strict (Just tested it and it just wont display)

So i would search google for an text/image scroller in java or flash to make sure your site is accessible for everybody
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> JavaScript Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap