You are not logged in.

Dear visitor, welcome to AllaTurkaa. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "ZamansizEsinti" is male
  • "ZamansizEsinti" started this thread

Posts: 85

Date of registration: Jun 6th 2010

Location: Almanya

  • Send private message

1

Monday, June 7th 2010, 8:26am

Bugulu haraketli yazi kodu

<head>
<Style type = "text/css">

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

</style><script language = "JavaScript">

//Wave Text! b ()

<!--you can use this on your web page as long as the above stays in the script-->

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></head>
<div ID = "wft" Style = "width:200px; filter:wave(add=0, freq=4, light=0, phase=0, strength=5)" class = "big">