webkit - How to set a dynamic string value using Javascript? -
I have this code, but since I use " ainnerheight It does not get its place, its value can be dynamic?
a.style.webkitTransform = "Translation (0, one .Hyq)"
I'm not sure whom you are asking ... this probably?
a .style.webkitTransform = "Translate (0," + a.innerHeight + ")";
Comments
Post a Comment