Skip to main content

All Questions

1 vote
1 answer
117 views

Hovering over one bootstrap sub-menu item with sub-menu rearranges parent list items

I have set up a bootstrap drop-down menu that works on hover. The first drop-down list has 3 list items that each has a list of its own that is also a drop-down that works on hover. My problem is ...
Stelios Botonakis's user avatar
1 vote
3 answers
70 views

Why aren't my drop down lists working?

Doing portfolio page challenge on FCC. Can only use HTML/CSS/Bootstrap/jQuery. Problem: Working on navigation bar and drop down, clickable, highlighted buttons. Copied the instructions from W3Schools ...
pistach_io's user avatar
0 votes
1 answer
150 views

How to handle a two line hover menu

Context I am creating a hover menu as such: |item 1|item 2|item 3|item 4| |item 5|item 6|item 7|item 8| |..............................| |...DROP DOWN ON ITEM HOVER....| |...........................
skirato's user avatar
  • 763
1 vote
0 answers
57 views

Strange mouseover and mouseleave behavior

I must be not understanding mouseover/mouseleave, because I can get more than one menu to drop down at a time. I get the exact same behavior if I use .hover(fOver, fLeave). http://jsfiddle.net/...
abalter's user avatar
  • 10.1k
0 votes
4 answers
6k views

Dropdown menu show text on hover

I got a little dropdown menu : bootply Now my problem is that i cant get the onhover text to work, i want to have text apearing next to the menu whenever you hover over the icon, so you get a small ...
Dennis Heitinga's user avatar
4 votes
2 answers
654 views

Show dropdown menu only when hovered on span in li

I want to show dropdown menu only when hovered on one word on li (.$user->user_login.). Currently I have hover on whole li, but I dont want the hover on "hello". When I hover on Username I must ...
Aasim Hussain Khan's user avatar
0 votes
2 answers
704 views

Responsive drop down click/hover

I am currently coding my first responsive website (I am a beginner in general) and I stumble across plenty obstacles. One of them is an issue with my menu. I'll try and be as specific as possible. I ...
foch's user avatar
  • 123
0 votes
4 answers
2k views

Hiding css dropdown menu on hover

In the navigation bar, on click of "Home 3" menu, a dropdown menu appears through jQuery. I want to hide this menu when I hover on other links of the menu for which I have included style as below: ....
user2585299's user avatar
0 votes
1 answer
88 views

jQuery Submenu not disappearing unless it is hovered once

Here is the html code: <div class="main-nav main-nav-default"> <div class="container"> <div class="main-nav-logo"> <a class="logo-color" href="index.html">Centaur &...
ChanX's user avatar
  • 362
1 vote
1 answer
87 views

Hover nav wont stay open to click on

So here is the actual page, remsen, and here is what the code looks like. <script> $(document).ready(function(){ $(".nav_drop_menu1").hide(); $(".nav_button1")....
user3746814's user avatar
0 votes
0 answers
234 views

jQuery - How to stop drop down menu items flashing on and off (and rolling down and up) multiple times

I have a drop down menu bar at the top of my webpage with six tabs (some of them drop downs, some just normal single tabs). I animate the drop down feature and a fade-in colour-change for the tabs ...
user2437443's user avatar
  • 2,177
0 votes
2 answers
2k views

How to modify the Hover speed of this Mega Menu?

I am trying to modify the mouse over speed or hover speed for this mega menu where when the user hovers over the buttons there is a .3 second delay before the drop down menus launch. Here is the ...
Ricardo79's user avatar
1 vote
0 answers
96 views

Dropdown menu with fallback to on hover, work on more than one menu item

Been trying to get it so that I have a dropdown menu dropdown on click, and if you do not have javascript enabled, so it uses regular mouseover. However, I can not get it to work on more than one ...
Lars Holmqvist's user avatar
0 votes
2 answers
4k views

jQuery hover - sub-menu stay open while the cursor is not hovering, and hides it when you hover

I am using jQuery for a drop-down menu. It's set that when you hover over an item a menu with a description drops down. Pretty standard. here is a demo site: http://lucienconsulting.com/gs-news/ The ...
Jacques's user avatar
  • 3,754
0 votes
2 answers
320 views

Changing List Icons on Dropdown Hover

Beginner Question: I have a dropdown list of 10, with black icons floating right. I would like to replace these icons with white icons during hover. Thanks in advance for any suggestions!
robinyapockets's user avatar

15 30 50 per page