Results 1 to 3 of 3

Thread: Make special text disapear after ?

  1. #1
    Join Date
    Jan 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Make special text disapear after ?

    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 ?

  2. #2
    Join Date
    Jan 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i have this script that makes a picture disapear,

    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="" />
    there should be a way to use something like that ?

  3. #3
    Join Date
    Jan 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •