Bem Vindos ao Scripts Universe

     Bem Vindos ao Scripts Universe

 

Texto Maluco

Copie e cole o código abaixo entre as tags <body> e </body>

Para mudar o texto, altere a parte amarela



<Style type = "text/css">

.big { color: blue;
font-family: monotype corsiva;
font-size: 38pt;
font-weight: bold}

</style>

<script language = "JavaScript">


var TimerID;
var updown = true;
var str = 1;

function start()
{
if (document.all)
TimerID = window.setInterval( "wave()", 100 );
}

function wave()
{
if ( str > 20 || str < 1 )
updown = !updown;

if ( updown )
str++;
else
str--;

wft.filters( "wave" ).phase = str * 20;
wft.filters( "wave" ).strength = str;
}

window.onload=start
</Script>

<div ID = "wft" Style = "width:600px; filter:wave(add=0, freq=4, light=0, phase=0, strength=5)" class = "big">

Bem Vindos ao Scripts Universe</div>

 

Scripts Universe - Todos os direitos reservados

Webmasters: Penelope & Magic