summaryrefslogtreecommitdiff
path: root/justified-nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'justified-nav.css')
-rw-r--r--justified-nav.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/justified-nav.css b/justified-nav.css
index f8fcf5d1..625d1a29 100644
--- a/justified-nav.css
+++ b/justified-nav.css
@@ -25,6 +25,8 @@ body {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 5px;
+ position:fixed;
+ z-index:99;
}
.nav-justified > li > a {
padding-top: 15px;
@@ -42,6 +44,8 @@ body {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
background-repeat: repeat-x; /* Repeat the gradient */
border-bottom: 1px solid #d5d5d5;
+ position:fixed;
+ z-index:99;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,