Bootstrap dropdown with hover | Add 2 lines of code in CSS file for on hover dropdown effect

Описание к видео Bootstrap dropdown with hover | Add 2 lines of code in CSS file for on hover dropdown effect

This video is about to add two line of code in respective CSS file for bootstrap on hover dropdown menu. With this, you'll be able to add the functionality of bootstrap by adding just 2 lines of code. Watch full video for actual effect and reality. Below is the code which should be added in the CSS file. It !00% works


.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0; // remove the gap so it doesn't close
}

Комментарии

Информация по комментариям в разработке