Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 12-18-2005, 05:26 AM Moving text?
MGS
Junior Talker

Posts: 407
Trades: 0
What code can you use to make text move across the screen?
MGS is offline
Reply With Quote
View Public Profile Visit MGS's homepage!
 
 
Register now for full access!
Old 12-18-2005, 12:30 PM RE: Moving text?
Junior Talker

Posts: 68
Trades: 0
I dont think HTML can do that. you would need javascript to do that, but there is one marquee tag in html that can do this.
http://www.mountaindragon.com/html/marquee.htm

Please note, you are better off with javascript, as marquee tags behave differently across different browsers.
Search on google and you can find many javascript codes which you can use.
Something like this, http://www.google.ca/search?hs=Nl1&hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=vertical+text+scroll+with+javascri pt&btnG=Search&meta=
jaswinder_rana is offline
Reply With Quote
View Public Profile Visit jaswinder_rana's homepage!
 
Old 12-23-2005, 05:58 AM RE: Moving text?
Junior Talker

Posts: 12
Trades: 0
Yeah, some browsers don't display marquee tags properly
russian_programmer is offline
Reply With Quote
View Public Profile
 
Old 12-24-2005, 04:53 PM RE: Moving text?
Junior Talker

Posts: 3
Trades: 0
<marquee> then text </marquee>
imported_imported_Craig is offline
Reply With Quote
View Public Profile
 
Old 12-28-2005, 01:04 PM RE: Moving text?
Experienced Talker

Posts: 47
Trades: 0
<marquee>xyz</marquee> works in IE, but not in FF
pairbrother is offline
Reply With Quote
View Public Profile Visit pairbrother's homepage!
 
Old 12-31-2005, 12:29 PM RE: Moving text?
Junior Talker

Posts: 68
Trades: 0
Yes, in IE it scrolls as expected, but in Netscape it blinks not scrolls (Atleast i think so, but that was 2 years before i tried that, not sure if its still that way).
jaswinder_rana is offline
Reply With Quote
View Public Profile Visit jaswinder_rana's homepage!
 
Old 01-09-2006, 09:54 AM RE: Moving text?
Junior Talker

Posts: 14
Trades: 0
yes html uses marquee
<marquee behavior=right>Right Moving Text</marquee>
<marquee behavior=right speed=50>Fast Right Moving Text</marquee>

Use javascript to move text otherwise by using
document.writeln("line of text");
document.reload();
document.writeln("<p>second instance of text");
//and so on and so forth
yoshistr is offline
Reply With Quote
View Public Profile
 
Old 01-12-2006, 07:49 AM RE: Moving text?
william
Guest

Posts: n/a
Trades:
Try using MS Frontpage!

Do this:
Insert > Web Component
Select Marquee, Click finish!

And your done!
You should have plenty of options there to get you started!
Reply With Quote
 
Old 01-17-2006, 11:16 PM RE: Moving text?
Junior Talker

Posts: 24
Trades: 0
DHTML used with div tags can do it, but again, you might run into browser issues.
Webigail is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Moving text?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.39414 seconds with 12 queries