Bonjour,
Je sais pas si je suis sur le bon Forum.
J'ai un code auquel lorsque je passe sur une forme une image s'affiche jusque là tout vas bien
J'aimerai si possible afficher deux images au passage sur une forme
Mon code:
Code html : 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="fr">
 
<head>
	<meta charset="UTF-8" />
	<title>Europe</title>
	<meta name="Author" content="Max V.">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<script src="../../../Js/jquery-3.3.1.min.js"></script>
	<script src="../../../js/Ephemeride.js"></script>
	<script src="../../../js/liste_deroulante.js"></script>
	<link rel="stylesheet" href="../../../Css/index.css">
	<style>
                #titre {
                        position: absolute;
                        top: 10px;
                        left: 160px;
                        color: #363434;
                        font-weight: bold;
                        font-weight: bold;
                        font-style: italic;
                        text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.4), -1px -2px 0 rgba(255, 255, 255, 1);
                        font-size: 80px;
                        border: solid 0px #fff;
                        width: 600px;
                        height: 60px;
                    }
                    svg.map__image {
                        position: absolute;
                        top: 90px;
                        left: 20px;
                        border: 1px solid red;
                        /*cadre rouge autour de la carte*/
                        width: 990px;
                        height: 730px;
                        margin: 0px;
                    }
                    svg.map__image path {
                        fill: #19191f;
                        stroke: #cc4646;
                        stroke-width: 0.5;
                        /*Séparation carte*/
                        transition: fill 0.1s;
                    }
                    svg.map__image g:hover path {
                        fill: #0000FF;
                        stroke: #cc4646;
                    }
                    svg.map__image text {
                        fill: #e8e809;
                        font-size: 12px;
                        /*taille sans hover*/
                        font-style: italic;
                    }
                    svg.map__image g:hover text {
                        fill: #fdfefe;
                        font-weight: bold;
                        font-size: 12px;
                        /*taille avec hover*/
                        font-style: italic;
                    }
                    #ligne_rouge {
                        fill-rule: evenodd;
                        clip-rule: evenodd;
                        fill: #0404fc;
                        stroke: #f80a13;
                        stroke-miterlimit: 22.9256;
                        stroke-width: 1px;
                    }
                    #tadiv {
                        position: absolute;
                        top: 95px;
                        left: 850px;
                        display: block;
                        height: 190px;
                        /*Hauteur liste des régions*/
                        width: 80px;
                        background-color: transparent;
                    }
                    .scrollbar3 {
                        margin-left: 30px;
                        float: left;
                        height: 200px;
                        width: 160px;
                        background: #050505;
                        overflow-y: scroll !important;
                        /*définie l'overflow vertical*/
                        overflow-x: hidden !important;
                        /*définie l'overflow horizontal.*/
                        margin-bottom: 25px;
                    }
                    #style-3::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                        border-radius: 10px;
                        background-color: #050505;
                    }
                    #style-3::-webkit-scrollbar {
                        width: 10px;
                        /*largeur de la scroll*/
                        background-color: #050505;
                    }
                    #style-3::-webkit-scrollbar-thumb {
                        border-radius: 10px;
                        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
                        background-color: #D62929;
                    }
                    /* fin scrollbar des Régions */
                    .exposant {
                        font-size: 12px;
                    }
                    .img_info {
                        position: absolute;
                        top: 615px;
                        left: 25px;
                    }
                    .img_info_cir {
                        position: absolute;
                        top: 655px;
                        left: 875px;
                    }
        .catégorie{
            color: #fff;
        }
 
                #modalCheck{
                        display: none;
                }
                .modalLayer{ /*Fenétre non modal*/
                        display: none;
                        position: fixed;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        background-color: rgba(0, 0, 0, 0.5);
                }
                #modalCheck:checked + .modalLayer, #modalContent:target{
                        display: block;
                }
                .popup_block{
                        background: #0b0b0b;
                        padding: 0px;
/*                      border: 1px solid #ddd;*/
                        position: absolute; top: 620px; left: 1020px;
/*                      margin: 10% auto;*/
/*                      width: 10%; */
                        box-shadow: 20px 0px 0px #000;
/*                      border-radius: 10px;*/
                }
                img.btn_close {
                        float: right;
                        margin: 10px -25px 0 0;
                        cursor: pointer;
                }
                .button{
                        cursor: pointer;
                        color: blue;
                        text-decoration: underline;
                }
        .xx{position: absolute;top: 233px;left: 685px;}
        .www{position: absolute;top: 455px;left: 70px;}
        </style>
</head>
 
