Difference between revisions of "Template:SZU-China/Nav"

Line 28: Line 28:
  
 
<style>
 
<style>
 +
<!--hide useless content-->
 
     #sideMenu, #top_title {
 
     #sideMenu, #top_title {
 
         display: none;
 
         display: none;
Line 37: Line 38:
 
             background: #FFF;
 
             background: #FFF;
 
         }
 
         }
 
+
<!--fix navbar-->
 
.fixed-top {
 
.fixed-top {
 
   top: 12px;
 
   top: 12px;
 
   }
 
   }
  
.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
 
.navbar {min-height:32px !important}
 
  
 
#globalWrapper {
 
#globalWrapper {
 
     font-size: 100%;
 
     font-size: 100%;
 
}
 
}
 +
<!--fix the size of dropdown-menu-->
 
.dropdown-menu {
 
.dropdown-menu {
 
     width: 160px !important;
 
     width: 160px !important;
Line 139: Line 139:
 
                 </li>
 
                 </li>
 
             </ul>
 
             </ul>
            <!--
+
         
<style>
+
.dropdown:hover .dropdown-menu {
+
    display: block;
+
    margin-top: 0; // remove the gap so it doesn't close
+
}
+
</style>
+
-->
+
 
             <script>
 
             <script>
 
                 $('.dropdown').hover(function () {
 
                 $('.dropdown').hover(function () {

Revision as of 10:18, 5 October 2018