All pastes #2059595 Raw Edit

Something

public text v1 · immutable
#2059595 ·published 2011-05-15 02:43 UTC
rendered paste body
function raise() {

var pkgStyle = document.getElementById("pkg1").style;


for (i = 120; i > 10; i = i - .1)
{
pkgStyle.top = i;

}
}