Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 16th, 2004, 08:30 AM
Radiantpaper Radiantpaper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: UK
Posts: 11 Radiantpaper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Scrolling Text

Hi all,

I would like to add scrolling text along the bottom of the browser, I presume using java, is this true and how can I do it?

Cheers

Reply With Quote
  #2  
Old January 17th, 2004, 02:06 PM
Sandow Sandow is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: New Jersey
Posts: 37 Sandow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to Sandow Send a message via Yahoo to Sandow
You could use a marquee, somethig like

<marquee width="50%" height="20">i want this to scroll</marquee>
__________________
Donna

Reply With Quote
  #3  
Old January 17th, 2004, 02:34 PM
Radiantpaper Radiantpaper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: UK
Posts: 11 Radiantpaper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Something Else

Hi,

THanks for that its great(as I neve new how to do that and wanted too!) but not what i mean sorry, I meant the very bottom of the browser wimdow?

Think you use java script?

Reply With Quote
  #4  
Old January 17th, 2004, 03:07 PM
Sandow Sandow is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: New Jersey
Posts: 37 Sandow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to Sandow Send a message via Yahoo to Sandow
OHHH you mean in the status bar...

Add this to the head of you page...

<Script language="JavaScript">
<!--
var Count = 0;
var Text = "Add Your Text Here.";
var Speed = 90;
var timerID = null;
var Timer = false;

var i = 0;
while (i ++ < 140)
Text = " " + Text;

function Scroll(){
window.status = Text.substring(Count++, Text.length);
if (Count == Text.length)
Count = 0;
timerID = setTimeout("Scroll()", Speed);
Timer = true;
}

function Start(){
Stop();
Scroll();
}

function Stop(){
if(Timer)
clearTimeout(timerID);
Timer = false;
}

Start();

//-->
</Script>

Reply With Quote
  #5  
Old January 17th, 2004, 03:15 PM
Radiantpaper Radiantpaper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: UK
Posts: 11 Radiantpaper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thumbs up Oh Great One!

Thank you, thankyou, thank you.

No realy I maen it. I take it you know your stuff!!!

Hopefuly we can keep in touch.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > Scrolling Text


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway