1) Script Title:
matrix
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...trixeffect.htm
3) Describe problem:
is there a way to make this disapear once it is finished matrixing ?
1) Script Title:
matrix
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...trixeffect.htm
3) Describe problem:
is there a way to make this disapear once it is finished matrixing ?
i have this script that makes a picture disapear,
there should be a way to use something like that ?Code:<script type="text/javascript">window.setTimeout("document.getElementById('something').style.display='none';", 3000); </script> <img id="something" src="al.gif" width="100" height="5" border="0" alt="" />
ok i figured it out i just added this to my page .Code:type="text/javascript">window.setTimeout ("document.getElementById('matrix').style.display='none' ;", 6000);
Bookmarks