Message pour absurdsystem

Fermé
Manshiz Messages postés 184 Date d'inscription samedi 21 janvier 2006 Statut Membre Dernière intervention 18 août 2012 - 20 août 2007 à 19:17
Manshiz Messages postés 184 Date d'inscription samedi 21 janvier 2006 Statut Membre Dernière intervention 18 août 2012 - 24 août 2007 à 13:59
Bonsoir absurdsystem.

J'ai trouvé une alternative concernant le rollover lien>image.

Il faut in troduire ceci dans la feille de style:

a.viewpic {border-bottom:1px dashed #808080;
text-decoration: none;
}
a:hover.viewpic {
text-decoration: none;
background: none;
}
a.viewpic span {display: none;}
a:hover.viewpic span {
display: inline;
position: relative;
top:-30px;
right:50px;
z-index: 20;
width:100%;
padding:2px 4px;
}

Ensuite dans l'article:

<a class="viewpic" href="url de l'article">Votre texte<span><img src="url_image.jpg" /></span></a>

ça marche et c'est génial!!

1 réponse

Manshiz Messages postés 184 Date d'inscription samedi 21 janvier 2006 Statut Membre Dernière intervention 18 août 2012 10
24 août 2007 à 13:59
;-)
0