ecco una altro trucchetto, magari non molto semplice, che vi permette di creare una scritta che segue il vostro puntatore ogni volta che vi spostate. *********************** killo-bau.blogspot.com ***********************
****copiate il seguente codice tra i tag e della vostra pagina: <style type="text/css"> #divcursor{position:absolute; width:100; height:15;} <script type="text/javascript" language="javascript"> function checkbrowser(){ this.ver=navigator.appversion this.dom=document.getelementbyid?1:0 this.ie5=(this.ver.indexof("msie 5")>-1 & this.dom)?1:0; this.ie4=(document.all & !this.dom)?1:0; this.ns5=(this.dom & parseint(this.ver) >= 5) ?1:0; this.ns4=(document.layers & !this.dom)?1:0; this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5) return this } bw=new checkbrowser() fromleft=10 fromtop=10 function cursorinit(){ ocursor=new makecursorobj('divcursor') scrolled=bw.ns4 || bw.ns5?"window.pageyoffset":"document.body.scrolltop" if(bw.ns4)document.captureevents(event.mousemove) document.onmousemove=move; } function makecursorobj(obj,nest){ nest=(!nest) ? '':'document.'+nest+'.' this.css=bw.dom? document.getelementbyid(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest +"document.layers." +obj):0; this.moveit=b_moveit; return this } function b_moveit(x,y){this.x=x; this.y=y; this.css.left=this.x; this.css.top=this.y} function move(e){ x=bw.ns4 || bw.ns5?e.pagex:event.x y=bw.ns4 || bw.ns5?e.pagey:event.y if(bw.ie4 || bw.ie5) y=y+eval(scrolled) ocursor.moveit(x+fromleft,y+fromtop) } onload=cursorinit; scegliete la distanza tra il cursore e il testo personalizzando le variabili fromleft e fromtop dello script.
impostate il testo che desiderate allegare al cursore utilizzando il seguente codice nel corpo della pagina:
inserisci qui' il tuo testo