Difference between revisions of "Template:Example2"

Line 135: Line 135:
 
/*Shows the submenus once you hover*/
 
/*Shows the submenus once you hover*/
 
#menuContainer li:hover ul {
 
#menuContainer li:hover ul {
display: inline-block;  
+
/*display: inline-block; */
 +
display: block;  
 
position: absolute;  
 
position: absolute;  
 
float:right;
 
float:right;
margin-left: 40px;
+
margin-left: 135px;
margin-top:-23px;
+
margin-top:-42px;
 
  }
 
  }
  
Line 188: Line 189:
 
clear:both;
 
clear:both;
 
}
 
}
 
        .simpleButton {
 
            width: 100px;
 
    background-color: #23B593;
 
    height: 25px;
 
    text-align: center;
 
        padding: 12px 7px 5px 7px;
 
        margin: auto;
 
color: #fff;
 
        font-weight: bold;
 
    }       
 
 
        .simpleButton:hover {
 
    background: #59bf92;
 
    }
 
  
 
         #contentContainer table {
 
         #contentContainer table {
Line 270: Line 256:
 
</ul>
 
</ul>
 
</li></a>
 
</li></a>
 +
  
 
<a href="https://2015.igem.org/Team:Example2/Practices"><li>HUMAN PRACTICES</li></a>
 
<a href="https://2015.igem.org/Team:Example2/Practices"><li>HUMAN PRACTICES</li></a>

Revision as of 21:50, 24 February 2015