1 Reply Latest reply on Mar 14, 2008 9:45 PM by nbelaevski

    problem ModalPanel with onmouseout

    mores

      When a user hovers over an image I would like the ModalPanel to show, when the user moves off the image I would like to ModalPanel to disappear.

      I tried:

       <h:graphicImage value="/picts/close.png" onmouseover="Richfaces.showModalPanel('mp',{width:450, top:200})" onmouseout="Richfaces.hideModalPanel('mp')" />
      


      but that only causes the screen to flicker.

      Is this a bug, or is there a better way to code this ?