Update myscript.js
This commit is contained in:
parent
761da3aa47
commit
93da31c903
|
@ -15,6 +15,7 @@ obox2.style.bottom = "0px";
|
||||||
obox2.style.left = "0px";
|
obox2.style.left = "0px";
|
||||||
obox2.style.zIndex = "9999";
|
obox2.style.zIndex = "9999";
|
||||||
obox2.style.display = "none";
|
obox2.style.display = "none";
|
||||||
|
obox2.setAttribute("class", "movie")
|
||||||
|
|
||||||
var sbox = document.getElementsByTagName("body")[0];
|
var sbox = document.getElementsByTagName("body")[0];
|
||||||
sbox.appendChild(obox1);
|
sbox.appendChild(obox1);
|
||||||
|
|
Loading…
Reference in New Issue