===============
<style type="text/css">
ul#social {
position: fixed;
margin: 0px;
padding: 0px;
top: 10px;
left: 0px;
list-style: none;
z-index:9999;
}
ul#social li {
width: 100px;
}
ul#social li a {
display: block;
margin-left: -2px;
width: 100px;
height: 70px;
background-color:#fff;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:0px 10px 10px 0px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#social .twitter a{
background:#0F96C6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdUkEek9zD7-Fohx3dw8l-FTT6joVeAnjqkQNN0KaWOsTDCW46Ac3eurifXWodTtPz8LmTvbSIKQushAcJlnB4TQOKyby26EgLYWLLmLh0S7wKe4rWERZSTqBI6f4cAwMFVQPKoeoOoiI/s1600/Twitter.png)no-repeat;
background-position:center center;
}
ul#social .googleplus a {
background:#D73D27 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhacu3TpOpuxLHrYRHsFbc9rrc-0JZpE1pho9PVhRa37dYMSTsJAIgHMhuH7NcEiQVcq9u-wz88FRwBH3jAwKuY2BxRDQPJdsEc_X6FfJyCzL73-IvJtQbgO2it38el01DfnKf01n-tdFg/s1600/GOOGLE+PLus.png)no-repeat;
background-position:center center;
}
ul#social .facebook a {
background:#1A4B97 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPWh-6lOB_nLicMUtpSuY_DVOGXFGCZTALyhMcoUyEe8v5p9Fp2lLtw1wG_P4n1mBot2aWLa6YoVgAivtoT5a0Kwi4keA5g5CqtdNsTnJ2LDw3Pt-CEgqDHZx2LR0ne8jntxWiBt7l7VE/s1600/Facebook.png)no-repeat;
background-position:center center;
}
ul#social .rss a {
background:#FAAE17 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-CO5C46E8EQ7iilJ12DHqDjlNVcFQI7WX5Wcmx3_7wsUt1DYSBIMAoj2AkRkwLv7ZXpD_s-hEy1YIDh_49iUte_ske1vgnWKcLdN9SHv3Oxlw_qaRdwbz2YzZ-r7Ze9gDKE4XALluDFs/s1600/rss.png)no-repeat;
background-position:center center;
}
ul#social .pinterest a {
background:#963336 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjICbBHKFLNnUa50_YFk5-frShC5hOxA3-uWYWcYLyg1wYTv_qtYFrrtLaVbA5XSC_UQnMvQgPq3TK0KCZffxnAXoupI7PFgVBJEtgBzXWhq3d6FoFgmj1V3wupzb0UUaaf2ScsdJwul88/s1600/Pinterest.png)no-repeat;
background-position:center center;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">
$(function () {
$('#social a').stop().animate({
'marginLeft': '-85px'
}, 1000);
$('#social > li').hover(
function () {
$('a', $(this)).stop().animate({
'marginLeft': '-2px'
}, 200);
},
function () {
$('a', $(this)).stop().animate({
'marginLeft': '-85px'
}, 200);
}
);
});
</script>
<ul id="social">
<li class="twitter"><a href="https://www.blogger.com/blogger.g?blogID=555700225768166496#" title="Twitter"></a></li>
<li class="googleplus"><a href="https://www.blogger.com/blogger.g?blogID=555700225768166496#" title="Google Plus"></a></li>
<li class="facebook"><a href="https://www.blogger.com/blogger.g?blogID=555700225768166496#" title="Facebook"></a></li>
<li class="rss"><a href="https://www.blogger.com/blogger.g?blogID=555700225768166496#" title="Rss"></a></li>
<li class="pinterest"><a href="https://www.blogger.com/blogger.g?blogID=555700225768166496#" title="Pinterest"></a></li>
</ul>
===========================
0 comments:
Speak up your mind
Tell us what you're thinking... !