Bonjour à tous,

Je suis en train de me faire un petit site, mais bon j'ai encore quelques petits pépins. Selon mon plan, j'voulais me faire un menu "drop down" dans la barre en haut (Lien 1), mais comme j'ai découper mon site avec des iframes, quand le menu se déroule, il ne sort pas de sa case. C'est logique, mais bon, j'voudrais qu'il passe par dessus tout.

Voici mon layout:





Et mon code:
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
<html>
<head>
<title>~ USHL v1.0 ~ Ultimate Simulated Hockey League</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#C2C3C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (layout.psd) -->
<table id="Table_01" width="800" height="600" border="0" cellpadding="0" cellspacing="0" align="center">
	<tr>
		<td colspan="9">
			<img src="images/layout_01.gif" width="800" height="144" border="0" alt="" usemap="#layout_01_Map"></td>
	</tr>
	<tr>
		<td rowspan="4">
			<img src="images/layout_02.gif" width="7" height="456" alt=""></td>
		<td colspan="7">
			<iframe name="menu" src="menu.html" width="792" height="26" frameborder="0"</iframe></td>
		<td rowspan="4">
			<img src="images/layout_04.gif" width="1" height="456" alt=""></td>
	</tr>
	<tr>
		<td colspan="7">
			<img src="images/layout_05.gif" width="792" height="28" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="images/layout_06.gif" width="1" height="402" alt=""></td>
		<td>
			<iframe name="potw" src="potw.html" width="149" height="379" frameborder="0"</iframe></td>
		<td rowspan="2">
			<img src="images/layout_08.gif" width="6" height="402" alt=""></td>
		<td><iframe name="content" src="content.html" width="475" height="379" frameborder="0"</iframe></td>
		<td rowspan="2">
			<img src="images/layout_10.gif" width="6" height="402" alt=""></td>
		<td>
			<iframe name="games" src="games.html" width="153" height="379" frameborder="0"</iframe></td>
		<td rowspan="2">
			<img src="images/layout_12.gif" width="2" height="402" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/layout_13.gif" width="149" height="23" alt=""></td>
		<td>
			<img src="images/layout_14.gif" width="475" height="23" alt=""></td>
		<td>
			<img src="images/layout_15.gif" width="153" height="23" alt=""></td>
	</tr>
</table>
<map name="layout_01_Map">
<area shape="rect" alt="" coords="7,7,799,144" href="#">
</map>
<!-- End ImageReady Slices -->
</body>
</html>
J'espère que vous pourrez m'aider. Merci.