Javascript-форум (https://javascript.ru/forum/)
-   (X)HTML/CSS (https://javascript.ru/forum/xhtml-html-css/)
-   -   transition помогите (https://javascript.ru/forum/xhtml-html-css/48757-transition-pomogite.html)

domius 15.07.2014 21:11

transition помогите
 
.dropdown {
	position: absolute;
	opacity: 0;
	margin: 150px 0 0 0px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	z-index: 1;
}

.head nav>ul:first-child :hover .dropdown {
	margin: 0;
	z-index: 2;

}

это когда нужно показать !! а можно задать как нужно прятать ?

рони 15.07.2014 21:39

domius,
мал мало html покажи


Часовой пояс GMT +3, время: 17:17.