<body>
 
 
	<!--   <bouton id="bt-afficher">Afficher le texte</bouton> -->
	<div class="map" id="map">
		<div class="map__image">
			<!-- Fin Afficher et masquer nom sur la carte -->
			<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="70 0 810 810" class="map__image">
 
				<g data-description="Santa Cruz<br> 0,00 Km² <br>0 habitants">
					<a id="region-14" xlink:href="santa_cruz_communes.html" data-img="img14" data-txt=" Santa Cruz">
						<path id="14" title="Santa Cruz" d="M337.9,533.1l73.1,0l0,0c-0.3,0.8-0.5,1.6-0.7,2.5c0.5,1.5-0.1,3.5,0.4,5.1c0.6,2.1,2,5.6,3.3,7.3c0.9,1.1,2,2.1,3.5,2.5c1.7,0.5,4.7,4.3,5.7,5.8c0.6,0.9,1.6,2.7,2.4,3.3c1.9,1.3,3.1,0.7,5.2,0.9c2.2,0.6,3.9,1.7,6.2,1.6c1.4-0.1,3.4-1,4.5,0c4,3.4,2.4,9.2,1.6,13.6c-0.1,0.7-0.2,1.9-0.7,2.3c-1,0.9-2.2,0.1-3,1c-0.7,0.8-2.8,1.9-3.8,2.2v0.1c1,0.2,3-0.7,4.1-0.7c2.9-0.2,1.3,0.3,1.7,2.1c0.8,0.5,1.4,0.4,1.4,1.4l0,0c-1.6,0-2.6-0.3-2.6,1.6c0,0.4-0.7,1.3-0.4,1.5c0.6,0.5,1.1,0.6,1.1,1.5l0,0c-1.3,0.3-3-0.1-4.1,0.6c0,2.3-4.2,2.6-4.2,5c0,0.7,0.4,1.6-0.7,1c-0.9-0.5-0.6,2.6-3.2,1.9c-0.9-0.2-5.6,4.4-7.1,5.1c-2.3,1-2.2,0.6-3,3c-0.6,2-1.6,2.5-3.5,3.4c-0.8,1.5-2.4,2.4-3.2,4c-1.2,2.2-2.4,4.8-3,7.2c-0.4,1.9-1.6,1.8-1.6,3.9c1.6,0,1-3.5,3.3-3.5v0.1c-0.7,0.2-1.6,5.5-1.7,6.4c-0.5,3.2-0.3,6.3-1.3,9.5c-1.5,3.9-5.3,8-9.8,8c-1.8,0-4.6-8.7-5.8-8.7c0,2.5,1.7,4.1-1.9,4.1c-0.2,0-3.8,0.1-2.6,0.3c2.2,0.5,4.1-0.5,5.4,1.1c0.8,1,1.1,1.9,2.1,2.6c0.6,0.4,1.9,0.9,2.1,1.6c-0.7,0-4.4,2-5.4,2.4c-6.8,2.5-7.9,9-8.8,15.3c0.1,3.3-1.6,4-3.4,6.3l-1.2,1.4c-1,1.2,1.7-1.1,1.8-1.2c0.7-0.4,1.6-1,2.5-1c0.5,2-0.4,4.3,0.2,6.4c0.6,2.5,2.2,5.2,2.2,7.7c0,1.6,0.2,1.7-1,3c-0.7,0.8-1.9,1.9-1.6,3c0.9,0.2,1.5-1.9,2.6-2c0.4,0,1.9,4,2.4,5c0.4,0.7,0.8,1.4,1.2,2.2c0.4,0.8,0.8,2.4,1.4,3c0.6,0.5,1.1,1.6,1.4,2.4c1,2.2,2.8,4,3.9,6c1.2,2.2,0.9,1.5,0.9,4.1l0,0c-0.7-1.5-3.3-3-4.8-3.3c-1.6-0.3-3.4-0.8-4.8-1.6c-1.3-0.6-2.3-1.9-3.7-2.4l-6.6-0.1l-8.8-4.4l-34.9,0.2c-0.2-0.7-0.9-0.9-1.1-1.6c-0.2-0.8,0.3-1.6,0.3-2.4c0-1.6-4.2-3.8-5.2-4.8c-0.8-0.8-0.3-1.2-0.6-2.2c-0.2-0.6-1.2-0.9-1.6-1.5c-1.1-1.7,0.4-1.3,0.8-2.7c0.1-0.4-0.1-1.4-0.1-1.8c0-3.1,3.4-4.4,0-7c-3.1-2.4,1.7-3.4,1.7-5c0-1.1,0.3-3.9-0.7-4.4c-3.7-1.8,2-6.1-0.6-6.6c-3.4-0.6-2.9,0.7-5.6,1.3c-0.4,0.1-1.3-2-2.5-0.8l-2.9,3c-1,1-3.7,4.7-4,1.3c-0.2-2.1,0.1-4.7-1.8-5.9c-1.4-0.9-1.6-2.2-1.9-3.6c0-1.5-1.2-2.6-1.2-4.1c0.1-2.3-1.3-2.6-1.6-4.5c-0.2-1.1,0.3-1.8,0.6-2.8c0.6-1.6-0.5-3.5,0.1-5.5c0.9-2.6-1.3-2.9-1-5.1c0.2-1,0.8-1.7-0.4-2.5c-1.5-0.9,0.1-2.6,0.3-3.9c0-1.5-2.2-3.8,0.5-4l6.3-0.4c2.5-0.2,0.9-1.6,1.4-3.2c0.4-1.3,1.9-4.7,3.3-4.5c2.3,0.4,1.3-0.5,2.6-1.5l2.4-1.8c1.5-1.1,1.2-2.2,1.2-3.9c0-1.7,0.1-4.3-0.6-5.9c0.8-0.5,2.5,0.5,2.8-0.9c0.3-1.7,0.6-0.8,1.3-2.3c1.2-1.5,3.5-1.7,1.4-4c-1.3-1.4,0.2-3.2-0.9-4.2c-0.9-0.9-2.3-0.6-2.2-2.1c0.1-2.1-1.8-0.5-1.8-2.5c0-0.9,1-1.6,1-2c0-0.3-0.5-0.6-0.3-0.9c0.7-1,1.6,0.7,1.5-0.7c-0.1-1.6,2.5-3.6,2.8-5.8c0.2-1.1-1.4-4,0.9-3.8c2.3,0.2,2.3,0.1,3.6-2.3c1.6-1.1-0.1-1.7,0.5-3.1c0.4-0.7,1.6,1.7,2.2,1.5c1.8-0.7-0.3-4.4-0.7-5.3c-0.4-0.8,1.1-1.4,0.5-2.5c-0.6-1.1,0-3,0.1-4.4c0.1-1.8,4.2-0.8,4.3-3.9c0.1-3.1-2.3-7.2-1.4-10c0.6-0.3-0.2-1.3-0.5-1.6c-0.4-0.4-1.7-0.8-1.9-1.2c-1.3-2.3,2-1.3,2.8-2.3C337.2,534.4,337.7,533.7,337.9,533.1L337.9,533.1z" />
						<text transform="matrix(1 0 0 1 334 604)">
							<tspan x="0" y="0" class="texte">Santa Cruz</tspan>
						</text>
					</a>
				</g>
				<g data-description="Chubut<br> 0,00 Km² <br>0 habitants">
					<a id="region-15" xlink:href="chubut_communes.html" data-img="img15" data-txt=" Chubut">
						<path id="15" title="Chubut" d="M335.8,432.2l119.9,0l0,0c0,2.4,1.2,4,3.9,5.1c2.5,1.1,5.2,0.3,7.7,0.9c0,0.6-2.2,0.6-2.2,1.7c-0.2,2.1-2.2,3.7,1.6,3.1c3.1-0.5,6.6,1.2,8-2.3c0.8-2,0.1-2-1.7-2.2c-1.3-0.1-2.8,0-4.1,0c0-0.4,2.9-1.1,3.4-1.2c1.4-0.1,3-1.3,4.2-2c1,0.1,1.8-1.3,3.2-0.9c0.4,0.1,1.1,2.1,1.4,2.6c0.3,0.7,1,1.2,1.2,1.9c0.8,2.1-0.3,4.6,0.2,6.7c0.2,1.9-0.2,6.1-2.4,6.5c-2,0.4-4.1,0.8-6,1.6c-1.4,0.6-2.6-1.6-2.9-2.8c-0.3-1.2,0.7-2.5,0.1-3.8c-1-2.1-5.4-3.3-7.5-2.9c-1.5,0.3-1.3,0.8-2,1.9c-1.1,1.6-2.9,0.8-3.8,1.8c-0.3,0.4-1.4,3.1-0.8,3.3c4.4,1.7,6.9,4.3,11.9,4.3c0,0.1,0,0.2,0,0.4c0.1,0,0,0.2,0.1,0.3c0,1-4.2,2.9-5.2,3.3c-3.3,1.5-5.7,1.8-7.5,5.3c1.2,4.4-6.8,6-5.7,11.2c0.4,2,0.8,4.6,1.8,6.3c0.3,0.5,1.1,1.7,0.9,2.3c-0.1,0.3-0.8,0.8-1.1,1c-0.9,0.6-0.6,1.3-0.6,2.2c0.5,0.8,2.6,2.9,1.4,3.6c-0.5,0.3-1.8,0.8-1.3,1.6c0,0.1-2,2.9-2.2,3c-0.7,0.4-3.8,1.9-4,2.8c-0.7,0.2-1.6,3.5-1.1,4.2c0.9,1.1,1.4,1,2.6,1.5c0.5,0.2-1,2.8-1.4,3.1c-0.6,0.4-4.2-1-4.4-0.2l-0.2,0.4c-1.4,0-2.6-1.4-4.5-1.4c-0.9,0-4.8,1.9-5.5,2.6c-0.7,0.7-4.4,2.5-1.2,2.5c0.3,1.3-2.4,1-3.5,1.2c-3,0.7-5.6,1.4-7.4,4.2c-0.9,1.5-1.5,3.1-2.5,4.7c-0.5,0.8-0.3,2.3-1.1,3.1c-0.4,0.4-0.5,1.5-1,2.2c-1.6,2.1-2.7,3.9-3.5,6.1l0,0l-73.1,0l0,0c0.6-1.7-0.6-2.6-2.1-4.9c-0.7-1.1-0.3-3.1-0.6-4.4c-0.9-3.3,3-2.7,4.1-4.5c0.7-1.1,0.1-2.8,2-2.6c1.9,0.1,1.1-1.5,2-1.4c2.5,0.2-1.7-3.9-2.2-4.7c-0.4-1.1-0.6-3.3-1.8-3.7c-1.8-0.6-3.2-1.7-5.1-1.2c-1.9,0.4-5.2-5.5-1.8-4.2c2.2,0.8,2.8-0.6,4.3-0.1c1.4,0.4,1.6,0.2,2.9-0.4c1.2-0.5,2.2,0.5,3,0.5c1.3,0,3.9-1.1,3.3-2.9c-1-2.9,2.9-1.1,1.7-3.2c-1.4-2.4-2-2.7-4.7-3.6c-1.7-0.5-2.5,0.3-4,0.3c-1.4,0-1.9-0.4-3.4-0.3c-1.5,0.2-0.6-4.3-0.5-5.2c0-0.9-1.6-2.5,0.6-2.5c0.3,0,0.9-2.2,1.1-2.5c1.3-2.4,1.2-2.6-0.6-4.2c-0.9-0.8,1.3-3,2-3.4c0.3-0.2,2-0.8,0.9-1.2c-1.6-0.6-2-1.1-3.3-2c-1.8-1.3-2.1-2.2-2.6-4.4c-0.2-1.2,3.2-1.9,3.1-3.1c-0.1-0.9-0.1-2.7-1.1-2.8c-2-0.3-2.5-0.8-3-2.7c-0.2-0.9-1.9-1.4-2.4-2.3c-0.6-1-0.6-2.3-0.8-3.4c0-1.9,0.2-3.4,1-5.1c0.8-1.7,1.5-2.6,0.7-4.5c-0.7-1.8-4.4-8.2,0.4-7.2c1.9,0.4,3.3,2.8,4.7,0.3C336.1,434.8,336,433.4,335.8,432.2L335.8,432.2z" />
						<text transform="matrix(1 0 0 1 384 477)">
							<tspan x="0" y="0" class="texte">Chubut</tspan>
						</text>
					</a>
				</g>
 
 
			</svg>
			<!--     <line id="ligne_rouge" class="texte"                         -->
		</div>
		<!-- Afficher ou Masquer texte La liste des Régions-->
		<details close="close">
			<summary id="masquer_liste" style="cursor:pointer;">La liste des Régions</summary>
			<!-- Fin Afficher ou Masquer texte La liste des Régions-->
			<!-- Liste -->
			<div class="map__list" id="tadiv">
				<ul class="scrollbar3" id="style-3">
					<ul class="list_ul">
 
						<li class="bloc"><a href="santa_cruz_communes.html" data-img="img14" data-txt="Santa Cruz" id="list-14">Santa Cruz </a>
						</li>
						<li class="bloc"><a href="chubut_communes.html" data-img="img15" data-txt="Chubut" id="list-15">Chubut </a>
						</li>
 
					</ul>
				</ul>
			</div>
		</details>
		<div id="ejs_texte"></div>
		<!-- Fin Liste -->
		<!-- Photos aux passage zone des cartes -->
 
		<img class="img_info" src="../../drap_fixe/argentine//Santa_Cruz.png" class="img_ville" width="300" height="200" id="img14" style="display:none;">
		<img class="img_info" src="../../drap_fixe/argentine//Chubut.png" class="img_ville" width="300" height="200" id="img15" style="display:none;">
 
	</div>
	<!-- Fin Photos aux passage zone des cartes -->
	<!--Afficher keure Gmt-->
	<script src="../../../js/gmt.js"></script>
	<script src="../../../js/afficher_liste.js"></script>
</body>
 
</html>
Je vous remercie d'avance
Max