<!-- using images in the li -->
<ul class="social">
<li>
<img src="http://cdn1.iconfinder.com/data/icons/socialnetworking/32/facebook.png" />
<a href="#">Link text here</a>
</li>
</ul>
<!-- using background images -->
<ul class="social-backgrounds">
<li>
<a href="#">Link text here</a>
</li>
</ul>
<!-- Some visitors might click on the icon thinking it's clickable. Wrap the A tag around the image. -->
<ul class="social-backgrounds-packaged">
<li>
<a href="#">Link text here</a>
</li>
</ul>