Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Web Design, Coding & Programming Forum

GoogleCommunity Sponsor

Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2005, 12:58 AM   #1 (permalink)
Junior Googler
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post
frumau
automatic scrolling text

Has anybody any idea how to create an easy automatically scrolling text on a website? One that will work in Firefox, Netscape and Internet Explorer?

Cheers,

Jasper
wwww.gateway2thailand.com
frumau is offline   Reply With Quote
 
Sponsored Links
Old 07-06-2005, 03:18 PM   #2 (permalink)
Googler
 
Join Date: Jul 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
super3boy
do a google search for "automatically scrolling text" "html"
super3boy is offline   Reply With Quote
Old 07-06-2005, 03:23 PM   #3 (permalink)
Google Guru
 
Join Date: Jun 2004
Posts: 2,133
Thanks: 0
Thanked 4 Times in 3 Posts
Randy
super3boy: NOT appropriate.

frumau: Are you wanting a horizontally scrolling marquee?
Randy is offline   Reply With Quote
Old 07-07-2005, 12:19 AM   #4 (permalink)
Junior Googler
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post
frumau
Quote:
Originally Posted by Randy Johnston
super3boy: NOT appropriate.

frumau: Are you wanting a horizontally scrolling marquee?
No, an automatic scrolling text, one going from the top to the bottom(so horizontally yes..). I will put the latest items in it with clickable links. I would like to place it inside a table cell and make it work in explorer, netscape and firefox.

Thanx for the help!
frumau is offline   Reply With Quote
Old 07-07-2005, 07:48 PM   #5 (permalink)
Google Freak
 
Justin's Avatar
 
Join Date: Nov 2004
Location: Dickson, TN
Posts: 354
Thanks: 0
Thanked 0 Times in 0 Posts
Justin
Send a message via AIM to Justin Send a message via MSN to Justin Send a message via Yahoo to Justin
Top to bottom would actually be vertical.

http://www.google.com/search?hl=en&q...ling+text+html >> http://www.hypergurl.com/marquee.html

Quote:
<div
align="center"> <marquee bgcolor="#000080" scrollamount="2"
direction="up" loop="true" width="35%"> <center>
<font color="#ffffff" size="+1"> THIS
IS A COOL WAY
TO MAKE YOUR TEXT
SCROLL UPWARDS


IT IS EASY AND FAST LOADING
</font> </center> </marquee></div>
That should work.
Justin is offline   Reply With Quote
Old 07-08-2005, 12:07 AM   #6 (permalink)
Junior Googler
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post
frumau
Thanks. That works excellent! By the way..is there a way to add some code that makes the scrolling stops when your mouse goes over the marquee area? A sort of mouse over effect?

Regards,

Jasper
frumau is offline   Reply With Quote
Old 07-09-2005, 02:51 AM   #7 (permalink)
Junior Googler
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post
frumau
I found all the necessary information. This is what a decided to use in the end:

<marquee bgcolor="#FFFFFF" scrolldelay="300"(together with scroll amount this function handles the scrolling speed) onMouseover="this.scrollAmount=1"(when the mouses passes over the text) onMouseout="this.scrollAmount=2"(when the mouse leaves the text area
direction="up" loop="true"(continuous news feed) width="120">

There is only one thing bothering me. In Firefox the text is first displayed as ordinary text before the browser realizes there is a marquee and displays it scrolling...
Any suggestions?
frumau is offline   Reply With Quote
Old 07-29-2005, 07:27 PM   #8 (permalink)
Google Freak
 
neno.tu's Avatar
 
Join Date: Oct 2004
Location: Caracas - Venezuela
Posts: 365
Thanks: 0
Thanked 0 Times in 0 Posts
neno.tu
Send a message via AIM to neno.tu Send a message via MSN to neno.tu Send a message via Yahoo to neno.tu
It's very easy to do with javascript...

Try creating a loop...

Like this...

function scrolling(){
window.scroll+=speed;
}

settimeOut("scrolling"),100);

An speed will be the lines to scroll...

so declare: var speed;
at the top of the script...

and that will do... If you want to change the scrolling speed you can add "speed=(your speed)" to any event... and set speed=0 to stop scrolling...

I did an autoscrolling text to show the top 10 posts on a forum at the home page and stuff like that...

Hope I have help... You can email me for a complete source code... :P
neno.tu is offline   Reply With Quote
Old 08-13-2005, 04:46 PM   #9 (permalink)
Junior Googler
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post
frumau
Muchas gracias por the answers. I have fixed the problems by now. (-:
frumau is offline   Reply With Quote
Old 08-13-2005, 05:33 PM   #10 (permalink)
Microsoft Student Partner
Google Guru
 
darrenstraight's Avatar
 
Join Date: Jul 2004
Location: England
Posts: 5,787
Thanks: 0
Thanked 2 Times in 2 Posts
darrenstraight has disabled reputation
Quote:
Originally Posted by frumau
Muchas gracias por the answers. I have fixed the problems by now. (-:
vale, good to hear youve managed to fix it, thanks for letting us know.
__________________
Visit my Tech Blog!
darrenstraight is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic directory submission that really works! LazySEO Offers and Requests 15 04-28-2009 02:14 AM
Automatic Submission to 300+ SEO-Friendly Directories LazySEO Offers and Requests 0 11-02-2006 01:55 PM
FREE Automatic Installation of DotNetNuke disp Web Hosting Forum 0 10-11-2006 12:35 PM
Bold text: [b]text[/b] Aflak Social Networking 1 10-01-2005 05:33 AM
automatic forwarding to another Gmail-adress ridgeback Gmail Forum 11 04-27-2005 10:00 AM


All times are GMT -8. The time now is 05:35 AM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community