What do I do wrong here?
It's regarding NS6:
document.getElementById(idName).style.top += move;
"move" is a variable.It has the right value,
and so has the "document.getElementById(idName).style.top "
But there's an error in the way I'm trying to add "move" value to the style.top.
How do I assign value here?
Thanks
It's regarding NS6:
document.getElementById(idName).style.top += move;
"move" is a variable.It has the right value,
and so has the "document.getElementById(idName).style.top "
But there's an error in the way I'm trying to add "move" value to the style.top.
How do I assign value here?
Thanks