Created
October 11, 2012 17:44
-
-
Save jasonsee/3874219 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.product-image { | |
width: 50px; | |
height: 50px; | |
} | |
.new { | |
background-image: url(/some/image/new.png); | |
position: absolute; | |
display: block; | |
left: 3px; | |
top: 3px; | |
} | |
</style> | |
<body> | |
<a href="cart.html"> | |
<img class="product-image new" src="/products/hats/3455.jpg"> | |
</a> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment