Forum » » Le coin des codeurs » » [Résolu] - Infobulle avec image
Posté : 1 avr. 2008 à 12:56
A.ag_pop
{
position:relative;
text-decoration: none;
font-weight: bold;
}
A:hover.ag_pop
{
text-decoration: none;
background: none;
}
A.ag_pop span
{
display: none;
}
A:hover.ag_pop span
{
display: inline;
text-align:left;
position: absolute;
bottom:1em;
right:3em;
z-index: 20;
background: #FEE5B3;
color: #000;
border:1px solid #000;
width:160px;
font-weight
old;
font-size: 15px;
line-height:20px;
padding:10px;
}
echo '<a href="lien" class="ag_pop"><span>texte</span></a>';
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=23425&forum=5