Changes

Jump to navigation Jump to search
try visible...
Line 72: Line 72:  
#mw-navigation, #mw-page-base, #mw-head-base, #footer {
 
#mw-navigation, #mw-page-base, #mw-head-base, #footer {
 
/* nuke everything but the content */
 
/* nuke everything but the content */
display: invisible;
+
visibility: hidden;
 
}
 
}
    
#mw-navigation:hover {
 
#mw-navigation:hover {
display: block;
+
visibility: visible;
 
}
 
}
  

Navigation menu