How To Add Together A Floating Viscid Footer Bar Inward Blogger

I accept seen that many of those using toolbars such equally Wibiya accept had to take away it because of interfering amongst the surgical operation of to a greater extent than or less scripts similar Scriptaculous together with Prototype, spell others accept chosen to take away these scripts but to drib dead along using the toolbar.

Well, for those who prefer to accept a custom toolbar that does non plough over them such problems together with let them to drib dead along using other scripts, here's how to practise our ain floating toolbar amongst a unopen option.

The toolbar contains a search box, link for feed subscription, link to follow on Twitter together with Facebook, similar push clit to portion on Twitter or Facebook together with translator inwards 5 languages.


You tin run across it working inwards this demo blog.

Adding a Custom Sticky Toolbar on Blogger

Step 1. Login to your Blogger concern human relationship > direct your weblog > click on the "Template" pick on the left side


Step 2. Click on the Edit HTML push clit on the correct side > click anywhere within the code surface area together with press CTRL + F keys to opened upwardly the Blogger search box

Step 3. Paste or type the next tag within the search box together with hitting Enter to honor it:
]]>
Step 4. Just inwards a higher identify ]]> add together the next CSS style:
#custom-toolbar {
overflow: auto;
position: fixed;
background: #1B1B1B url("http://1.bp.blogspot.com/-0XYBiDXh7Vo/Uupp-CQrhJI/AAAAAAAAF_8/qKBKfmooBVQ/s1600/pagelist.png") repeat-x scroll 0 bottom;
font: bold 13px/17px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
height: 33px;
margin: 0 auto;
width: 100%;
bottom:0px;
right:0;
}
.close-toolbar {
float: right;
margin-top:6px;
padding-right: 10px;
cursor: pointer;
}
.search-text {
color: #D1D1D1;
text-align: center;
border-radius: 10px;
}

.google_translate:hover img {
filter:alpha(opacity=0.90);
-moz-opacity: 0.90;
opacity: 0.90;
border:0;
}
Step 5. Now search for this tag:
Step 6. Just inwards a higher identify the tag add together this script:
Step 7. Now search for the tag together with but inwards a higher identify it, add together this HTML code: