<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Button Sprites Test</title>
<style type="text/css">
a.getstarted:link, a.getstarted:visited {display:block;width:183px;height:42px;text-indent:-9999px;background:url(http://www.elance.com/media/images/4.0/buttons/get-started-btn-large-special-spr.png) no-repeat left top;}
a.getstarted:hover {background:url(http://www.elance.com/media/images/4.0/buttons/get-started-btn-large-special-spr.png) no-repeat left -42px;}
a.getstarted:active {background:url(http://www.elance.com/media/images/4.0/buttons/get-started-btn-large-special-spr.png) no-repeat left -84px;}
</style>
</head>
<body>
<div>
<a href="#" class="getstarted">Get Started</a>
</div>
</body>
</html>
|