onMouseOut over DIV

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Enzo

    onMouseOut over DIV

    Hi,

    in Firefox, the onMouseOut event from a layered
    menu over a existent Iframe does not work!

    Perhaps a bug in Firefox?

    Thanks


  • Yann-Erwan Perio

    #2
    Re: onMouseOut over DIV

    Enzo wrote:

    Hi,
    [color=blue]
    > in Firefox, the onMouseOut event from a layered
    > menu over a existent Iframe does not work![/color]

    Do you have this issue only in Firefox? The following code indeed works
    in Firefox 1.0.4, which leads me to believe that the event management in
    your menu might be faulty; could you post some code demonstrating the issue?


    <script type="text/javascript">
    var foo="Hello, World!";
    </script>

    <style type="text/css">
    iframe, div { position:absolu te}
    div {background:yel low; width:100px; height:100px;}
    </style>

    <iframe src="javascript :top.foo"></iframe>
    <div onmouseout="ale rt(event.type)" >&nbsp;</div>


    Regards,
    Yep.

    Comment

    • ASM

      #3
      Re: onMouseOut over DIV

      Enzo a ecrit :[color=blue]
      >
      > in Firefox, the onMouseOut event from a layered
      > menu over a existent Iframe does not work!
      >
      > Perhaps a bug in Firefox?[/color]

      perhaps ...


      --
      *************** *************** *************** **********
      Stéphane MORIAUX et son vieux Mac
      *************** *************** *************** **********

      Comment

      Working...