Click here to Skip to main content
Sign Up to vote bad
good
See more: C#ASP.NETCSS
Hi all,
 
I am look to create a dropdown menu on logged in username hover. Like on this(codeproject) site when you hover over your username it brings a dropdown menu.
 
similar example is the linkedin website ..
 
Please provide some ideas on how to implement this with examples if possible?
 
Many thanks,
Posted 29-Jan-13 2:19am


3 solutions

Hi Spankyleo,
 
See example[^]
 
Basically it's mostly a lot of CSS styling to set your desired style and behavior.
 
Cheers,
Edo
  Permalink  
Comments
spankyleo123 - 29-Jan-13 12:00pm
Thanks I'll give it a try.
use Flex Level Drop Down Menu at dynemicDrivie Site:
 
The link is
 
http://www.dynamicdrive.com/dynamicindex1/flexdropdown.htm[^]
  Permalink  
Please provide some ideas on how to implement this
There can be multiple ways to do it. AFAIK, here at CP, it's CSS driven. Define a hover style for the username. In the style, set display property of the dropdown div element as to display.
 
Underlying logic is to have a div that is hidden by default. based on some event, you need to show this div. Here, hover is that event that is being used. If you don't want CSS way, you can define onmouseover event for username and then in JavScript, show the needed div. On mouseout, hide it back.
 
Examples, you yourself posted couple of them in question! Now, try out and post specific issues if you face any.
  Permalink  
Comments
spankyleo123 - 29-Jan-13 11:59am
Hi thanks for your reply. I will give it a try. However by examples I meant..code examples. Thanks again for your reply.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Christian Graus 500
1 Ron Beyer 316
2 Tadit Dash 253
3 samadhan_kshirsagar 229
4 OriginalGriff 198
0 Sergey Alexandrovich Kryukov 7,061
1 Prasad_Kulkarni 3,815
2 OriginalGriff 3,557
3 _Amy 3,370
4 CPallini 3,034


Advertise | Privacy | Mobile
Web03 | 2.6.130619.1 | Last Updated 30 Jan 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid