BOOTSTRAP how create fixed navbar bootstrap - Net-Raft.com

Welcome aboard! We are happy you are here and wish you good net-raft!




Just a Web Code Solution
join us

How create fixed navbar in bootstrap


 464

Show ResultBOOTSTRAP


1

<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body style="height:1500px">

<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">WebSiteName</a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Page 1</a></li>
<li><a href="#">Page 2</a></li>
<li><a href="#">Page 3</a></li>
</ul>
</div>
</nav>

<div class="container" style="margin-top:50px">
<h3>Fixed Navbar</h3>

<h1>Scroll this page to see the effect</h1>

</body>
</html>


By        
The power of the user (%)
15%



The most helpful BOOTSTRAP solutions

loading bar bootstraploading bar bootstrapBOOTSTRAP

Click to see more ...

  1.2K     71

How create progress bar using bootstrap ?How create progress bar using bootstrap ?BOOTSTRAP

Click to see more ...

  713     63

How to create bootstrap media object ?How to create bootstrap media object ?BOOTSTRAP

Click to see more ...

  843     53

How create scrollable dropdown menu in bootstrap ?How create scrollable dropdown menu in bootstrap ?BOOTSTRAP

Click to see more ...

  680     49

table bootstraptable bootstrapBOOTSTRAP

Click to see more ...

  632     42

How to set bootstrap checkboxes inline ?How to set bootstrap checkboxes inline ?BOOTSTRAP

Click to see more ...

  505     41

How create bootstrap navbarHow create bootstrap navbarBOOTSTRAP

Click to see more ...

  742     33

how to create a bootstrap banner with help of alert ?how to create a bootstrap banner with help of alert ?BOOTSTRAP

Click to see more ...

  391     31

How create fixed navbar in bootstrapHow create fixed navbar in bootstrapBOOTSTRAP

Click to see more ...

  464     24

How to create bootstrap input file ?How to create bootstrap input file ?BOOTSTRAP

Click to see more ...

  357     19

Welcome aboard!
We are happy you are here and
wish you good net-raft!