Changes

Jump to: navigation, search

MediaWiki:Common.js

24 bytes added, 20:22, 13 May 2017
m
no edit summary
/* end rotaing banner */
 
/* emulate sticky CSS */
if (document.getElementById('p-advertisement') !=null) {
 
window.onscroll = function() {
var header_height = document.getElementById("p-advertisement").scrollHeight;
document.getElementById("p-advertisement").style.position="static";
}
 
}
}

Navigation menu