Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

SOLVED: how to change dropdown menu from hover to onclick

Prabashanash:

Need to change the Menu Dropdown from hover to onclick: Need to change the menu dropdown from hover to onclick: Need to change the menu dropdown from hover to onclick: Need to change the menu dropdown from hover to onclick: Need to change the menu dropdown from hover to onclick: Need to change the menu dropdown from hover to onclick: Need to change the menu dropdown from hover to onclick:


#navContainer {
margin: 41px 0 0 0px;
padding: 0;
background: #424445;
/* border: 1px solid #7398ba; */
text-align: center;
width: 100%;
}

#navContainer ul {
margin: 0;
padding: 0;
list-style: none;
}

#navContainer ul li {
position: relative;
}

#navContainer ul li span {
display: block;
}

#navContainer ul li a {
text-decoration: none;
color: white;
display: block;
padding: 8px;
}

#navContainer ul li span:hover {
/*background: pink;*/
}

#navContainer ul li a:hover {
background: black;
}

#navContainer ul ul {
position: absolute;
display: none;
}

#navContainer ul ul li a {
background: #bec8cb;
}

#navContainer ul li:hover ul {
/*width: 19%;*/
position: static;
display: block;
right: 244px;
top: 50px;
float: right;
}



how to change the dropdown from hover to mouse click no idea on how to get this done

Attached the fiddle : http://ift.tt/2kf3kLG






Posted in S.E.F
via StackOverflow & StackExchange Atomic Web Robots
This Question have been answered
HERE


This post first appeared on Stack Solved, please read the originial post: here

Share the post

SOLVED: how to change dropdown menu from hover to onclick

×

Subscribe to Stack Solved

Get updates delivered right to your inbox!

Thank you for your subscription

×