dove sono i tutorial js??
Io ho trovato questo:
<script language = "JavaScript">
<!-- Begin hiding here --
function scroll(n)
{
var spaces = " ";
var text = "+++ daje checco 8 aprile new entry +++";
var scrolling_text = spaces + text;
scrolling_text = scrolling_text.substring(n,scrolling_text.length);
document.scroller.scroll_text.value = scrolling_text;
if(scrolling_text.length > 0) n ++;
else n = 0;
s = n;
n = setTimeout("scroll(s)", 80);
}
// -- End hiding here -->
</script>
<form name = "scroller"><input name = "scroll_text" size = "30"></form>
Però me lo mette in un form io lo vorrei far scorrere in una riga normale è possibile???

Rispondi quotando