Bonjour,
voila mon soucis.
je voudrais modifier le style de l'infobulle d'une balise area
Voila mon css il fonctionne avec une balise SPAN
Et voila mon html
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
25
26
27
28
29
30
31
32
33
34 a.info { position:relative; text-decoration: none; } a:hover.info { color:#000000; background: none; } a.info {display: none;} a:hover.info span { background-color:#e2fcc7; display: inline; position: absolute; top:1.5em; left:0.5em; z-index: 20; color:#000000; border: 2px solid #80c268; -moz-border-radius: 15px; width:150px; text-align:center; font-weight:normal; font-size: 12px; line-height:14px; padding:2px 4px; }
Voila donc mon probleme et de changer le style le l'infobulle.....
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 <IMG SRC="test.png" border=0 WIDTH=500 HEIGHT=459 USEMAP="#Map"> <MAP NAME="Map"> <AREA SHAPE="circle" class="info" title="Infobulle" HREF="precedent.html" COORDS="50,30,10"> </MAP>
Est ce que vous pouvez m'aider
Merci
Partager