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
How to change the script to ract on mouseove and mouseout and not on click ??