javascript - Navigation Drop-Down Toggle Issues with Bootstrap -
i had wordpress site's homepage redesigned @ www.seosherpas.com.
that designed on theme uses bootstrap. implemented on thesis taking code of customized site, installed in sub-folder, , copied , pasted custom page template.
now i'm trying mimic navigation menu site-wide on customized thesis design: www.seosherpas.com/blog/
i've managed mimic design, cannot drop down menus work. have feeling it's issue how i'm calling bootstrap's javascript... maybe, maybe not. have no idea.
i have line of code temporarily hide dropdown:
.nav-collapse .dropdown-menu { border-bottom: 1px solid #dddddd; /* temporary fix??? display: block; */ }
if show 'display: block;' drop down appears appearing, instead of when hovering.
add css:
.nav-collapse:hover .dropdown-menu { display: block; }
and you'll see dropdown when hover on .nav-collapse element dropdown's parent. works every time, every browser. enjoy!
Comments
Post a Comment