a {
display: block;
width: 320px;
height: 240px;
background: #000;
text-decoration: none;
}
.txt {
z-index: 25;
}
a .txt {
display: none;
}
a:hover .txt {
display: block;
color: #fff;
width: 320px;
height: 240px;
}
<a href=""><div class="txt">legende photo</div></a>