0

out` in http://twitter.github.com/bootstrap/javascript.html#dropdowns In previouse question I asked about drop down onmouseover i as anwser i got

ul.nav li.dropdown:hover ul.dropdown-menu{
   display: block;    
}

But problem is when U are not on cloud and menu spot (this is this place between black and white one) menu is toggle-out

enter image description here

How to change the script to ract on mouseove and mouseout and not on click ??

kskaradzinski
  • 4,954
  • 10
  • 48
  • 70
  • 3
    take a look at it http://stackoverflow.com/questions/8878033/how-to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click – agriboz Jun 14 '12 at 11:56

1 Answers1

0
.navbar .dropdown-menu {
   margin-top: 0px;
 }
baptme
  • 10,062
  • 3
  • 52
  • 57