I have this code, but since I use "", a.innerheightit is not replaced by its value. Is it possible to make this dynamic?
a.innerheight
a.style.webkitTransform = "translate(0,a.innerHeight)"
I'm not sure what you are asking ... could it be?
a.style.webkitTransform = "translate(0," + a.innerHeight + ")";