Hover Dropdown Menu Bootstrap

By | January 15, 2016

after browing through google I finally found a way to make hover dropdown fitur bootstrap. I never thought I would be this easy . The following hover feature to activate the dropdown fitur in the bootstrap

Add a line on css


.dropdown:hover .dropdown-menu {
display: block;
}

very easy right?

Thanks Bootstrap Joostrap


Sumber https://idnetter.com