Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ticker

Status
Not open for further replies.

Craftor

Programmer
Feb 1, 2001
420
NZ
Hi all

Is it possible to make the gap between renderings of the ticker 0? So instead of having "white space" between the last element of the last render and the first element of the new rendering so that the ticker scrolls "seamlessly"?

Thanks as always


Craftor
:cool:
 
I'm sure that this is possible. How about you tell us little more about this ticker... like it's name, what language it's in, where you got it, etc? I'm assuming you are not the author - have you tried contacting the author?

*grin*
Jeff
 
Hi BabyJeffy

Well ... I'm the author now :)

It's an HTML ticker in the much hated marquee tag ... generated dynamically.

To give you a sample of what it is:

Code:
<Marquee style="width: ;" direction="LEFT" behavior="scroll" scrollamount=1 scrolldelay=20 truespeed loop="infinite" width="800" height="" bgcolor=White title=><table border="0" bgcolor="Transparent" style="border-color:Transparent; border-width: 0; border-style:NotSet;">
<table>
	<tr>
		<td align="Center" valign="Middle"><font face="Arial" color="Transparent" size="1">ACUCAP</font></td>
	</tr>
	<tr>
		<td align="Center" valign="Middle"><font face="Arial" color="Transparent" size="1">1290</font></td>
	</tr>
</table></Marquee>

Let me know if there's anything else you need.

Thanks as always


Craftor
:cool:
 
Thanks for the link BillyRayPreachersSon - I'll check it out and see what I can find!



Craftor
:cool:
 
Excellent, thanks so much for all the help everybody!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top