Bonjour à tous et à toutes, me voici avec une coquille empalée dans mon code. Je cherche à afficher mon image au passage de la souris, sous ff sa fonctionne ?
http://creatif-web.be/projet/index.php
merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 a#lien { text-decoration:none; color:#FF0000; font-size:120%; } a#lien:hover { text-decoration:overline underline; color:#FF6666; } a#lien:visited { color:#FFFFCC; } a span { display: none; } a:hover span { display:inline; position:absolute; background-image:url(http://creatif-web.be/projet/img/anim.gif); margin-top: -111px; margin-left: 500px; width: 126px; height: 331px; }
Partager