Javascript Properties JavaScript DHTML



A Simple Page (IE)

function moveTxt()
{
    if (ani1.style.pixelTop < 500)
    {
        ani1.style.pixelTop += 2;
        ani1.style.pixelLeft += 2;
        setTimeout("moveTxt()", 50);
    }
}




Text ... on the go!