Results 1 to 3 of 3

Thread: HELP adding onmouseout to this!!

  1. #1
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HELP adding onmouseout to this!!

    Image Thumbnail Viewer II
    http://www.dynamicdrive.com/dynamici...humbnail2.htm#


    I would like to have the image disappear onmouseout...is that possible to add to this script???

    Thanks, I'm a newb.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You could use this:
    Code:
    onmouseout="modifyimage('dynloadarea', 0)"
    and have:
    Code:
    dynimages[0]=["transparent.gif", ""]
    where transparent.gif is a small transparent gif image.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks!

    that would do it. Thanks!

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
  •