m |
m |
||
Line 77: | Line 77: | ||
background-color: grey; | background-color: grey; | ||
} | } | ||
+ | |||
</style> | </style> | ||
<script> | <script> | ||
− | + | window.onscroll = function(){scrollFunction()}; | |
− | + | ||
− | + | function scrollFunction(){ | |
− | + | if (document.body.scrollTop > 50 || document.documentElement.scrollTop > 50) { | |
− | + | document.getElementById("navigation-bar").className = "opaque-nav"; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} else { | } else { | ||
− | + | document.getElementById("navigation-bar").className = ""; | |
} | } | ||
+ | } | ||
+ | |||
− | |||
</script> | </script> | ||
</head> | </head> | ||
<header> | <header> | ||
− | <nav class="navbar navbar-default navbar-fixed-top"> | + | <nav class="navbar navbar-default navbar-fixed-top" id="navigation-bar"> |
<div class="container-fluid"> | <div class="container-fluid"> | ||
<div class="navbar-header"> | <div class="navbar-header"> |
Revision as of 13:57, 3 October 2016
Eagles