jquery - How to create a mouse over or hover, which will trigger a pop up a div with three links? -


how create mouse on or hover, trigger pop div 3 links?

see image : http://postimg.org/image/d8lhmhoh7/

a link there "login", when user mouseover rectangular pop box appear 3 links or image link. when user mouse out pop disappear.

you can achieve in css well. following: create nested divs, hide div inside (display:none), 1 should contain 3 links. use :hover pseudo selector in css , make hidden div visible setting display block (display:block) when user mouseovers parent div.

this high level, looks similar creating dropdown menus may can read how that.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -