It was not working in my IE and if anyone has the same problem, here is how i fixed it:
I replaced:
HTML Code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
with:
HTML Code:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
Also, i've added a solid background-color to
#stickyBar, a line before the
background: rgba(0,0,0, 0.8);
@XiTCLUB
Is there anyway to get the bar displayed after the page scrolls a certain number of
px from the top?
By the way, awesome indeed!