<html>
<head>
<style type="text/css">
input.glow:hover { box-shadow: 0 0 4px #FF0000; }
</style>
</head>
<body>
<input type="button" class="glow" value="by Aeven" />
</body>
</html>
<html>
<head>
<style type="text/css">
img.glow:hover { box-shadow: 0 0 4px #FF0000; }
</style>
</head>
<body>
<a href="#"><img src="http://static3.otland.net/customavatars/avatar91287_1.gif" alt="" class="glow" /></a>
</body>
</html>