Non so nulla di JavaScript. Mi sto facento il sito ed ho copiato
uno script nel web per inserire del testo scorrevole in una pagina.
Ci sono riuscita però la mia pagina in questione ha solo una foto ed io vorrei inserire il testo scorrevole sulla foto, non sotto come mi viene. Qualcuno mi sa dire come posso fare?
Il codice della pagina è questo. E' anche carina ma non è proprio quello che pensavo mi venisse. Grazie. Elena.


html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<title>Annodare con Stile-I Saliscendi</title>
</head>

<body bgcolor="#000000" link="#000000" vlink="#000000"
alink="#000000">

<p align="center"><map name="FPMap0">
<area coords="412, 182, 92" shape="circle" href="saliscendi-gallery.htm">
<area href="pagina1.htm" shape="rect" coords="634, 372, 759, 499">
</map>
[img]saliscendi.gif[/img]</p>
<p align="center">


<script type="text/javascript">
//Specify the marquee's width (in pixels)
var marqueewidth=330
//Specify the marquee's height
var marqueeheight=100
//Specify the marquee's scroll speed (larger is faster)
var speed=2
//Specify the marquee contents
var marqueecontents='<center><center><font face="Arial black" color="006666">Nodi macramé che compongono collane saliscendi con cristalli, ceramica e argento. Clicca su Gallery per vedere la collezione.</font></center>'

document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheig ht+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.w rite(marqueecontents)
document.cmarquee01.document.cmarquee02.document.c lose()
thelength=document.cmarquee01.document.cmarquee02. document.height
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thel ength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marque eheight
scrollit()
}
}

window.onload=regenerate2
// -->
</script>

</p>
</body>
</html>