MARQUEE speed how to slow down

coder2002
04-29-2002, 01:07 PM
"<MARQUEE behavior="scroll" direction="LEFT" width="100%">Testing</MARQUEE></CENTER>"


How can I change the speed of the MARQUEE
It seems to scroll to fast, kinda jumpy fast
can I make some sort of delay?
Thanx
:)

reboot
04-29-2002, 01:09 PM
Possibly you should post this in the HTML forum?

coder2002
04-29-2002, 01:16 PM
Sure!
I was using vb to make the MARQUEE then save it then load it in
WebBrowser1.Navigate thats why I posted here
I Just posted this in html Forums.
Thanks
:)

coder2002
04-29-2002, 01:40 PM
I found it
this is very slow

<MARQUEE behavior="scroll" direction="left" width="100%" scrollamount="1">YOUR TEXT GOES HERE</MARQUEE>


this is real fast
<MARQUEE behavior="scroll" direction="left" width="100%" scrollamount="5">YOUR TEXT GOES HERE</MARQUEE>


:D

orufet
04-29-2002, 06:09 PM
Just to let you know, one of the worst things you can do in web design is to use the marquee tag. It annoys users to hell (don't argue that; you'd loose, guaranteed), users can't stop it, it drags their attention away from the content, and it makes you look like an amature.

I'm not saying "don't use it or I'll kill you", but just trying to warn you...

coder2002
04-29-2002, 11:03 PM
So to let you know!
'''''''' "<MARQUEE behavior="scroll"

ITs Up to the user in my Program to USe MARQUEE scroll or not'
its in the option it explains itself clearly
"ON HOW to make the "<MARQUEE behavior="scroll"

Thanx

:D

Ad1
04-30-2002, 01:17 AM
BTW you can also use ScrollDelay in conjunction with ScrollAmount, which as it suggests alters the time between each movement instead of the distance

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum