/    Sign up×
Community /Pin to ProfileBookmark

help scrolling text

Hello all
I am new to this site,looks like lot of very smart people in here.
My ? is i need to do a scrolling text on my site like a think called a ticker
I cant figer out how to do it,I use yahoo site builder.
also i was wondering is the frount pgae or dream weaver much better that the yahoo site builder,if so what make it so much better i would go get it
if i knew it was much better and could still use my same yahoo upload server and stuff.
thanks all in advance
im not too good at the coding stuff just like to drag and drop stuff easy stuff you know
my site is [URL=http://www.twincitiesracing.net]www.twincitiesracing.net[/URL]

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@jzwpDec 31.2005 — You will never know the fun of writing code with "dreamweaver" ?

play with this, it doesn't work in Firefox tho. The problem there is "pixelTop" its different in Firefox

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

<HEAD><TITLE> Skroll </TITLE>

<STYLE type=text/CSS>

#scrollem{position:relative;top:100px;left:3px;}

</STYLE>

<SCRIPT language=JavaScript>

var px=100

function skroll(){

if(px>-340){

px--

scrollem.style.pixelTop=px;

setTimeout('skroll()',50);

}}

</SCRIPT>

</HEAD>

<BODY >

<TABLE BORDER="1">

<TBODY>

<TR>

<TD> @ </TD>

<TD> @ </TD>

</TR>

<TR>

<TD> @ </TD>

<TD><DIV style="width:200px;height:100px;overflow:hidden">

<span id="scrollem" name="scrollem"> Hello all

I am new to this site,looks like lot of very smart people in here.

My ? is i need to do a scrolling text on my site like a think called a ticker

I cant figer out how to do it,I use yahoo site builder.

also i was wondering is the frount pgae or dream weaver much better that the yahoo site builder,if so what make it so much better i would go get it

if i knew it was much better and could still use my same yahoo upload server and stuff.

thanks all in advance

im not too good at the coding stuff just like to drag and drop stuff easy stuff you know

my site is www.twincitiesracing.net </span></DIV></TD>

</TR>

</TBODY>

</TABLE>

<button onclick="skroll()">skroll!</button>

</BODY></HTML>
×

Success!

Help @schaefer11 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...