I want to code a login box (panel) like this:Look at right top ‘subscribe’
I want a panel like this with a different. It must open with jquery (or another library) slide. I tried something but when I left the first div (I gave link :’subscribe’ div-ol-)
It hide. I hope I explain my problem.. In other words, I want to do a login box with hover event and effect.
Please see here for a simple example:
http://jsfiddle.net/D3AP2/
Relevant code:
You just set the .hover() on the containing element, in my example the
<ul>instead of the link. That prevents it from closing, when you leave the link to go down to the other options.