==================
AWESOME STICKY TOP BAR
==================
LIVE DEMO : WWW.XiTCLUB.COM
INSTALLATION
1: Goto Admincp > Styles & Templates > Style manager > Your Theme > Edit additional.css
Add The Following Code at the End
2: Edit "headinclude" Template
Add The Following Code at the End
That's it... Enjoy Sticky Top Navigation By XiTCLUB
You can Buy me a bear if you like this modification, paypal button is at right sidebar
AWESOME STICKY TOP BAR
==================
LIVE DEMO : WWW.XiTCLUB.COM
INSTALLATION
1: Goto Admincp > Styles & Templates > Style manager > Your Theme > Edit additional.css
Add The Following Code at the End
#navigation.stick {
position: fixed;
top: 0;
z-index: 10000;
width:95%;
background: rgba(0,0,0, 0.8);
border-radius: 0 0 0.5em 0.5em;
}
2: Edit "headinclude" Template
Add The Following Code at the End
<script>
function sticky_relocate() {
var window_top = $(window).scrollTop();
var div_top = $('#pageWrapper').offset().top;
if (window_top > div_top) {
$('#navigation').addClass('stick');
} else {
$('#navigation').removeClass('stick');
}
}
$(function() {
$(window).scroll(sticky_relocate);
sticky_relocate();
});
</script>
That's it... Enjoy Sticky Top Navigation By XiTCLUB
You can Buy me a bear if you like this modification, paypal button is at right sidebar