Page 1 of 1
moving text
Posted: Thu Aug 11, 2005 9:01 am
by Siryx
is there a way than i can to move a text?
Move from one side to the other in a web
i was searching and i found some javascript to do that, but is very large and complicated. Any help? thanks!
Posted: Thu Aug 11, 2005 9:08 am
by neophyte
Sounds client side to me if you want it to happen after the page loads -- JS would work.
Posted: Thu Aug 11, 2005 2:34 pm
by Siryx
well i choose for javascript...
this is the code
Code: Select all
<html>
<head>
<title>moving text</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function writeMarquee()
{
document.write("<marquee scrolldelay='250'
scrollamount='10'>put here the message</marquee>");
}
// End -->
</script>
</head>
<body>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
writeMarquee()
// End -->
</script>
</body>
</html>
i want to show the text in a more fluid way, it looks like it lose frames

, it looks ugly.
How can i fix it?
Posted: Thu Aug 11, 2005 3:28 pm
by feyd
a typical one is written with DHTML. Here's an example:
http://www.softcomplex.com/products/tigra_scroller/