OK. I am a little confused. I downloaded the bootstrap v2 and noticed that the .css file does not contain “topbar” or “fill” classes. but I see several examples using these classes.
Also, What is the required files to include to have the framework working? Do I just need th one bootstrap.css file?
What about the bootstrap.js file? Do I need to include that too?
<div class="navbar">
<div class="fill">
<div class="container">
<div > <a class="brand pull-left" href="">Product</a></div>
<ul class="nav">
<li><a href="index.html">Create Account</a></li>
<li class=""><a href="index.html">Forgot Password</a></li>
<li class=""><a href="index.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
My menu is on the left side. I want it in the middle so it lines up with the main body content. I thought wrapping a “container” would do this…
“topbar” or “fill” are not standard classes in bootstrap. You should use some kinds of modified version or just use class “navbar” “navbar-fixed-top” “navbar-fixed-bottom” …