+ 1
Moving image
Is there any way i can move the given code image, when i took my finger anywhere https://sololearn.com/compiler-playground/Wfcg4f0pz70A/?ref=app
4 ответов
0
use javascript
0
idk much js that why i ask Elnior Loreh
0
Okay, look:
...
<img id="albert">
...
// js code
let img = document.getElementById("id");
img.style.position = "absolute";
img.style.top = 2 + "px"; // or any
img.style.left = 58 + "px";
0
not working vro Elnior Loreh