|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 7
|
|
| Author |
|
|
Stranger USA Joined: Aug 22, 2004 Post Count: 10 Status: Offline |
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 |
||
|
|
Advanced Member U.S.A. Joined: Mar 28, 2005 Post Count: 962 Status: Offline |
Looks like javascript. I would go to google and search for "javascript scrolling text". ---------------------------------------- Broc High Tide Web Services High Tide Templates |
||
|
|
Advanced Member USA Joined: Nov 27, 2003 Post Count: 6285 Status: Offline |
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:
It is a risk if the info you offer there is important. |
||
|
|
Advanced Member Texas, USA Joined: Dec 8, 2003 Post Count: 3021 Status: Offline |
Would this help? CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES ---------------------------------------- ... |
||
|
|
Advanced Member USA Joined: Nov 27, 2003 Post Count: 6285 Status: Offline |
That would be preferable over JavaScript from an accessiblity view, but not as wide supported, only 6th generation browsers I think. |
||
|
|
Stranger USA Joined: Aug 22, 2004 Post Count: 10 Status: Offline |
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. :( |
||
|
|
Advanced Member Texas, USA Joined: Dec 8, 2003 Post Count: 3021 Status: Offline |
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. ---------------------------------------- ... |
||
|
|
|
|
|
Current timezone is GMT Sep 9, 2010 3:34:35 AM |