<!DOCTYPE html>
<html>
<head>
<style>
.test {background-repeat: no-repeat; }
</style>
</head>
<body>
<input type="button" value="Example" class="test" />
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<style>
.test {background-repeat: no-repeat; }
</style>
</head>
<body>
<input type="button" value="Example" class="test" />
</body>
</html>