MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 10: Line 10:


onload=function(){
onload=function(){
   $('#firstHeading').wrap('<div style="float:left" />');
   $('#firstHeading').wrap('<div style="width: 100%" />');
   var dshow = "<span id='wnavcontrol' onclick='showNav()' style='float: right; font-weight: bold; color: blue'>Wiki+</span>";
   var dshow = "<span id='wnavcontrol' onclick='showNav()' style='float: right; font-weight: bold; color: blue'>Wiki+</span>";
   $('#firstHeading').after(dshow).fadeIn();
   $('#firstHeading').after(dshow).fadeIn();

Navigation menu