<html>
<head>
<title>Picture</title>
<style>
.pic{
background: transparent url(./image/29.gif) no-repeat center;
width:100px;
height:100px;
}
</style>
</head>
<body>
<input class="pic" value="Submit" type="button">
</body>
<html>