Difference between revisions of "Team:TU Darmstadt/Templates/SideBarMenu"
Line 29: | Line 29: | ||
#menuContainer li ul { | #menuContainer li ul { | ||
− | display: | + | display: block; |
− | padding-bottom: | + | overflow: hidden; |
+ | padding-bottom: 0px; | ||
+ | opacity: 0; | ||
+ | max-height: 0; | ||
+ | z-index: 999; | ||
+ | margin-top: 0; | ||
+ | transition: all 0.75s linear 0.5s; | ||
+ | -webkit-transition: all 0.75s linear 0.5s; | ||
+ | -moz-transition: all 0.75s linear 0.5s; | ||
+ | -o-transition: all 0.75s linear 0.5s; | ||
+ | } | ||
+ | |||
+ | #menuContainer > ul li:hover > ul { | ||
+ | display: block; | ||
+ | opacity: 1; | ||
+ | max-height: 999px; | ||
+ | z-index: 2; | ||
} | } | ||
Revision as of 09:28, 18 September 2015