div in an iframe

Posted by Hulk on Stack Overflow See other posts from Stack Overflow or by Hulk
Published on 2010-06-02T18:18:41Z Indexed on 2010/06/02 18:34 UTC
Read the original article Hit count: 283

In an iframe how to make a div to hide and on mouse over the bottom of the page bring it to front again.

This is just like a control that appears in medial players,hide when mouse out and show when mouse over

     <div>
       <img src="play.gif"/>
       <img src="next.gif"/>
       <img src="last.gif"/>
       <img src="first.gif"/>
       <img src="previous.gif"/>
       <img src="next.gif"/>
     </div>

Thanks..

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery