DIV menu ontop of <li> on hover
Posted
by Dylan Taylor
on Stack Overflow
See other posts from Stack Overflow
or by Dylan Taylor
Published on 2010-05-30T22:56:10Z
Indexed on
2010/05/30
23:02 UTC
Read the original article
Hit count: 383
Hey guys, this is my first time actually posting at stackflow but i've used people's answers before. Really a great site.
Anywho onto my problemo. I have some 'li' tags. When I hover the mouse over these 'li's, I need a DIV to appear over the 'li' with some buttons, etc. Basically it's kind of a menu. the 'li's are an unpredictable length, usually somewhere from 1 line to 5.
A great example of what I'm trying to accomp is the dribbble.com homepage. Hover over an image (though I'm using 'li's) and a nifty lil info thing comes up.
I have absolutely no experience with javascript or jqry, I'm just a PHP guy with some CSS. I do the back-end work. Anywho, can anyone show me how to do this and include a basic example please? Would really really appreciate it.
Help?
© Stack Overflow or respective owner