I created my social media icon titles using Jquery.

 

Learn how to customize your own title tags and tool tips here: http://jquerytools.org/demos/tooltip/index.html

What I used:

CSS Code:

.tooltip {
display: none;
background:transparent url(http://desaraeveit.com/wp-content/themes/Trim/images/tooltip-arrow.png);
font-size:12px;
height:70px;
width:160px;
padding:25px;
color:#eee;
top: 53px !important;
}
.tooltip a {
color: #fff !important;
}

JQUERY

<script> $(function() {
$(“#social-icons img[title]“).tooltip();
});

</script>

You will also need to have jquery.tools.min.js from JQUERY.com’s library.

HTML

<img srct=”your image link” class=”tooltip”> The class is what makes it appear using the CSS.

IMAGERY

 


About The Author

DesaraeV on Saturday, May 26th, 2012

Personal branding strategist and ui designer with a background in graphic design, SEO & social media. Ruminations on innovation, technology and a few other random hobbys. I love Geekery!