Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Ae galera,
Tô com um problema que acho que seja fácil de resolver. É assim:
Tenho um link no formato:
>
IMAGEM
Texto
Texto
O problema é que no FF, quando o mouse tá em cima, fica:
>
IMAGEM
____
Texto
Texto
O que será?
CSS Relacionado:
/ ELEMENTOS GERAIS /
* { margin: 0; padding: 0; }
html { overflow-x: auto; } / resolve bug do IE, não remover /
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; }
li { list-style: none; margin-bottom: 7px; }
a { color: #23a1db; text-decoration: none; }
a:hover { text-decoration: underline; }
input { padding: 2px; }
ul { margin-left: 30px; }
/ NOTICIAS E DESTAQUES/
#destaques {
width: 470px;
height: 460px;
} width: 100px;
height: auto;
overflow: hidden;
float: left;
text-align: center;
margin-right: 15px;
margin-bottom: 15px;
line-height: 14px;
}
#news {
width: 470px;
min-height: 150px;
}
#title_news {
background: url(../imagens/title_news.gif) no-repeat;
border-bottom: 1px solid #447e05;
height: 30px;
}
#title_dest {
background: url(../imagens/title_dest.gif) no-repeat;
border-bottom: 1px solid #447e05;
height: 30px;
}
#mid_dest_nws {
min-height: 80px;
margin-top: 10px;
margin-bottom: 80px;
} padding: 5px;
} color: #000;
text-decoration: none;
} color: #000;
text-decoration: underline;
} border: 0px;
margin-bottom: 5px;
}<div id="destaques">
<div id="title_dest">
</div>
<div id="mid_dest_nws">
<div>
<a href="#" id="GAL:01"><img src="imagens/anuncios/01.jpg" alt="anuncio 01" width="90" height="90" border="0" />Vendo Ford Edge novo...</a><br /><br />R$ 120.000,00
</div>
<div>
<a href="#" id="GAL:02"><img src="imagens/anuncios/02.gif" alt="anuncio 02" width="90" height="90" border="0" /><br />Celular Motora V9 imperdível..</a><br /><br />R$ 759,00
</div>
<div>
<a href="#" id="GAL:03"><img src="imagens/anuncios/03.jpg" alt="anuncio 03" width="90" height="90" border="0" /><br />Imperdível!! Ração Pedigree...</a><br /><br />R$ 25,00
</div>
<div>
<a href="#" id="GAL:04"><img src="imagens/anuncios/04.jpg" alt="anuncio 04" width="90" height="90" border="0" /><br />Importado: faqueiro em...</a><br /><br />R$ 120,00
</div>
<div>
<a href="#" id="GAL:05"><img src="imagens/anuncios/05.jpg" alt="anuncio 05" width="90" height="90" border="0" /><br />Camisa quiksilver importada...</a><br /><br />R$ 35,00
</div>
<div>
<a href="#" id="GAL:06"><img src="imagens/anuncios/06.jpg" alt="anuncio 06" width="90" height="90" border="0" /><br />Perfume importado Eternity...</a><br /><br />R$ 100,00
</div>
</div>
</div>
falo :DCarregando comentários...