I\'d like to build a function like
fromHeretoThere(x1,y1,x2,y2){
//....
}
So that I can move a
You can use at least:
CSS3 is probably the easiest, but JavaScript would be the most browser compatible.
You may also want to look at something like this:
What is it that you're trying to do?