Click here to Skip to main content
16,021,285 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have code for opening menu named menu1.in that menu i have 2 items named menu11 & menu12.
I m facing one problem that when im clicking on menu11 or menu 12 after that the menu1 should be closed automatically.How it would be done?
nav #action-trigger
{
/*display: inline-block;
*display: inline;
*zoom: 1;
height: 25px;
line-height: 25px;
font-weight: bold;
padding: 0 8px;
text-decoration: none;
color: #FFFFFF;
text-shadow: 0 1px 0 #fff;
background-color:#666666;*/
display: inline-block;
display: inline;
zoom: 1;
height: 25px;
line-height: 25px;
font-weight: bold;
padding: 0 8px;
text-decoration: none;
color: #ffffff;
text-shadow: 0 1px 0 #fff;
background-color:#666666;
list-style-type:none;
}
Posted

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900