tu met une image d'arriere plan à ton boutton
<style type="text/css">
.button {
background-image:url(imagesdubouton.gif);
}
</style>
<body>
<form>
<input class="button" name="button" type="button" />
</form>
</body>
</html>
Modifié par StyleSho (14 Feb 2006 - 13:29)