I have the following DIVs:
<section id="cidades">
<div class="listacidade">ESCOLHA UMA OPÇÃO</div>
<div class="listacidade"><a href="../zz"><img src="<? echo base_url(); ?>site/modules/entrada/images/cidade_fozdoiguacu.jpg" width="250" height="120" alt=""/></a></div>
<div class="fade-down listacidade"><a href="../x"><img src="<? echo base_url(); ?>site/modules/entrada/images/cidade_curitiba.jpg" width="250" height="120" alt=""/></a></div>
<div class="fade-down listacidade"><a href="../y"><img src="<? echo base_url(); ?>site/modules/entrada/images/cidade_santacatarina.jpg" width="250" height="120" alt=""/></a></div>
</section>
<div class="texto-interno">
texto do site
</div>
With the following CSS:
.listacidade
{
margin-left: 40%;
margin-right: 30px;
margin-top: 15px;
float: left;
}
.texto-interno{
font-weight: bold;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #656565;
margin-top: 60px;
margin-right: 30px;
line-height: 40px;
text-align: center;
z-index: 999;
}
But the case is: that as much as I have a link in the images ... They are "without link", as if one div overlapped the other. I do not know what is wrong