How to make dynamic floating social bookmark
1. Log in to blogger account and Go to Design >Edit HTML
2. Put checked marked in Expand Widget Templates
3. Find this tag by using Ctrl+F
1. Log in to blogger account and Go to Design >Edit HTML
2. Put checked marked in Expand Widget Templates
3. Find this tag by using Ctrl+F
4. Paste below code after tag
5. After Find this tagby using Ctrl+F ]]>
6. Paste below code before ]]> tag
#floatMenu {
position:absolute;
top:150px;
float:left;
width:45px;}
#floatMenu ul {
list-style: none;}
#floatMenu ul li a {
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
-o-transform:scale(0.6);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
opacity: 0.8;}
#floatMenu ul li a:hover {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
opacity: 1;}5. After Find this tagby using Ctrl+F
6. Paste below code before tag
Note: Replace http://twitter.com/bloggertrix with your Twitter profile link
Replace http://www.facebook.com/pages/Blogger-Trix/110888928990749
with facebook fan page link.
7.Your are done.


