Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropdown-submenu visible without hovering #16

Open
ronnieduke opened this issue Mar 11, 2013 · 1 comment
Open

dropdown-submenu visible without hovering #16

ronnieduke opened this issue Mar 11, 2013 · 1 comment

Comments

@ronnieduke
Copy link

http://screencast.com/t/qpl9r9u0 (sample from bootstrap.themodmedia.com)

All the markup and CSS looks correct. Here is a working example:

http://jsfiddle.net/2Smgv/934/

@manking109
Copy link

CHange line 677 and 678 to
.dropdown-submenu .dropdown-menu{ left: 100%;position: absolute;top: 0;visibility: hidden;margin-top: -1px;} .dropdown-submenu:hover .dropdown-menu{visibility: visible;display: block;}

file /includes/themes/murabootstrap/assets/bootstrap/css/bootstrap/bootstrap.min.css

You can see the complete file under the pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants