/ Published in: CSS
Turns an a-tag into an image.
Expand |
Embed | Plain Text
<!-- HTML --> <a href="www.YOUR-URL.com" class="atagimg"></a> <!-- ********************************************************************** --> /* CSS */ a.atagimg { background: url(img_url.png) no-repeat; width: 167px; height: 126px; display: block; border: 0; }
You need to login to post a comment.
