|
The best way to learn is to be googeling a bit so you learn different ways.
But you sould make an main button.
And make a div with visabilaty: hidden straigt underneath
Give the button an "onmouseover" event
Make the event change the visabilaty state to true
And an onmouseout event wich will change it's state back to hidden
|