ke riguarda un effetto testo ke vibra,mi succede ke se lo metto su home page l'effetto svanisce e vedo solo la sagoma senza alcune effetto,mentre se copio su una pagina vuota l'effetto funziona come mai come posso
mettere su home e far andare l'effetto??
<script language="JavaScript">
/*
Animated Back and Switch
Copyrighte Lars Bosboom (http://home.planet.nl/~asattler)
Add some shock to your site, visit DHTML Shock.com
*/
//change font and other options in style sheet .let
var regel = 5; //row to start with
var size = 20; //size of font
var delay = 1200; //Delay between messages in msecs
var speed = 20; //Hmmmmmm
var step = 10; //Size of each step
var sent = new Array()
{
sent[0] = "Il tuo testo";
sent[1] = "con effetti speciali!";
sent[2] = "Questo e molto altro";
sent[3] = "visitando";
sent[4] = "il sito:";
sent[5] = "Web-Link.it";
}
Probabilmente sono gli altri script js che danno fastidio (ho notato più di un onload per esempio).
Dovresti cercare di limitare l'uso di questi js, che personalmente non trovo affatto belli tra l'altro....
Cosa vuol dire anche altre persone hanno provato?
Il problema cmq è nella tua home, perchè da solo, come tu stesso hai detto, funzia.
Il problema secondo me è appunto in tutti gli altri script che hai messo (troppi!).
Potresti toglierne uno ad uno e provare quando funziona.