我正在使用bootstrap 3用于桌面,并且只使用导航而不是导航栏. 如何在悬停上下拉并点击?
menuA menuB menuC A B C D menuD menuE
有了这个简单的CSS.
.dropdown:hover .dropdown-menu { display: block; }