bonjour a tous!
bon j'ai un petit menu dont le code ci-dessous:
<html>
<title></title>
<head>
<style>
a.maclasse
{
color:#00FF00;
font-size:11pt;
} </style>
</head>
<body>
<table width="7%" cellpadding="3" cellspacing="1" border="0" bgcolor="#000000">
<tr>
<td
style="color:white;font-weight:bold" bgcolor="#5979B6"><a
class=maclasse href="mapage.htm">Start</a></td>
</tr>
<tr>
<td
style="color:white;font-weight:bold" bgcolor="#5979B6"><a
class=maclasse href="mapage.htm">Stop</a></td>
</tr>
<tr>
<td
style="color:white;font-weight:bold" bgcolor="#5979B6"><a
class=maclasse href="mapage.htm">Restart</a></td>
</tr>
</table>
</body>
</html>
je cherche une fonction javascript qui me permet d'afficher ce menu lors de passage de la souris sur un element de ma page.
merci!