Сообщение от McLotos
|
Если у кого-нибудь есть такой скрипик киньте плиз..
|
Как вариант...
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style type='text/css'>
.button,
.button_dn {
width: 62px;
height: 20px;
display: block;
text-align: center;
text-decoration: none;
}
.button {
color: #000000;
background: url('http://javascript.ru/files/u10172/1.gif') no-repeat 0 0;
}
.button:hover {
color: #ffffff;
background: url('http://javascript.ru/files/u10172/1.gif') no-repeat 0 -22px;
}
.button_dn {
color: #ffffff;
background: url('http://javascript.ru/files/u10172/1.gif') no-repeat 0 -45px;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<a href='#' class='button' onmousedown='this.className="button_dn"' onmouseup='this.className="button"'>Test</a>
</body>
</html>