Very nice work!!! How can i make it work on the left side instead of the right? thanks a lot
Luis16287 () - 8 years ago - Reply 0
How can I make it to the left inside of the right?? Its amazing thanks alot
Jasmine825 () - 8 years ago - Reply 0
pls tell how to fix the dotted border which comes after tapping any element...
sorry i am new
Pixels0o1 () - 9 years ago - Reply 0
Sorry, can't see any difference to the original. No effect, no animation. (latest Safari/webkit)
pepperstreet () - 9 years ago - Reply 0
A very good snippet indeed but the "Categories button" in the first example seems to get hidden in the submenu once I convert the nav bar into "navbar-fixed-top"...
Vijay.K () - 9 years ago - Reply 0
Hey!
Thanks for a nice snippet!
I've added register button to sign-in bar. But have issues with alignment now.
- Forms are stretching incorrectly in full browser window
http://oi61.tinypic.com/ieg...
- Forms and buttons overlapping in mobile browser window
http://oi60.tinypic.com/27w...
- Buttons differs in size in mobile browser window (even with same text on them)
- Buttons allowed to be clicked simultaneously :)
I'm was pretty much sure that most of the issues caused by 767px value, but increasing it didn't help to expand full menu.
Thanks
Systems Rebooter () - 9 years ago - Reply 0
Can you tell me how to remove the over flow thing please because i really want the scroll thing. Sorry i'm new to this ! Thanks :)
Richard () - 9 years ago - Reply 0
What scrolling thing? The overflow is only there to prevent the animation for looking weird on navbars that are not at the top of the window/browser.
mouse0270 () - 9 years ago - Reply 0
i have completely removed the overflow but it's still not working :-(
before:
.navbar .navbar-collapse { position: relative; overflow: hidden !important; }
after:
.navbar .navbar-collapse { position: relative; }
still doesn't work :/
btw awsome work man i really love them and want to use them
Richard () - 9 years ago - Reply 0
Fixed it now, thanks!
I forgot to add these:
<script src="http://code.jquery.com/jque..."></script>
<script src="http://maxcdn.bootstrapcdn...."></script>
Richard () - 9 years ago - Reply 0
I am adding two toggle buttons instead of one (Login & Search). How can i toggle between two buttons. (Like if i click on login and then click on search, the login button should get toggled itself.
*I am bit new to coding, so need you help.
and i would like to say that it's a great navbar by you.
Gautam Chaudhary () - 9 years ago - Reply 0
Absolutely!! But is it possible if i can toggle-off one button when i click on other.
Gautam Chaudhary () - 9 years ago - Reply 0
Why is there a need for overflow hidden on .navbar-collapse? This appears to work fine for me with it removed due to the navbar being at the top of the page so the toggled nav is hidden anyway without the need for overflow hidden.
Simon () - 9 years ago - Reply 0
Yes, if your navbar is at the top of the page the overflow could be removed. but if it isn't. the effect will look weird if the overflow isn't there.
mouse0270 () - 9 years ago - Reply 0