Bonjour !
J'aimerais pouvoir afficher un calque au dessus de mon tableau sans que cela perturbe la fonction Onclick qui se trouve dans la cellule de mon tableau... Comment puis-je faire puisque z-index ne marche pas ???
Dans mon exemple, vous aurez besoin de deux petites images que vous pouvez télécharger ici :
* http://www.simfoot.net/800_600/equipe/PAGES/images/Un.gif
* http://www.simfoot.net/800_600/equipe/PAGES/images/Fleche/15_BD.gif
Voici le code de ma page :
«
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
function Toto()
{
alert ("Coucou ! ! ! !")
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<BR><BR><BR><BR><BR><BR>
<table>
<tr>
<td height="30" width="50" valign="top" id="case23">
<div align="center" id="calignement23">
<span align="center" id="alignement23" style="visibility:visible; z-index:1">
<input type="image" border="0" id="img_case23" src="Un.gif" align="top" onClick="Toto()" name="image">
</span>
</div>
</TD>
</TR>
</TABLE>
<span id="Layer1" style="position:absolute; left:5px; top:115px; width:136px; height:176px; z-index:0">
<input type="image" border="0" name="imageField" src="15_BD.gif" width="130" height="173">
</span>
</body>
</html>
»
MERCI D'AVANCE DE M'AIDER ! ! !
Mon adresse e-mail : fperie@free.fr