top



Social buttons, feel free to use them Smile

Social Buttons! Facebo12

Social Buttons! Twitte12

Here is a code to start with to!
HTML:

Code:
<a target="_blank" href="http://www.facebook.com/WebArtz" class="facebook-button" title="Join us on Facebook"></a>

CSS:
Code:
a.facebook-button {
    background: url("http://i29.servimg.com/u/f29/15/99/65/23/facebo12.png") no-repeat;
    display: block;
    height: 26px;
    width: 155px;
}

a.facebook-button:hover {
    background-position: 0 -26px;
}

Awesome work Rocky Wink
with the CSS of course Razz

Lol, thanks Razz

Cool rockerman!