Line 54: | Line 54: | ||
a:visited{ | a:visited{ | ||
color: #fff; | color: #fff; | ||
+ | } | ||
+ | |||
+ | .fixed-nav-bar { | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | z-index: 9999; | ||
+ | width: 100%; | ||
+ | height: 50px; | ||
+ | background-color: #00a087; | ||
} | } | ||
</style> | </style> | ||
Line 68: | Line 78: | ||
<body id="page-top" class="index"> | <body id="page-top" class="index"> | ||
− | + | <nav class="fixed-nav-bar"> | |
+ | <!-- Fixed navigation bar content --> | ||
+ | </nav> | ||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container-fluid"> | <div class="container-fluid"> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- Brand and toggle get grouped for better mobile display --> | <!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | <div class="navbar-header"> |
Revision as of 12:56, 11 October 2016