Im using a bootstrap example with a dropdown menu
Here the live example: http://jsfiddle.net/p73vc8Lv/
what im trying to do is to display the dropdown menu
when the user tab on the link, Im tried with css and javascript
CSS:
.dropdown-toggle a:focus > .dropdown-menu
{
display:block
}
is there a way to do this? Thank you