Ciao a tutti ho questo in css:

codice HTML:
.cnt-city-home>div>a h3 {
        position: absolute;
	z-index: 5;
	margin-top: 100%;
	color: #FFF;
	text-shadow: 2px 2px 4px #555;
	transition-delay: 3s;
	-webkit-transition-delay: 3s;
	transition: 0.5s ease-in margin-top; -webkit-transition: 0.5s ease-in margin-top;
	-moz-transition: 0.5s ease-in margin-top;
	-ms-transition: 0.5s ease-in margin-top; -o-transition: 0.5s ease-in margin-top;
}
.cnt-city-home>div>a:hover h3 { margin-top:-65px; }
il problema che il delay non funziona non da il ritardo di 3s come mai?