Search Result

Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
mouseout
  •  

  • Nicodemas
    started a topic Mouseout parent element

    Mouseout parent element

    I am using jQuery to create a mouseout event on an element that contains many children.

    Code:
    <!-- simplified HTML -->
    <div id="wrapper">
       <div id="child-1">... some content...</div>
       <div id="child-2">... some content...</div>
    </div>

    Code:
    // simplified JavaScript
    $("#wrapper").mouseout(function(){
    ...
    See more | Go to post

  • toxicpaint
    started a topic Fade movieclip on mouseout

    Fade movieclip on mouseout

    Hi Everyone,

    I've had a look around but couldn't find any answers so thought I'd ask you lot. :)

    I'm using actionscript 2.0. What I have on my stage is a button that when you mouse over it, pops up a movie clip. Then when you move you mouse off it, it disappears after about 3 seconds. What I'd like it to do is fade out after 3 seconds rather than disappearing. For some reason this seems to be pretty much impossible with...
    See more | Go to post
Working...