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: | + | margin-left: 135px; |
− | margin-top:- | + | margin-top:-42px; |
} | } | ||
Line 188: | Line 189: | ||
clear:both; | clear:both; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#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