Latest Posts :
Home » » Blogger Floating social bookmarks with Mouseover widget

Blogger Floating social bookmarks with Mouseover widget


Now, I will post about Floating Social Bookmarks with Mouseover. You have seen many kinds of Social Bookmarks style. There is floating, under the post, or maybe on sidebar. So, we will add the floating Social Bookmarks. Just see the DEMO. Interested? Follow the step below, to add into your blog.

1. Log in to your blogger account
2. Go to Design --> Page Elements --> Add Gadget
3. Choose "HTML/Java Script"

<style>
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 0px;
right: 0px;
list-style: none;
z-index:999999;
width:721px;
}
ul#navigation li {
width: 103px;
display:inline;
float:left;
border:0;
}
ul#navigation li a {
display: block;
float:left;
margin-top: -2px;
width: 100px;
height: 25px;
background-color:#eeeeee;
background-repeat:no-repeat;
background-position:50% 10px;
border:1px solid #BDDCEF;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
text-decoration:none;
text-align:center;
padding-top:80px;
opacity: 0.96;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
ul#navigation li a:hover{
background-color:#CAE3F2;
}
ul#navigation li a span{
letter-spacing:2px;
font-size:11px;
color:#60ACD8;
font-family:trebuchet-ms, arial, tahoma, Sans-Serif;
font-weight:bold;
text-shadow: 0 -1px 1px #fff;
}
ul#navigation .rss a{
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhthzu8dfZj0akmTR1IItoCxdcUCDmKvuWHCO6IjgIhJN0imyUkPJoC9RKjGpClxiInTc_Kr4miSLNjNq3pncMvuOebBZfnjTbHYgoyuSMN4P9uAKMMDdr7aGU0Ig4yVsNF5IlXwb03xkIG/s400/rss_64x64.png);
}
ul#navigation .facebook a {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjccDdILvopu4NoPJYP31hCidLt59ZyKGax_I1HWPe0dbyE4CWmJKlh0ILZahfOLsadbL5FbZL72GZdlfstLSJFVOW8puQVBPyapesSMVoXzD2nZIm4XwyHG-tUBbYKZpK7ahBz-_b9ICnx/s400/facebook_64x64.png);
}
ul#navigation .twitter a {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyXpBZ36K8iQJ0VEhcNongQECW3AtZ7zSu_0nFHGacKId2biWSjFAeHvHeC4CUI5q0KfwKrqWEusFDmAFFbeobbmPPjvJY-lE3_xE3mka3WgYsUFcigDr405bzxgA5kVF8Y8xCtybSPIZW/s400/twitter_64x64.png);
}
ul#navigation .googlebookmarks a {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2ztePzOJsUXn6JWTWF-f1N8Nplwd5XPBw5rb75LXOEhCp-DsiHISxd8uvgtAU3VA9N0L44Uz8ALSlcEonD1opLyxVIvlqE29fME8TUddfdPP9GzGt7VyL-DeHfLSzN2CRdbpfhERifRKa/s400/google_64x64.png);
}
ul#navigation .e-mail a {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9AHviBbnQVZSc846nkbw_C25yUMx38qyEUXuW0MzaziTRlE6QL8wTjvHtIAohRCf2B379Ra28wkG-XzW5FPUjfqnCRXO7M5jbKDP_nn1wRkfau5RSL84hNDsCOF0KtV_3ST_p_fqaRxfv/s400/yahoo_64x64.png);
}
</style>

<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js" type="text/javascript">
</script>
<script type="text/javascript">
$(function() {
var d=300;
$('#navigation a').each(function(){
$(this).stop().animate({
'marginTop':'-80px'
},d+=150);
});

$('#navigation > li').hover(
function () {
$('a',$(this)).stop().animate({
'marginTop':'-2px'
},200);
},
function () {
$('a',$(this)).stop().animate({
'marginTop':'-80px'
},200);
}
);
});
</script>

<ul id="navigation">
<li class="rss"><a href="http://YOUR-BLOG.blogspot.com/atom.xml">RSS Feed</a></li>
<li class="facebook"><a href="FACEBOK-PROFILE">Facebook</a></li>
<li class="twitter"><a href="TWITTER-ACCOUNT">Twitter</a></li>
<li class="googlebookmarks"><a href="https://www.google.com/bookmarks/">Google</a></li>
<li class="e-mail"><a href="YAHOO!-ACCOUNT">Yahoo!</a></li>
</ul>

4. Then, add the code below
5. Click SAVE TEMPLATE 
Share this post :

Post a Comment

 
Support : Website by | Bharadwaj
Copyright © 2012. Easy Blog Tools - All Rights Reserved
Template Created by Easy Blog Tricks Published by Bharadwaj
Proudly powered by Blogger