Skip to content

jkuczek15/navbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Customizable Bootstrap 2 Menu Bar

https://getbootstrap.com/components/#navbar

  • All configuration settings lie under assets/css/menubar-config.less

  • This project uses the LESS CSS preprocessor which must be included at the top of your HTML file

  • The jQuery scripts at the end of the index.php file are required for submenus to work correctly

  • To ensure correctness, add files to your main HTML file in the following order:

    • css/bootstrap.min.css
    • css/menubar.less
    • js/jquery.min.js
    • js/bootstrap.min.js
    • js/less.min.js
  • For "deeper" customization, try editing classes under menubar.less

  • In the index.php, the navigation bar begins and ends with the tag "

    "

  • Be sure to include the following tag in the "" of your HTML. If you don't, mobile browsers won't work correctly.

    Tag:

Releases

No releases published

Packages

No packages published