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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<!-- Pour le décalage de l'image -->
<style type="text/css">
#a.bouton
{
width:180px;
text-align:center;
display:block;
text-decoration:none;
}
a.bouton:hover { margin-left: 30px;}
</style>
</head>
<body>
<table border="1" width="23%" id="table1" bordercolor="#FF0000">
<table border="0" width="150" cellpadding="0" style="border-collapse: collapse" height="12">
<tr><td>
<tr>
<td>
<a href="http://www.google.fr" target="bas_droite" class="bouton" >
<IMG border="0" onmouseover="this.src='zimages/mg2-03-c.gif'" src="zimages/mg2-03-f.gif" alt=" Avec lien et Décale a droite." onmouseout="this.src='zimages/mg2-03-f.gif'">
</a>
</td></tr>
</table>
</td>
</tr>
<tr>
<td height="23">
<table border="0" width="150" cellpadding="0" style="border-collapse: collapse" height="12">
<tr class="bouton" onClick="parent.frames['bas_droite'].location.replace('menu.php')">
<td><IMG border="0" onmouseover="this.src='zimages/mg2-01-c.gif'" src="zimages/mg2-01-f.gif" alt=" Avec lien mais ne décale pas a droite."
onmouseout="this.src='zimages/mg2-01-f.gif'">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</head> |
Partager