View Single Post
Old 05-02-2009, 07:36 AM   #3 (permalink)
koala
Moderator Hardware Team
 
koala's Avatar
 
Join Date: Mar 2005
Location: UK
Posts: 12,394
OS: XP/7/Ubuntu

My System

Re: Scrolling Text Html

Check the source code for the page with scrolling text. Do you know any javascript?

Quote:
<frameset rows="*" framespacing="0" border="0" frameborder="NO">
<frame src="http://www.z10.invisionfree.com/Halo_Army" name="dot_tk_frame_content" scrolling="auto" noresize>
</frameset>
----------------------------------------------------------------

See here for HTML scrolling code: http://www.ukauctionhelp.co.uk/marquee.php
Quote:
14.You can also make your text scroll up

<marquee direction=up loop=true height="100" >
Your text here
</marquee>


15.Or Down

<marquee direction=down loop=true height="20" >
Your text here
</marquee>
----------------------------------------------------------------

Vertical Text Scroller: http://www.geocities.com/SiliconVall...879/Demo2.html
Code and instructions.
__________________

New members: Subscribe to your thread (Thread Tools) to
receive an instant email notification when you get a reply.

TSF Folding@Home Team 85015 - details here
koala is offline   Reply With Quote