In my master page I have a table and inside that table I have these, This is for displaying the username after user login to the website. I want to have a icon when clicked it should display signout, changepassword. How can I do that. Something similar like facebook where there is a inverted triangle whenclicked displays privacy setting.
<td class="style1">
<asp:Label ID="Label_Welcome" runat="server" Text="Welcome:"></asp:Label>
</td>
<td>
<asp:Label ID="Label_UsereName" runat="server" Text="Label"></asp:Label>
</td>
this type menu can be made using jquery
refer to this link Facebook Style CSS JQuery drop down menus