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!
moving text
Moderator: General Moderators
well i choose for javascript...
this is the code
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?
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>How can i fix it?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
a typical one is written with DHTML. Here's an example: http://www.softcomplex.com/products/tigra_scroller/