i want to know to know about twitter bootstrapp clearly does any one have good and easily understanding tutorial

Recommended Answers

All 2 Replies

I have used Twitter Bootstrap for several projects and it really helps you a lot if you are concerned about productivity. When I started out I actually oly used this website: http://getbootstrap.com/getting-started/

Of course it all comes down to how much web dev experience you have? Because using Twitter Bootstrap only requires you to have at least a decent amount of knowledge in HTML and CSS.

<div class="navbar-fixed-top">
<div class="nav-header" style="background-COLOR: Maroon;">
<b>HII GANESH</b>
<center><h1>L k & ASSOCIATES COMPANY SECREATARIES</h1></center>

</div>

<div class="navbar">
<div class="row" style="background-color:Orange;">
<div class="span3"><a href="HOME.HTML">HOME</a></div>
<div class="span3"><a href="SERVICE.HTML">AUDIT</a></div>
<div class="span3"><a href="HOME.HTML">MASTER</a></div>
<div class="span3"><a href="HOME.HTML">SEARCH</a></div>
</div>
</div>
</div>

In this <div class="navbar-fixed-top"> which makes top panel fixed and cannot scroll is it possible to make left-panel fixed?????

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.