Bonsoir a tous, j'ai une page programmée en html et une page en css pour faire un tableau.
j’essaie de rentre réactique deux zones au passage de la souris sur des liens. Pour cela j'utilise la fonction



Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
<div id="adr"><img src="ima/fresqg.jpg" usemap="#toc" id="fresqg" alt="" border="0" /></a>
         <map name="toc">
<area shape="rect" coords="1307,192,1328,208"><a href="index.html" title=""></a> 
<area shape="rect" coords="1345,192,1369,208" alt="blabla doit s'afficher la">
</map>
</div>
mais sa marche pas !!! voici ma prog complète, je ne vois pas ou j'ai faux !!!

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
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
<!DOCTYPE html PUBLIC "">
 
<head>
<title>Reproduction de tableaux  la Galerie de peinture </title>
<meta name="description" content="Copie de tableau " />
<meta name="keywords" content="copie tableaux, reproduction peinture, , " />
<script language="javascript" src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div id="page">
  <div id="content">
    <div id="header"><img src="ima/logo.gif" name="logo" border="0" id="logo" alt=""  /></a>
     <div><div id="adr"><img src="ima/fresqg.jpg" usemap="#toc" id="fresqg" alt="" border="0" /></a>
         <map name="toc">
<area shape="rect" coords="1307,192,1328,208"><a href="index.html" title=""></a> 
<area shape="rect" coords="1345,192,1369,208" alt="blabla doit s'afficher la">
</map>
</div>
    </div></div>
    <div id="menu">
      <ul>
        <li><a href="index.html" title="ACCUEIL" class="actif">ACCUEIL</a>|</li>
        <li><a href="pr&Eacutesentation.html" title="PRESENTATION">PR&Eacute;SENTATION</a>|</li>
        <li><a href="biographie.html" title="BIOGRAPHIE">BIOGRAPHIE </a>|</li>
        <li><a href="oeuvres-et-tarifs.html" title="OEUVRES ET TARIFS">OEUVRES ET TARIFS</a>|</li>
        <li><a href="pressbook.html" title="PRESSBOOK">PRESSBOOK</a>|</li>
        <li><a href="contact.php" title="CONTACT">CONTACT</a>|</li>
        <li><a href="informations.html/" title="INFORMATIONS">INFORMATIONS</a></li>
      </ul>
    </div>
    <div id="content-index"><br/><br/><p class="titre-content-index">
 
	<br/>
	<br/><br/><br/>
 
	<span style="color:#EEF0C9;"><center><br/>REPRODUCTION DE TABLEAUX SUR TOILE</center></span></p><br/>
 
 
 
</div>
<div id="image-index"><img src="ima/image1.jpg" alt="" border="0" /></a></div>
  </div>
 
</div>
 
</body>
</html>
 
 
et voici la feuille css
 
 
/* CSS Document */
 
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	background:#000;
 
 
	}
 
 
*  {
	margin: 0 ;
}
 
 
 
h2, h3 , h4 , h5 ,h6  {
 
	display:block;
 
}
 
 
p {
	padding:3px 0 5px 0 ;
}
 
ul  {
	margin: 0 ;
	padding:0;
	list-style:none;
}
 
 
 
 
a {
	text-decoration:none;
	color:#085670;
}
 
a img {
	border: 0;
}
 
a:hover {
	text-decoration:none;
	color:#B2A302;
 
}
.clear {
	clear:both;
}
 
/*--------------------------page index---------------------------------*/
#page {
	width:980px;
	display:table;
	margin:0 auto;
	padding:7px 0 0 14px;
}
 
#content {
	width:980px;
	float:left;
	margin:0 auto;
	border:#FFFFFF 2px solid;	
}
#header {
	float:117px;
}
/*---------logo------*/
#logo{
	padding:13px 0 0 70px;
	float:left;
}
#adr {
	padding:80px 60px 0 0 ;
	float:right;
	width:310px;
	font-weight:bold;
	text-align:right;
	letter-spacing:2px;
}
/*---------menu----------*/
#menu {
	height:20px;
	background-color:#FFFFFF;	
	margin:0 auto;
	float:left;
	width:980px;
}
#menu ul {
	list-style-type:none;
	padding:0;
}
#menu li {
	text-decoration: none;
	height:20px;
	float:left;
	display:inline;
	color:#000000;
 
}
 
#menu li a {
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	height:49px;
	padding:0 33px 0 33px;
	text-align:center;
	vertical-align:top;
	line-height:20px;
	color:#261D11;
 
}
#menu li a:hover {
	text-decoration:none;
	color:#FF3300;	
}
#menu li a.actif {
	text-decoration:none;
	color:#F000000;	
}
/*---------------contenu index--------*/
#content-index{
	width: 420px;
	padding: 5px 0px 0 5px;
	float:left;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
}
#content-index p.titre-content-index{
	display: bloc;
 
	margin: 5px 0px 3px 0px;
}
#content-index p.sous-content-index{
	display: bloc;
	text-align: justify !important;
	margin: 5px 0px 3px 0px;
	font-size:12px;
	font-weight: normal;
	line-height:14px;
}
#content-index p.sous-content-index strong {
	font-weight: normal;
}
#content-index p.sous-content-index a {
	font-weight: normal;
	color: #fff;
}
#content-index p.sous-content-index a:hover {
	text-decoration: underline;
	color: #fff;
}
#image-index{
	padding:60px 0 30px 20px;
	float:left;
}

merci a celui qui pourra me dire pourquoi
bonne soirée