martin: Zentrieren?!?!

Beitrag lesen

hier bei from to

/* Slide the company logo from top to middle */

function slideLogo(0, 100) {

if (from < to) {

company.top = (from += 10);

setTimeout('slideLogo(' + from + ',' + to + ')', 75);

}

else initObjects();

}