flexnav
flexnav copied to clipboard
A jQuery plugin for responsive menus
some CSS bug in IE!and I find solution! bug: https://drive.google.com/file/d/0Bwrn_y_EghWeRnFuaDRDTXRPT2c/view solution: .flexnav li { font-size: 100%; position: relative; overflow: hidden; /_------add this-----_/ list-style:none; /_---------------------_/ }
Hi , I am trying your Menu .here the thing is i just copied out your css(flexnav.css,page.css) and javascript(jquery.flexnav.min.js,jquery.flexnav.js) file without any change even though i am not getting .here...
I have a menu that works fine on a desktop PC if you resize to under 800px. But if you view it on a mobile device, the submenu does not...
Hello, I have a navigation dropdown that is sticky (stays dropped down) in IE8. Do you know how I can fix this. http://www.allynintl.com is where the problem is. Thanks!
mouseenter and mouseleave events, has a bug when window resizes you need a fix, i put $('.item-with-ul').unbind('mouseenter').unbind('mouseleave'); on line 102 of jquery.flexnav.js ``` 100 }); 101 } else if (settings.hoverIntent...
Hi,I see your menu, the ideal very cool.I like it , i want to use it on my website but i see it still have problem.As you can see if...
hi, the menu is great but then if you try to resize your browser, the menu will become staggered. Thanks!
Here is a fix for the animation problem after window resize. Sorry for the indentation changes, sublime text did it.
This should fix #154 (and #144). Whenever a window resize was made while one menu item was opened, the `resetMenu()` would not receive the proper context, subsequently any reset opeeration...
Hi! I am using your menu and wonder how do I do to have a different icon for a sub menu and responsive menu. I did change the menu icon...