Results 1 to 2 of 2

Thread: Two mouseover events and one result

  1. #1
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Two mouseover events and one result

    Hi all,

    Does anyone know how I can do this? -- I have a nav bar on the left, and the buttons change on rollover. That works fine. But, I want to have two mouseover effects: (1) The button rollover, and (2) I need the image of another area of my page to change depending on which button the mouse pointer is on. Any ideas?

    Thanks!

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Do you already have the scripts to do those functions and just want to combine them? If so, you can separate the 2 events with a semi-colon in the onMouseOver call:

    onMouseOver = "event1(); event2()"

    If you're looking for actual scripts to do the rollover/image change, you can post your code with more info about what effects you want, etc. The Image Thumbnail Viewer at http://www.dynamicdrive.com/dynamici...thumbnail2.htm is a nice script, but we'd probably need to see your other mouseover code to try to combine them..
    Last edited by Veronica; 08-06-2007 at 08:35 PM.

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
  •