The HTML, CSS, and JS downloads are pretty useless, as they do not render the Mega Menu as pictured on the BootSnipp demo page [http://bootsnipp.com/snippe...].
For starters, the "HTML" document isn't really. It's missing the start and end <html> and <body> tags, the <head> section, etc. Since there's no <head>, there are also no links to the CSS or JS documents, so one must first build a real HTML document with a <head> that contains links to the CSS and JS.
However, that still isn't enough, because the CSS document is missing 33 styles that are cited in the HTML, namely the following:
home-page
container
nav-container
navbar
navbar-static-top
navbar-header
navbar-toggle
sr-only
icon-bar
navbar-collapse
collapse
active
dropdown-toggle
row
col-sm-3
nav-child
last
col-sm-2
col-md-2
navbar-form
input-group
form-control
input-group-btn
btn
btn-default
glyphicon
glyphicon-search
navbar-right
hidden-sm
hidden-md
hidden-lg
fa
fa-lock
Needless to say, if donatkinson's BS3 Mega Menu is to work properly as shown on the demo page, then the HTML download should include a <head> containing links to the necessary scripts and styles which are currently missing.
As it stands now, I don't see the use in posting a menu solution at all, if the download code is incomplete.
dfnet () - 8 years ago - Reply 0