Killersites.com Homepage Welcome Guest   |   Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | User List  | Help


Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 7
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 14188 times and has 6 replies Next Thread
Male mikenap
Stranger



USA
Joined: Aug 22, 2004
Post Count: 10
Status: Offline
Reply to this Post  Reply with Quote 
Scrolling text box

I'm trying to make a scrolling text box similar to the one found here in the top right corner:

http://nyscc.newyorkjets.com/index.php

tried looking at the source code, but still couldn't figure it out

any help is appreciated

thanks!
mike

[Jun 15, 2005 7:41:36 PM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest    mikenap [Link] Report threatening or abusive post: please login first  Go to top 
Male Broc
Advanced Member
Member's Avatar

U.S.A.
Joined: Mar 28, 2005
Post Count: 962
Status: Offline
Reply to this Post  Reply with Quote 
Re: Scrolling text box

Looks like javascript. I would go to google and search for "javascript scrolling text".
----------------------------------------
Broc
High Tide Web Services
High Tide Templates
[Jun 15, 2005 7:49:22 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male LSW
Advanced Member
Member's Avatar

USA
Joined: Nov 27, 2003
Post Count: 6285
Status: Offline
Reply to this Post  Reply with Quote 
Re: Scrolling text box

Well that is a wothless gadget (the Flash).

Yes, what you mean is JavaScript. You can likely find it at a free script site, or just use it here as it is in the HTML.

I would not suggest it though as it is likley meant for important info. Thi is not as bad as some as it is moved by you, so the scrolling does not bother people.

But turn off your JavaScript and view the site. See? No text at all. Whatever they are trying to tell you they cannot.

This will be the case for:

  • Anyone using text browsers
  • Anyone using screenreaders based on text rowsers
  • Many using Handheld devices
  • Many Cell Phone users
  • Anyone in the estimeate 10% group that turnes off their JavaScript for whatever reason
  • Anyone working for millions of workers in companies who turn off JS on all company PC's for security reasons


It is a risk if the info you offer there is important.
[Jun 16, 2005 4:29:46 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Female Thelma
Advanced Member
Member's Avatar

Texas, USA
Joined: Dec 8, 2003
Post Count: 3021
Status: Offline
Reply to this Post  Reply with Quote 
Re: Scrolling text box

Would this help?
CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES
----------------------------------------
...
[Jun 16, 2005 6:08:49 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male LSW
Advanced Member
Member's Avatar

USA
Joined: Nov 27, 2003
Post Count: 6285
Status: Offline
Reply to this Post  Reply with Quote 
Re: Scrolling text box

That would be preferable over JavaScript from an accessiblity view, but not as wide supported, only 6th generation browsers I think.
[Jun 16, 2005 6:18:07 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male mikenap
Stranger



USA
Joined: Aug 22, 2004
Post Count: 10
Status: Offline
Reply to this Post  Reply with Quote 
Re: Scrolling text box

Looks like javascript. I would go to google and search for "javascript scrolling text".



I've tried that, but all I ever find are scripts for text that actually moves along the bottom of the window or moves by itself within the box. :(
[Jun 16, 2005 8:14:59 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest    mikenap [Link] Report threatening or abusive post: please login first  Go to top 
Female Thelma
Advanced Member
Member's Avatar

Texas, USA
Joined: Dec 8, 2003
Post Count: 3021
Status: Offline
Reply to this Post  Reply with Quote 
Re: Scrolling text box

If you look at the code of the website you gave us for an example for what you want to do, you find this:
<div id="p7scroller1" style="position:absolute; width:233px; height:235px; z-index:100; left: 456px; top: 25px; overflow: hidden; clip: rect(0px 250px 210px 0px); visibility: visible; border: 1px none #000000">

You still need to look up how p7scoller1 is defined, that may be relevant to this, I didn't check.
----------------------------------------
...
[Jun 17, 2005 6:51:31 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread