User:Omegatron/monobook.js/floatingSidebar.js: Difference between revisions

Content deleted Content added
m parse error
Fixes after CSS specificy chage.
 
Line 3:
 
// Restructure the page so that the sidebar can be floated
addOnloadHook$(function () {
content = document.getElementById("column-content"); // Find the main content column
 
Line 22:
 
});
 
 
// This CSS should be hidden from older versions of IE using javascript instead of the attribute selector?
Line 36 ⟶ 35:
' } '+
' '+
' div#p-logo { /* Make logo inline with other divs */ '+
' position: static; '+
' } '+
' '+
' div#column-one { /* Sidebar column start at the top screen edge */ '+
' padding-top: 0; '+
' } '+
' '+
' div#p-lang .pBody ul{ /* Sets the language box to a fixed height and */ '+
' height: 6em; /* scrollable if too long to fit on screen */ '+
' overflow: auto; '+
Line 55 ⟶ 54:
' '+
" /* Fix the footer so it looks nice and doesn't overlap the sidebar */ "+
' div#footer { '+
' margin-left: 13.6em; '+
' border-left: solid 1px rgb(250, 189, 35); '+