Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. window.onload=function() {
  2. var move=document.getElementsByTagName("body")[0];
  3. setInterval(function() {
  4. move.style.marginTop=(move.style.marginTop=="4px")?"-4px":"4px";
  5. }, 5);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement