• Tutorials
  • Blogger Themes
  • Blogger SEO
  • Blogger Widgets
  • Internet
  • Mobile Phones
  • Gadgets
BloggerHero - Blogger Tuts, SEO, Themes, Gadgets
  • Home
  • Blogger
  • SEO
  • Themes
  • Internet
  • Widgets
  • Gadgets
  • About
  • search
    close
Showing posts with label css. Show all posts
Showing posts with label css. Show all posts
So finally after 2 billion years, I am back on BloggerHero with some amazing tricks & ideas to use Blogger platform in many creative ways (Of course it is FREE Hosting after all) which will help you creating sites with either no money or better than your current hosting. 
I was busy with few many experiments since last week and thus will share soon, I will be starting a Youtube Channel as well to demonstrate all of these things I have been working on recently.
But today, first time in the history, I found a way to create a static website on Blogger by Hosting Files such as CSS, JavaScript, Font Files on GitHub, so technically speaking we can create a static website with Unlimited Hosting (You'll have to buy domain anyway) as Blogger and GitHub can store data for Lifetime(Unless they crash and all data gets deleted by these companies)

blogger and github

Basic Idea 

  1. Create a Basic Blogger Blog.
  2. Delete template code or replace with one I will be sharing.
  3. Paste or Create your own HTMLCode (I may start a series of blog posts regarding HTML and CSS)
  4.  Time for GitHub, create a repository on GitHub and upload your files there, files such as CSS (Cascading StyleSheets), JavaScripts, Custom Fonts (Font Icons etc)
  5. Just simply put all the file direct links of these uploaded files and boom, your blogger custom template will be ready.
I have tested with this following blog with some random HTML Source code I had, I hosted files on GitHub, updated and everything worked perfectly, check it out yourself!


Live Demo

This is just a basic informative post, I'll be writing step by step tutorial about how you can create your own Custom Static Website using Blogger and GitHub. Also I am going to start a Beginner Series where you can learn creating blogs and basic modifications. Also we will be having new blogger template this month so stay tuned.
Please let me know if you have any queries, requests or suggestions, I will be happy to assist.
Do share with your buddies and I will catch you in next post with step by step tutorial to build easy blogs and websites!

author blogger, css 08:42
Hi guys, its been a long time I haven't been here, but I'm back now for almost all time with new themes, widgets and stuff for blogger and as you know "I don't always do anything but when I do, Its always AWESOME!" well today we are looking for something new on blogger, mostly this thing you will find in WP blogs, so I've designed this awesome page loader in iOS7 Bar Style for blogger. It looks like iOS7 type bar totally, you can check live demo for it. As you know we keep everything simple here so I'll be providing very simple, easy and one time coding here today.
First of all you can check live demo for this AWESOME iOS7 Page Loader for Blogger. (Just hit any blog post or any external link) you will see that there's loading effect in iOS7 bar style when you hit the link.
iOS7 Loading bar for blogger

liked live demo? now lets see the one time easy installation of this iOS7 Loading Bar for your blog.
Just follow these easy steps :
1. First of all go to Blogger > Template > Edit Template
2. Now find the code </body> (by CTRL + F)
3. After finding the above code, just paste the following code just above it.
<style>
#page-loader {
        position: fixed!important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background:#fff url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh97LZD2bFSSKF_iKqTlhAwkg9TeKj1EmmoNPK8hsmbzoLqiWGGsXVa0AtRjgZmS9bWFz-1p8PA6NVi8eehKRbRjZqHzwC1oAejTYv_-CZlYouLXfGLZsxoD6nMwAodwWNmK77YusCOOm0/s1600/iOS7Loader.gif') no-repeat 50% 30%;
        color: #000;
        display: none;
        font: 0/0 a;
        text-shadow: none;
        padding: 1em 1.2em;
}
</style> 
<script type='text/javascript'>
//<![CDATA[
$(document.body).append('<div id="page-loader">Loading...</div>');
$(window).on("beforeunload", function() {
    // ... Show the Animation `.fadeIn()`
    $('#page-loader').fadeIn(000).delay(6000).fadeOut(000);
});
//]]>
</script>


4. Done, Hit Save! Go on, check your blog now.
I hope you would have liked this awesome loading bar, I'm posting whole set of new blogger page loaders in next posts so just stay subscribed if you don't want to miss the fun!
Stay connected and keep surfing on bloggerhero! post your thoughts, queries here in comment box!

author css, widget 02:51
Flat Responsive Social Share Widget for Blogger
In last post I've shared my own modified Sensational v2.0 Ultra Responsive Blogger Template. Today I'm going to share Flat Responsive Social Share Widget for Blogger.
Though I've shared many cool Social Share Widgets, but this one is pure awesome.
Its one of the widgets which are highly premium and attractive. I'm damn sure that this widget will attract your blog visitors. Whenever you hover the buttons, the official color of these buttons appears. Lets check out why this widget is different.

What's new we have here?

  • Brand New for Blogger as it is Adapted from Wordpress.
  • Simple and Sleek with Pure CSS.
  • Smooth User experience.
  • Totally Responsive on Hover.
  • Fast loading.
  • Custom Social Share Links.
  • No Java Scripts.
  • Perfect as Social Share Widget for Responsive Template.
The widget simply works on the principle of CSS and Custom Social Share Links. Trust me its really awesome you should try the Live Demo.
Actual Share Widget Live Demo

how to install this widget? 

It' easy, just follow these steps :
1.Go to Blogger > Dashboard > Template > Click Edit HTML.
2. Now search ]]></b:skin> and paste the following code just above it.
/*-- Social Links --*/
.entry-social{
 overflow: hidden;
 margin-bottom: 20px;
}

.entry-social a{
 display: block;
 padding-left: 20px;
 color: #FFFFFF !important; 
 font-weight: 300;
font-size:12px;
}

.entry-social div{
 float: left;
 margin-right: 5px;
 width: 95px;
}

.entry-social div a{
 background-color: #FF7F1A;
}

.entry-social .delicious{
 width: 98px;
 margin-right: 0;
}

.entry-social .fb a{ 
 padding: 7px 10px 7px 26px; 
 background-image: url('http://picoolio.net/images/2013/11/29/fb14.png');
 background-repeat: no-repeat;
 background-position: 10px center;
}

.entry-social .fb a:hover{ 
 background-color: #324b81;
}

.entry-social .twitter a{ 
 padding: 7px 10px 7px 32px; 
 background-image: url('http://picoolio.net/images/2013/11/29/twitter14.png');
 background-repeat: no-repeat;
 background-position: 8px center;
}

.entry-social .twitter a:hover{
 background-color: #01A7dE; 
}

.entry-social .gplus a{ 
 padding: 7px 10px 7px 32px; 
 background-image: url('http://picoolio.net/images/2013/11/29/gplus14.png');
 background-repeat: no-repeat;
 background-position: 10px center;
}

.entry-social .gplus a:hover{ 
 background-color: #BA3227;
}

.entry-social .linkedin a{ 
 padding: 7px 10px 7px 35px;
 background-image: url('http://picoolio.net/images/2013/11/29/linkedin14.png');
 background-repeat: no-repeat;
 background-position: 10px center; 
}

.entry-social .linkedin a:hover{
 background-color: #136F9B;  
}

.entry-social .pinterest a{
 padding: 7px 10px 7px 30px;
 background-image: url('http://picoolio.net/images/2013/11/29/pinterest14.png');
 background-repeat: no-repeat;
 background-position: 10px center; 
}

.entry-social .pinterest a:hover{ 
 background-color: #B01C23; 
}

.entry-social .delicious a{ 
 padding: 7px 10px 7px 32px; 
 background-image: url('http://picoolio.net/images/2013/11/29/delicious14.png');
 background-repeat: no-repeat;
 background-position: 10px center; 
}

.entry-social .delicious a:hover{ 
 background-color: #2963B8; 
}
3. Now find the code <data:post.body/> by pressing CTRL+F
4. After Finding the code <data:post.body/> paste the following code just below it.
<div class="entry-social">
<div class="fb">
<a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='external nofollow' target='_blank'>Facebook</a>
  </div>
<div class="twitter">
<a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' target='_blank'>Twitter</a> 
  </div>
<div class="gplus">
<a expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.url + &quot;&amp;imageurl=&quot;' rel='nofollow' target='_blank'>Google+</a>   
  </div>
<div class="linkedin">
<a expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;' rel='nofollow' target='_blank'>Linkedin</a>
  </div>
<div class="pinterest">
<a expr:href='http://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;imageurl=&quot;' rel='nofollow' target='_blank'>Pinterest</a>
</div>
<div class="delicious">
<a expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'>Delicious</a>
  </div>
</div>
<!-- /entry-social -->
5. That's it, hit save now, you are done ! You can check out this widget just go to your blog post.
I hope you would like this widget, you can also browse our All Social Share Widgets.
If you have any problem regarding this widget, just drop your comment or feel free to contact me.

author blogger, css, responsive, Social Share Widgets 22:38
Pure CSS About Me Widget for Blogger
Today we are going to learn how to add Pure CSS Java Enabled "About Me" widget for your blogger blog. This widget is made with Pure CSS and works on the principle of its Javascript. There is no question about it that its awesome. It has many sections like Dribble, Twitter, GitHub [You can also use it as Google Plus] Skype, Email.
It has the basic constituents which is required for the "About Me" widget for any blogger's blog by which the people can reach to your blog easily. The widget simply contents with impressive quotes to attract the visitor.
The installation process is really easy but before installing this widget on your blog, try our live demo.
Live Demo

Now, you must have seen the Live Demo and willing to add this Awesome Widget to Your Blog Footer or in About Us Page. The main feature of this widget is that you can place it after your post or article [Footer Section] and also in "About Us" page as it's constituent. That's it, lets see how to try this widget.

How To Add About Me Widget to Your Blog ?

Basically there are two parts of this widget.
A. To Add this widget below post / article.
B. To Add this widget in Blogger "About Us" / ''About Me" Pages.

A. To Add this widget below post / article.

1. Go to Blogger > Dashboard > Template > Click Edit HTML.
2. Find the following code <data:post.body/>
3. After finding this code paste the following code just below it.
<style>
.wrap {
max-width: 1120px;
margin: 0 auto;
}
/* about me widget by http://techethix.blogspot.com */
#about {
 padding: 8rem 0 0;
}

#about #location {
 text-align: center;
 padding:0 2rem;
 margin-bottom: 9rem;
}
#about #location h2 {
 font-size: 34px;
 font-weight: 100;
 /*color: #48535A;*/
 color: #555;
 margin-bottom: 5rem;
}
#about #location h2 > strong {
 font-weight: bold;
}
#about #location .map {
 background: url('../img/map.png') no-repeat center center;
 background-size: 100%;
 width: 620px;
 height: 418px;
 margin: 0 auto;
 position: relative;
}
#about #location .map-fallback {
 display:none;
}
#about #location .map-fallback > img {
 width:100%;
}
#about #location .map-pin {
    position: absolute;
    right: 100px;
    top: 225px;
}
#about .bio {
 max-width: 800px;
 margin: 0 auto;
 margin-top: 4rem;
}
#about .bio > p {
 font-size: 20px;
 font-weight: 100;
 line-height: 36px;
 /*color: #758087;*/
 color: #555;
}
#about #networks {
 padding: 5rem 0;
 text-align: center;
 background: rgba(0,0,0,0.025);
 -webkit-transition: background .5s;
 -moz-transition: background .5s;
 -ms-transition: background .5s;
 -o-transition: background .5s;
 transition: background .5s;
}

#about #networks.active p {
 color: #fff;
}
#about #networks p {
 font-weight: 100;
 font-size: 20px;
 margin-top: 3rem;
 color: #48535A;
}
#about #networks p > span {
 font-weight: bold;
}
#about #networks .links {
 list-style: none;
}
#about #networks .links > li {
 display: inline-block;
 margin: 0 15px;
 background-image: url('http://codedevelopr.com/screenshots/sprite.png');
 opacity: .4;
 -webkit-transition: opacity .4s;
 -moz-transition: opacity .4s;
 -ms-transition: opacity .4s;
 -o-transition: opacity .4s;
 transition: opacity .4s;
}
#about #networks .links > li:hover {
 opacity: 1;
}
#about #networks .links > li > a {
 display: block;
 text-indent: -9999px;
 width: 36px;
 height: 36px;
}
/* social icon stuff */
#about #networks.dribbble { background-color:#ed6297; }
#about #networks.twitter { background-color:#2094CA; }
#about #networks.github { background-color:#4A535B; }
#about #networks.zerply { background-color:#9DBC7A; }
#about #networks.skype { background-color:#47AED9; }
#about #networks.email { background-color:#e74c3c; }
#about #networks .links > li.dribbble { background-position:0 0; }
#about #networks .links > li.twitter { background-position:0 -36px; }
#about #networks .links > li.github { background-position:0 -72px; }
#about #networks .links > li.zerply { background-position:0 -108px; }
#about #networks .links > li.skype { background-position:0 -144px; }
#about #networks .links > li.email { background-position:0 -180px; }
#about #networks .links > li.dribbble:hover { background-position:-36px 0; }
#about #networks .links > li.twitter:hover { background-position:-36px -36px; }
#about #networks .links > li.github:hover { background-position:-36px -72px; }
#about #networks .links > li.zerply:hover { background-position:-36px -108px; }
#about #networks .links > li.skype:hover { background-position:-36px -144px; }
#about #networks .links > li.email:hover { background-position:-36px -180px; }
</style>
<section id="about" class="clear">
<div id="networks" class="">
<div class="wrap" id="mf5">
<ul class="links" id="mf6">
<li class="service dribbble" data-network="dribbble" data-tip="View my work on Dribbble" id="mf7">
<a href="http://dribbble.com/jason-davis" target="_blank" id="mfa2">View my work on Dribbble</a>
</li>
<li class="service twitter" data-network="twitter" data-tip="Follow me on twitter" id="mf8">
<a href="http://twitter.com/#!/JasonDavisFL" target="_blank" id="mfa3">Follow me on Twitter</a>
</li>
<li class="service github" data-network="github" data-tip="Fork me on Github">
<a href="http://github.com/jasondavis">Fork me on Github</a>
     </li>
     <li class="service zerply" data-network="zerply" data-tip="Check out my online resume">
            <a href="http://zerply.com/jasondavisfl">Check out my online resume</a>
     </li>
     <li class="service skype" data-network="skype" data-tip="Lets chat on Skype" id="mf9">
      <a href="skype:[jason.davis.fl]?[call]" id="mfa4" style="
">Lets chat on Skype</a>
     </li>
     <li class="service email" data-network="email" data-tip="Shoot me an email, lets talk" id="mf10">
      <a href="mailto:jason.davis.fl@gmail.com&su=ATTN: Jason Davis" id="mfa5" target="_blank">Email me, lets talk</a>
     </li>
    </ul>
    <p id="mf11">You can find me all over the web</p>
   </div>
  </div>
</section>
<script type="text/javascript">
$(function(){
 /* Service hovers */
 $(".service").hover(
  function() {
   $("#networks").addClass($(this).data("network")).addClass("active");
   $("#networks p").html($(this).data("tip"));
  },
  function() {
   $("#networks").removeClass();
   $("#networks p").html("You can find me all over the web");
  }
 );
});
</script>
4. Now You can edit the links here and also the text you want to appear. Just copy them and find the lines which you want to edit or modify !

That's it, now you have installed this widget on your Blog Posts but I suggest you to try this widget in Your Blog Pages !

B. To Add this widget in Blogger "About Us" / ''About Me" Pages.

1. Go to Blogger > Dashboard > Pages.
2. Select the above code and paste it in "HTML" section.
That;s it you can add any description or anything you want there. Hit upadate {If you have existing About Me / About Us page}

I hope you would like this Brand New, Unique About Me widget ! Stay connected with Us. If you have any problem just drop your comment here :)


author blogger, css, responsive, widget 02:08
Every Blogger likes Responsive and On Hover Widgets. Today I will tell you how to add On Hover Responsive Social Share Buttons for your blogger blog.
Last time I had posted about "Responsive Shutter Social Subscription Widget For Blogger" I hope you would have installed them, if not then you can have a look on it.
You might have an official mini modified Facebook like , Google Plus One, Twitter Tweet buttons, I have figured out some coding and made unique On Hove Responsive Shutter Type Social Share Buttons you can have a look on live demo.
The widget is purely made with CSS codes which make it responsive, If you just hover on Facebook section then the like button with appear with an extreme slide transition effect.

Live Demo

Features :

1. Pure CSS.
2. Official Share Buttons.
3. Facebook Like, Twitter Tweet, Google +1 , Linked In Share Buttons.
4. Responsive and Stylish.
5. Easy Installation.

After having look on live demo you must be willing to add this widget to your blog so lets see how to install this widget for your blog.

Installation :

1. Go to Blogger > Template > Edit HTML.
2. Press CTRL + D and find the code <data:post.body/>
3. After finding the above code, copy paste the following code just below it.
<b:if cond='data:blog.pageType == "item"'>
<style>
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";
#buttons {
    width: 475px;
    overflow: hidden;
    margin: 70px auto 0;
}

.button {
    float: left;
    margin-right: 10px;
    width: 110px;
    background: #eaeaea;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 1px 0px #fdfdfd;
    padding: 15px 5px 5px;
    box-sizing: border-box;
}

.button i {
    background: #c5c5c5;
    color: #eaeaea;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.social-container {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    line-height: 54px;
    font-family: Open Sans;
    background: #d8d8d8;
    width: 100%;
    height: 45px;
    box-shadow: inset 0 -2px 4px #c7c7c7;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.slide, .button i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.slide {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 22px 22px;
    -o-border-radius: 0 0 22px 22px;
    -ms-border-radius: 0 0 22px 22px;
    -moz-border-radius: 0 0 22px 22px;
    -webkit-border-radius: 0 0 22px 22px;
 /* top fix */
    transition: all 0.2s ease-in-out;
    position: absolute;
    height: 45px;
    width: 100%;
    top: -35px;
}

.slide::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    box-shadow: inset 0 1px 0px #fdfdfd, 0 3px 0px #cdcdcd;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eaeaea;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    bottom: 0;
}

.button:hover .slide {
    top: 0;
    border-radius: 3px;
}

.linkedin .IN-widget, .button iframe, .google #___plusone_0 {
    top: -2px;
    position: relative;
}

.twitter iframe {
    width: 79px !important;
}

.google #___plusone_0 {
    width: 60px !important;
}

.button.facebook:hover i, .facebook .slide {
    background: #305c99;
    color: white;
}

.button.twitter:hover i, .twitter .slide {
    background: #00cdff;
    color: white;
}

.button.google:hover i, .google .slide {
    background: #d24228;
    color: white;
}

.button.linkedin:hover i, .linkedin .slide {
    background: #007bb6;
    color: white;
}

.button.linkedin {
    margin-right: 0;
}

.credit {
    padding-left: 10px;
    font-size: 14px;
    color: #172b36;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-family: Open Sans;
}

.credit a {
    border-bottom: 2px solid #dc4106;
    text-decoration: none;
    padding: 0 0 2px;
    color: #172b36;
}
</style>
<div id="buttons">
<div class="facebook button">
 <i class="icon-facebook"></i>
 <div class="social-container fb">
  <div class="slide">
   <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Freference%2Fplugins%2Flike&send=false&layout=button_count&width=90&show_faces=false&font&colorscheme=light&action=like&height=21&appId=568581339861351" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:81px; height:21px;" allowtransparency="true">
   </iframe>
  </div>
   Facebook
 </div>
</div>
<div class="twitter button">
 <i class="icon-twitter"></i>
 <div class="social-container tw">
  <div class="slide">
   <a href="https://twitter.com/share" class="twitter-share-button" data-via="mariuCSS">
   Tweet </a>
   <script>
    !function(d,s,id){
      var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
      if(!d.getElementById(id)){
        js=d.createElement(s);
        js.id=id;
        js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
  </script>
  </div>
   Twitter
 </div>
</div>
<div class="google button">
 <i class="icon-google-plus"></i>
 <div class="social-container tw">
  <div class="slide">
   <!-- Place this tag where you want the +1 button to render. -->
   <div class="g-plusone" data-size="medium">
   </div>
   <!-- Place this tag after the last +1 button tag. -->
   <script type="text/javascript">
    (function() {
      var po = document.createElement('script');
      po.type = 'text/javascript';
      po.async = true;
      po.src = 'https://apis.google.com/js/plusone.js';
      var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(po, s);
    }
    )();
  </script>
  </div>
   Google+
 </div>
</div>
<div class="linkedin button">
 <i class="icon-linkedin"></i>
 <div class="social-container tw">
  <div class="slide">
   <script src="//platform.linkedin.com/in.js" type="text/javascript">
 lang: en_US
   </script>
   <script type="IN/Share"></script>
  </div>
   LinkedIN
 </div>
</div>
</div>
<div style="text-align: right;">
<a href="http://gg.gg/j0hw" target="_blank" title="Get This Widget"><span style="font-size: x-small;">get</span></a></div>
</b:if>
4. Now change the developers.facebook.com with your facebook page username.
5. After adding your facebook fan page username, You just have to Hit Save Button, You are done buddy ! Go to your blog, check any post, enjoy ;-)
I hope you would have liked this awesome widget.
Note : Do not edit anything otherwise the widget might not work properly. So just follow the steps.
Also you cannot remove our attribution link [Help Us to spread our Voice to Your Friends and Other Needful People]

If you have any problem regarding this widget you can drop your comments here or you can also share your opinion and thoughts here :)
Stay connected, Don't forget to Share This Post and Subscribe Us via Email !

author blogger, css, responsive, Social Share Widgets, widget 01:04
Responsive Shutter Social Subscription Widget for Blogger
Responsive widgets are always been used by many bloggers to increase their social activity which can only be done by user attractive widgets.
Today I'm gonna unleash you one of the best widgets I have ever made [after spending 3 hours] , one of the best responsive and subscription widget at my blog, I present you the "Responsive Shutter Social Subscription Widget for Blogger"
No matter about its name but it matters totally awesome when you will see its live demo.
There is no doubt that the widget is pure CSS optimized creation with J-Query and Java Script. I assure you that your blog users will love this widget and you will too. It will definitely increase your social followers.
Mouse Hover on Google +

Live Demo

Features :

1. Pure CSS Creation.
2. Responsive Style.
3. Elegant & Premium Theme.
4. Facebook Like, Tweeter Followers, Google Plus Followers.
5. Easy installation.
6. Twitter, Google Plus, Facebook Follower Links + No. of Followers.
7. On Mouse Hover the Shutter closes and shows the No. of Followers.

How To Install ?

Its easy to install as I've made it easier to add on your blog by some compression coding.
1. Go to Blogger > Template > Edit HTML.
2. Press CTRL + D and find the code <data:post.body/>
3. After finding the above code, copy paste the following code just below it.
<b:if cond='data:blog.pageType == "item"'>
<link href='https://googledrive.com/host/0B3omcK7jIprqRm95VVpQZDJHRzQ' rel='stylesheet'/>
<div class="wpr">
		<a class="social" id="twitter" href="your-twitter-account-link" title="">
			<div class="icon"></div>
			
			<div class="shutter_frame">
				<div class="shutter">
					<div class="number">1189</div>
					<div class="bar"></div>
					<div class="text">followers</div>
				</div>
			</div>
		</a>
		
		<a class="social" id="google" href="your-google-plus-account-link" title="">
			<div class="icon"></div>
			
			<div class="shutter_frame">
				<div class="shutter">
					<div class="number">421</div>
					<div class="bar"></div>
					<div class="text">+1</div>
				</div>
			</div>
		</a>
		
		<a class="social" id="facebook" href="your-facebook-account-link" title="">
			<div class="icon"></div>
			
			<div class="shutter_frame">
				<div class="shutter">
					<div class="number">973</div>
					<div class="bar"></div>
					<div class="text">Like</div>
				</div>
			</div><!-- / .shutter_frame -->
		</a>
	</div><!-- / .wpr -->
<div style="text-align: right;">
<a href="http://gg.gg/ikz3" rel="nofollow" target="_blank" title="Get This Widget"><span style="font-size: x-small;">get</span></a></div>
<br />
</b:if>
4. Now find the code </body> and paste the following code just above it.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js' type='text/javascript'/>
	<script src='//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'/>
	<script>
		$(document).ready(function() {
		
		    $('.social').hover(
			    function() {
			        $(this).find('.shutter').stop(true, true).animate({
					    bottom: '-36px'
					 },
					 {
					 	duration: 300,
					 	easing: 'easeOutBounce'
					 });
			    },
			    function () {
				    $(this).find('.shutter').stop(true, true).animate({
					    bottom: 0
					 },
					 {
					 	duration: 300,
					 	easing: 'easeOutBounce'
					 });
				}
		    );
		    
		});
	</script>  
5. That's it ! Hit "Save" [Do no edit anything], you are done, now go to your blog and check any post. you will see this awesome widget under / below your post.
Important : You are no allowed to change or edit this widget's css coding as it may not work if you edit it. Also you should not remove the attribution link from this widget, let other bloggers know about it.
Note : You can edit your social links that I've marked with Orange Color, also you can describe the number of followers which I have marked with Red Color.

I hope you would definitely like this awesome widget, Stay connected Buddies :)
If you have any problem regarding this widget, kindly post your comment here or feel free to contact with me, don't forget to Subscribe Us via Email and a "Thanks" in comment ;-)

You can also check every beautiful and stunning widget on TechEthix in Single View at Table of Contents !

author blogger, css, responsive, subscription box, widget 20:04
Clean CSS Email Subscription Widget for Blogger

Hi buddy's its been long time I haven't posted any Feed Burner Email Subscription Widget for Blogger as I was busy with my exams but now I'm back with all new blogger tricks and widgets.

Last time I had explained about adding Mashable Style Social Subscription Widget For Blogger. Well today we are going to see a most decent, simple & clean CSS optimized Email Subscription Widget which I have already installed on this blog you can also have a look on live demo below my post.

You can also check out previous most awesome Email Subscription Widgets.
This widget is customized with CSS and is really clean and elegant. You can add this widget below your blogger post that can increase the number of Email Subscribers of your blog easily.

Features :

1. Soft and Elegant.
2. Customized CSS design.
3. Attractive Colors.
4. Easy to install.
5. Auto Width / Height Adjustable.

Its really easy to install, lets see how to install this widget on your blogger blog.
How To Install :
1. Go to Blogger > Dashboard > Template. [Backup Your Blog Template]
2. Click Edit HTML and find the code <data:post.body/> by pressing CTRL + F
3. After finding copy paste the following code just below it.
<link href='https://googledrive.com/host/0B3omcK7jIprqenU5TXpwbUJxRzQ' rel='stylesheet'/>
<div class='TEXEmailsub'>
<h5>Subscribe Us by Email and Get Free Updates</h5>
<form action='http://feedburner.google.com/fb/a/mailverify' class='TEXEmailform' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=techethix', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'>
<input name='uri' type='hidden' value='techethix'/>
<input name='loc' type='hidden' value='en_US'/>
<input class='emailText' name='email' onblur='if (this.value == "") {this.value = "Enter your email...";}' onfocus='if (this.value == "Enter your email...") {this.value = ""}' required='' type='text' value='Enter your email...'/>
<input class='emailButton' title='' type='submit' value='SignUp'/>
</form>
  <div class='clr'/></div></div>
<div style="text-align: right;">
<a href="http://techethix.blogspot.com/2013/10/clean-css-email-subscription-widget-for-blogger.html" target="_blank" title="Get This Widget">Get</a></div>
4. That's it, hit save template. You are done, now go to your blog and check any post.
You will see an elegant, smooth, decent Email Subscription Box Widget under your blog article.

I hope you would like this soft & elegant widget. Don't forget to Subscribe Us via Email and Sharing is Caring !
If you have any problem regarding this widget simply drop your questions here or a "Thanks" is appreciable :)

author blogger, css, Social Share Widgets, subscription box 22:37
Desktop Style Social Share Widget for Blogger
Since few days I have been busy in developing some Social Share Widgets for Blogger Blogs, Now its time to Unleash them. After spending couple of hours I have made very cool and awesome widgets that your can check out in Social Share Widgets Page.
In last post I had posted about Adding "Cute Social Bookmarking Widget for Blogger" This is really awesome, extra-smooth and fancy Social Share Widget you can try it out too.
As we know Social Share Widgets are highly preferred to get high traffic from Social Networks. If you have attractive and professional blogger share widget with a quality blog post then the blog reader [He or She] would like to share your blogger posts from this widget. That's best way to drive heavy traffic to your blog from different Social Networks.
Demo Desktop Style Social Share Widget for Blogger
Today I'm posting new Desktop Style Social Share Widget for Blogger, as its name is Desktop , I have added Desktop customized Social Share Buttons which gives professional and attractive look to this widget. You can also checkout Live Demo of this widget.

Live Demo

Features of Desktop Style Social Share Widget :

1. Desktop Style / Type Social Share Buttons
2. Highly Customized with CSS Codings.
3. Easy to Install.
4. Doesn't affect Blog Page loading Time. [Blog Loading Speed]
5. Professional and Attractive.

How To Install This Widget?

Its really easy to install this widget, just follow these easy steps.
1. Go to Blogger > Dashboard > Template.
2. Click Edit HTML.
3. Then find this code ]]></b:skin> by pressing CTRL+F
4. After finding the code ]]></b:skin> paste the following code just above it.
ul.desktop-social { list-style:none; margin:15px auto;display:inline-block; }
ul.desktop-social li { display:inline; float:left; background-repeat:no-repeat; }
ul.desktop-social li a { display:block; width:53px; height:60px; padding-right:10px; position:relative; text-decoration:none; }
ul.desktop-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
ul.desktop-social li.desktop-facebook { background-image:url("http://picoolio.net/images/2013/09/17/Facebook-icon.png"); }
ul.desktop-social li.desktop-twitter { background-image:url("http://picoolio.net/images/2013/09/17/Twitter-icon.png"); }
ul.desktop-social li.desktop-stumbleupon { background-image:url("http://picoolio.net/images/2013/09/17/StumbleUpon-icon.png"); }
ul.desktop-social li.desktop-digg { background-image:url("http://picoolio.net/images/2013/09/17/Digg-icon.png"); }
ul.desktop-social li.desktop-delicious { background-image:url("http://picoolio.net/images/2013/09/17/Delicious-icon.png"); }
ul.desktop-social li.desktop-linkedin { background-image:url("http://picoolio.net/images/2013/09/17/Linkedin-icon.png"); }
ul.desktop-social li.desktop-reddit { background-image:url("http://picoolio.net/images/2013/09/17/Reddit-icon.png"); }
ul.desktop-social li.desktop-technorati { background-image:url("http://picoolio.net/images/2013/09/17/Technorati-icon.png"); }
#desktop-cssanime:hover li { opacity:0.2; }
#desktop-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#desktop-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
#desktop-cssanime li:hover { opacity:1; }
#desktop-cssanime li:hover a strong { opacity:1; top:-10px; }
5. Now find the code <data:post.body/> by pressing CTRL+F
6. After Finding the code <data:post.body/> paste the following code just below it.
<b:if cond='data:blog.pageType == "item"'>
<div style="text-align: center;">
<span style="color: black; font-family: Trebuchet MS; font-size: 14px;"><b>If You Enjoyed This Take 5 Second to Share it.</b></span>
<a href="http://techethix.blogspot.com/" rel="dofollow"></a>
<ul class='desktop-social' id='desktop-cssanime'>
<li class='desktop-facebook'>
<a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='external nofollow' target='_blank'><strong>Facebook</strong></a>
</li>
<li class='desktop-twitter'>
<a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Twitter</strong></a>
</li>
<li class='desktop-stumbleupon'>
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>StumbleUpon</strong></a>
</li>
<li class='desktop-digg'>
<a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Digg</strong></a>
</li>
<li class='desktop-delicious'>
<a expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Delicious</strong></a>
</li>
<li class='desktop-linkedin'>
<a expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;' rel='nofollow' target='_blank'><strong>LinkedIn</strong></a>
</li>
<li class='desktop-reddit'>
<a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Reddit</strong></a>
</li>
<li class='desktop-technorati'>
<a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Technorati</strong></a>
</li>
</ul>
<br />
<div style="text-align: right;">
<span style="font-family: Times, Times New Roman, serif; font-size: 10px;"><a href="http://gg.gg/desktopstyle" rel="nofollow" target="_blank" title="Get This Widget">@</a></span></div>
</div>
</b:if>
7. That's it ! You are done. now go to your blog and check it ! I hope you must have liked and willing to install this widget on your blogger blog.
Note : This widget is totally made by Us [TechEthix Property] Kindly don't remove the attribution link from this widget. If you removed it there could be copyright avoilation complaint against you. So don't edit anything in above widget, Just install it as it is Free To Install on your blog.
If you have any problem or difficulty regarding this widget, just drop your comment here or feel free to contact me or can also say "Thanks" or your opinion in comments. Stay Connected.

author blogger, css, Social Share Widgets 20:19
Cute Social Bookmarking Widget for Blogger
Social Share Widgets are always been most important part of every blogger's blog. You must have atleast one social share widget on your blog to make your blog perfect. After spending couple of hours, finally I made this "Cute" widget for blogger blog. As we know social bookmarking tools / widgets are most important for any website / blog for building social media backlinks by which your blogger rank increases rapidly.
I have shared many Social Bookmarking or Social Sharing Widgets for Blogger but this one is totally outstanding as it is combined with CSS codes with premium thumbnails by DesignBolts. I hope you would like to install  this widget on your blog.

What's Special in This Widget?

1. Easy Installation.
2. Totally Customized with CSS Codes.
3. Fast Loading, doesn't affect blog page loading time.
4. User Friendly.
5. Smooth Hovering Experience.
You can check out the live demo of this widget. Click below button for Live Demo of this widget.

Live Demo

Do you like it? Well, its too easy to install this awesome cute social share widget in your blogger template. As I have already said, this widget is totally improved with css codes and have highly smoothened for best sharing experience. Want to try? Just follow these easy steps.

How To Install Cute Social Bookmarking Widget for Blogger?

1. Go to Blogger > Dashboard > Template.
2. Click Edit HTML.
3. Then find this code ]]></b:skin> by pressing CTRL+F
4. After finding the code ]]></b:skin> paste the following code just above it.
ul.abt-social { list-style:none; margin:15px auto;display:inline-block; }
ul.abt-social li { display:inline; float:left; background-repeat:no-repeat; }
ul.abt-social li a { display:block; width:48px; height:48px; padding-right:10px; position:relative; text-decoration:none; }
ul.abt-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
ul.abt-social li.abt-facebook { background-image:url("http://picoolio.net/images/2013/09/16/Facebook.png"); }
ul.abt-social li.abt-twitter { background-image:url("http://picoolio.net/images/2013/09/16/Twitter.png"); }
ul.abt-social li.abt-googlebuzz { background-image:url("http://picoolio.net/images/2013/09/16/Google-Plus.png"); }
ul.abt-social li.abt-stumbleupon { background-image:url("http://picoolio.net/images/2013/09/16/Stumble-Upon.png"); }
ul.abt-social li.abt-digg { background-image:url("http://picoolio.net/images/2013/09/16/Digg.png"); }
ul.abt-social li.abt-delicious { background-image:url("http://picoolio.net/images/2013/09/16/Delicious.png"); }
ul.abt-social li.abt-linkedin { background-image:url("http://picoolio.net/images/2013/09/16/Linkedin.png"); }
ul.abt-social li.abt-reddit { background-image:url("http://picoolio.net/images/2013/09/16/Reddit.png"); }
ul.abt-social li.abt-technorati { background-image:url("http://picoolio.net/images/2013/09/16/Technorati.png"); }
#abt-cssanime:hover li { opacity:0.2; }
#abt-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#abt-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
#abt-cssanime li:hover { opacity:1; }
#abt-cssanime li:hover a strong { opacity:1; top:-10px; }
5. Now find the code <data:post.body/> by pressing CTRL+F
6. After Finding the code <data:post.body/> paste the following code just below it.
<b:if cond='data:blog.pageType == "item"'>
<div style="text-align: center;">
<span style="color: black; font-family: Trebuchet MS; font-size: 14px;"><b>If You Enjoyed This Take 5 Second to Share it.</b></span>
<a href="http://techethix.blogspot.com/" rel="dofollow"></a>
<ul class='abt-social' id='abt-cssanime'>
<li class='abt-facebook'>
<a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='external nofollow' target='_blank'><strong>Facebook</strong></a>
</li>
<li class='abt-twitter'>
<a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; -- &quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Twitter</strong></a>
</li>
<li class='abt-googlebuzz'>
<a expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.url + &quot;&amp;imageurl=&quot;' rel='nofollow' target='_blank'><strong>Google+</strong></a>
</li>
<li class='abt-stumbleupon'>
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>StumbleUpon</strong></a>
</li>
<li class='abt-digg'>
<a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Digg</strong></a>
</li>
<li class='abt-delicious'>
<a expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Delicious</strong></a>
</li>
<li class='abt-linkedin'>
<a expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;' rel='nofollow' target='_blank'><strong>LinkedIn</strong></a>
</li>
<li class='abt-reddit'>
<a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ' rel='nofollow' target='_blank'><strong>Reddit</strong></a>
</li>
<li class='abt-technorati'>
<a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url ' rel='nofollow' target='_blank'><strong>Technorati</strong></a>
</li>
</ul>
<br />
<div style="text-align: right;">
<span style="font-family: Times, Times New Roman, serif; font-size: 10px;"><a href="http://gg.gg/cshwfb" rel="dofollow" target="_blank" title="Get This WIdget">Get</a></span></div></div>
</b:if>
7. That's it ! You are done. now go to your blog and check it ! I hope you must have liked and willing to install this widget on your blogger blog.
Note : This widget is totally made by Us [TechEthix Property] Kindly don't remove the attribution link from this widget. If you removed it there could be copyright avoilation complaint against you. So don't edit anything in above widget.
Your comments are always appreciated and If you have any problem regarding this widget please let us know or simply drop them here. Stay Connected.

author blogger, css, Social Share Widgets, tool, trick 01:13
Installing Sticklr All In One Blogger Widget
In Last Post I've explained about "Stickler All In One Blogger Widget With Smooth JQuery Plugin" Now this is tutorial part 2 , here we are going to learn How To Add This Widget To Your Blogger Blog.
Live Demo

Steps for Adding Stickler Blogger Widget to Your Blog :

1. Go to Blogger > Dashboard > Template. [Make Sure To Backup Your Blogger Template]
 Copy Paste the following code just above </head>
<style type='text/css'>
/*
 * Sticklr v1.0
 * Sticky Side Panel CSS + jQuery Plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
 
.sticklr, 
.sticklr * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    vertical-align: baseline;
}

.sticklr, 
.sticklr &gt; li &gt; ul {
    list-style-type: none;
}

.sticklr {
    position: fixed;
    top: 43%;
    left: 0;
    background-color: #f7f7f7;
    background-color: rgba(240, 240, 240, 0.75);
    border: 1px solid #b7b7b7;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    width: 25px;
    overflow: visible;
    z-index: 9999;
}

.sticklr-right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #b7b7b7;
}

.sticklr &gt; li {
    position: relative;
}

.sticklr &gt; li &gt; a {
    display: block;
    width: 16px;
    height: 16px;
    padding: 4px;
    margin-left:0px;
    background-color: #f0f0f0;
    background-color: rgba(240, 240, 240, 0.75);
    background-position: 4px 4px;
    background-repeat: no-repeat;
}

.sticklr &gt; li {
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;    
    border-top: 1px solid #ccc;
}

.sticklr &gt; li:first-child {
    border-top: 1px solid #f7f7f7;
}

.sticklr &gt; li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.sticklr &gt; li &gt; a:hover {
    background-color: #eaeaea;
}

.sticklr &gt; li &gt; ul {
    display: none;
    position: absolute;
    left: 25px;
    top: -2px;
    width: 180px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-color: rgba(240, 240, 240, 0.75);
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    z-index: 95;
}

.sticklr-right &gt; li &gt; ul {
    left: auto;
    right: 25px;
}

.sticklr &gt; li &gt; ul:nth-child(3) {
    left: 206px;
}

.sticklr &gt; li &gt; ul:nth-child(4) {
    left: 387px;
}

.sticklr &gt; li &gt; ul:nth-child(5) {
    left: 568px;
}

.sticklr &gt; li &gt; ul:nth-child(6) {
    left: 749px;
}

.sticklr &gt; li &gt; ul:nth-child(7) {
    left: 930px;
}

.sticklr-right &gt; li &gt; ul:nth-child(3) {
    left: auto;
    right: 206px;
}

.sticklr-right &gt; li &gt; ul:nth-child(4) {
    left: auto;
    right: 387px;
}

.sticklr-right &gt; li &gt; ul:nth-child(5) {
    left: auto;
    right: 568px;
}

.sticklr-right &gt; li &gt; ul:nth-child(6) {
    left: auto;
    right: 749px;
}

.sticklr-right &gt; li &gt; ul:nth-child(7) {
    left: auto;
    right: 930px;
}

.sticklr &gt; li:hover &gt; ul {
    display: block;
 float: left;
}

.sticklr.sticklr-js &gt; li:hover &gt; ul {
    display: none;
}

.sticklr &gt; li &gt; ul &gt; li {
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;    
    border-top: 1px solid #ccc;
    min-width: 180px;
    text-shadow: 1px 1px 1px #fff;
}

.sticklr &gt; li &gt; ul &gt; li:first-child {
    border-top: 1px solid #f7f7f7;
}

.sticklr &gt; li &gt; ul &gt; li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.sticklr &gt; li &gt; ul &gt; li {
 border: none !ie;
}

.sticklr &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    padding: 8px 10px 8px 32px;
    background-color: #f0f0f0;
    background-color: rgba(240, 240, 240, 0.75);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #555;
    min-height: 20px;
    text-decoration: none;
    white-space: nowrap;
 background-color: transparent !ie;
}

.sticklr &gt; li &gt; ul &gt; li &gt; a:hover {
    background-color: #eaeaea;
}

.sticklr &gt; li &gt; ul &gt; li.sticklr-title &gt; a {
    padding-left: 10px;
    background-color: #e6e6e6;
    cursor: default;
    font-weight: bold;
 background-color: transparent !ie;
}

.sticklr &gt; li &gt; ul &gt; li.sticklr-title &gt; a:hover {
    background-color: #e6e6e6;
 background-color: transparent !ie;
}

.sticklr &gt; li &gt; ul &gt; li &gt; table {
 border-collapse:collapse;
 border-spacing: 0;
}

.sticklr &gt; li &gt; ul &gt; li &gt; form {
    padding: 8px 10px;
}

.sticklr &gt; li &gt; ul &gt; li input,
.sticklr &gt; li &gt; ul &gt; li select, 
.sticklr &gt; li &gt; ul &gt; li textarea,
.sticklr &gt; li &gt; ul &gt; li button  {
    margin: 4px 0;
    padding: 4px;
}

.sticklr &gt; li &gt; ul &gt; li input[type=&quot;text&quot;],
.sticklr &gt; li &gt; ul &gt; li input[type=&quot;password&quot;],
.sticklr &gt; li &gt; ul &gt; li textarea {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px #ccc;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    min-width: 150px;
    width: auto;
}

.sticklr &gt; li &gt; ul &gt; li input[type=&quot;submit&quot;] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
}

.sticklr-arrow {
    position: absolute;
    left: 25px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #b7b7b7;
    border-right: none;
}

.sticklr-right .sticklr-arrow {
    left: auto;
    right: 25px;
    border-right: 5px solid #b7b7b7;
    border-left: none;
}

/* icons */

.icon-Serachbox {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjv04VWU-EHIbmZGnntXfK6h1ZR-YY8pG7XFpJJbyf4HRyp5dvnflTlBipTs5i2h8eVCV8i5HFjFu-Vc39oh-2IC10gxN7UH1bogqjjgCvmVfz-vZpav6HmASCuUEKfxVCkaMRoGqEIJVxH/s1600/search.png);
}

.icon-Star {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7x0zEWIWW-DjHiuAsCGQJ8t8sHTmi1b3FY53aeXfGufILQwraPWhDgiyvZ5VQE47mc3nKAmLFiktpAecG3eQjLnrsrMM_n9tiEESnQHToe_NEnU9RZ__D00k9KJV_umil8Bh5Nhpz6HcW/s1600/blip.png);
}

.icon-feed {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWdKJU07mEn_L3vL7isO7lFNZn89qdrLY7GAdiSEIjBj87oduYllCJ2lUnBtzX3qZl0juWuQfRPv6YI994xnXG6o5Xn2OyxB9NxuprnwTeJ1Vl2hZa61Y0EqAm5Z_jRtD_Qvzz7-1rFnWR/s1600/feed.png);
}

.icon-emails {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu4ICgYuHnJfD9GP8mG8uOnwDYBrphtahaLJGfdsEeMOkktbzd-yXlgAAnNJppAoSdeGSi87AzIdraS4Q7WWbVaLGp3R6saDy-qzrv-2-YA2m0BxUtm-jVzTwE6UaUJV8upfjumXJDdqOL/s1600/email.png);
}

.icon-Followers {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIO130-PmtpKcw-vGEN9jUHHXWfr_mk3uA_ck9wlEmx9GIoPtbms-IWRg3E41kxS2J2mrjtrnW6yeqKw3ws1g1LEQBi2Og8M4CutvEdz9AT8iBmcuvWkKAgT5Pl-KbpQwJsed-yyTtSZY8/s1600/customers.png);
}

.icon-submite {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-SqOXprNSSBsdcyFxVvJoamO2z10ZuyjixeOb33YqV5pkgE6P0SPxhl2tc0o8R2WrdvPhZqP0yzZY_MCT3yE3qPKxBNr25IKZo3t-yBxLF-7qbgUJXrWxU0xlzGjLr30IQ4MIyiOB7nx_/s1600/netvibes.png);
}

.icon-login {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRMjPUKEdjqCVykaN4J6lyKRy6msth2MjeuvNc8oPCfuT71zpqXUPUjcI2bm3jKRQ2X6WVDP5KN-fLjROa3dD-36yvhpDrpU04JdvBuGJJNduXSNvjmNPcKLsJSFM27wpofGYPmK9il2X2/s1600/heart.png);
}

.icon-twitter {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXm9NoQBzwdYWWftkxLHSwzDMiU0QY_Uln3QT8uf-maCFjrYJq9fvmHCkT1FRbSUta5xbE_KI4tIBTyyr_vpgoTCyx7l60JUNpCBrJDWgi5NTLQNhJRNbXpZxxtjHocCb9x2WWYVDhnE98/s1600/twitter-2.png);
}

.icon-facebook {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB0FMs2kGprYfoREpWzKPEqFgIXliMQUHzQrWiuC_SJ1m0yXR91vMxsy0yFeZLCAvewMF3UmClFMzu7fkQg4Oc-Acdx8yXNTV6_kFY_DZ2WtbBCuTqt791FJ9ji-oh_eRmlQf8JcDIpk0X/s320/facebook.png);
}

.icon-friendconnect {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3xmLz6xDxHcTFt5KPUKMLo0klbEE26IjZL4UdZ2GxnVtN9Fb_QY5W8gcU61qUNWWbhPw3TenhdxDG4PZwR3BgvpFo-HeDTabpCLQxpBj9WTBeym9m-h0uyjR3XPVa4yusNzZ9D16t5XrY/s1600/google.png);
}

.icon-upload {
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4A7mMykOgJRHDLByy2vtT4TNdv6Zc4zsnYZGYs2F126hoDX_AgN4bCBE4xr4N48neqjxB2wLucbjUTfeOVwzcjiMsB8J7H7pcbg2kZ9ury9ASVLuwEx2kP_wjLEDoHL1DuX9JbHPu0FUx/s1600/upcoming-work.png);
}

.icon-flickr {
    background-image: url();
}

.icon-google {
    background-image: url();
}

.icon-lastfm {
    background-image: url();
}

.icon-reddit {
    background-image: url();
}

.icon-technorati {
    background-image: url();
}

.icon-yahoo {
    background-image: url();
}

</style>
2. Now find the code </html>  after finding it, copy paste the following codes just above it.
<script type='text/javascript'>
//<![CDATA[
 /*
 * Sticklr v1.0
 * Sticky Side Panel CSS + jQuery Plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
 
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(5($){$.13.3=5(h){b B={l:17,m:\'14\',s:\'H\',C:\'n\'},c={J:5(X){k 4.G(5(){b $3=$(4);b 7=$.Z({},B,X);6(!$3.I(\'3\'))$3.t(\'3\');6(7.C==\'d\')$3.t(\'3-d\');6(7.s==\'1i\')7.s=\'1k 1f\';$3.t(\'3-1b\').g({\'D\':7.l?\'F\':\'1c\',\'f\':7.l?(($(8).9()-$3.9())/2):(($(8).9()-$3.9())/2)+$(8).w()}).E(\'a[1l="#"]\').V(\'H\',5(e){e.1e()}).1d().R(\'Q\').R(\'a\').V(7.s,5(){6($(4).P().I(\'3-r\'))k U;c.o();$(4).1g(\'<u 1j="3-Y"></u>\').P().G(5(){$(4).g({\'j-n\':\'q\',\'j-d\':\'q\',\'v\':0,\'D\':\'F\',\'f\':0}).1h();b A=$(4).9()+$(4).19().f;b z=$(8).9()+$(8).w();b y=0;6(A>z){y=O($(4).g(\'f\'),10)-(A-z)}$(4).g({\'f\':y}).l({\'j-n\':\'S\',\'j-d\':\'S\',\'v\':1.0},W)}).t(\'3-r\');k U});6($.15.18||7.m!=B.m){16(b i=2;i<10;i++){b p=1a+i+(O(7.m,10)*(i-2));b x=\'N\';6(7.C==\'d\'){x=p;p=\'N\'}$3.E(\'Q\').E(\'1F:1E-1D(\'+i+\')\').g({\'n\':p,\'d\':x,\'1L\':7.m})}}})},K:5(){$(\'.3\').G(5(){6($(4).g(\'D\')==\'F\'){$(4).1A().l({\'f\':($(8).9()/2-$(4).9()/2)+$(8).w()},1q)}L{$(4).g({\'f\':($(8).9()/2-$(4).9()/2)})}})},o:5(){$(\'.3-r\').l({\'j-n\':\'q\',\'j-d\':\'q\',\'v\':0},W,5(){$(4).1w(\'3-r\').o()});$(\'u.3-Y\').1v()}};$(8).1C(5(){c.K()});$(8).1u(5(){c.K()});$(1x).H(5(e){6($(e.1s).1r().I(\'3\'))k;c.o()});6(c[h]&&h.1B()!=\'J\'){k c[h].M(4,1J.1H.1G.1m(T,1))}L 6(11 h===\'12\'||!h){k c.J.M(4,T)}L{$.1z(\'1t "\'+h+\'" 1y 1o 1n 1I 1K\')}}})(1p);',62,110,'|||sticklr|this|function|if|props|window|height||var|methods|right||top|css|method||margin|return|animate|colWidth|left|hide|newLeft|50px|active|showOn|addClass|span|opacity|scrollTop|newRight|newTop|windowHeight|totalHeight|defaults|stickTo|position|find|absolute|each|click|hasClass|init|fixPos|else|apply|auto|parseInt|siblings|li|children|20px|arguments|false|bind|200|opts|arrow|extend||typeof|object|fn|180px|browser|for|true|msie|offset|23|js|fixed|end|preventDefault|mouseleave|append|show|hover|class|mouseenter|href|call|exist|not|jQuery|1000|parents|target|Method|scroll|remove|removeClass|document|does|error|stop|toLowerCase|resize|child|nth|ul|slice|prototype|in|Array|Sticklr|width'.split('|'),0,{}))
//]]>
</script>

<script src='http://b-templates-4u-com.googlecode.com/svn/jquery-sticklr-1.0.js' type='text/javascript'></script>
<script type='text/javascript'>
     $(document).ready(function(){
         $('#flaymenu').sticklr({
    showOn  : 'click'
   });
     });
 </script>
3. Now find the code </body> just above it paste the following code.
<!-- Start TechEthix.tk --><div style='position: fixed; bottom: 2%; left: 2%;'>
<div class='shareEgg' id='shareThisShareEgg'/>
</div>
<script type='text/javascript'>stlib.shareEgg.createEggundefined'shareThisShareEgg', ['facebook','twitter','googleplus','linkedin','blogger','stumbleupon','sharethis'], {title:' <data:blog.pageTitle/>',url:'<data:blog.url/>',theme:'shareegg'});</script><a href="http://techethix.blogspot.com/">sticklr</a><!-- End TechEthix.tk -->  
<script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=YOUR-PROFILE-ID' type='text/javascript'/>
<script type='text/javascript'>
var addthis_config = {
   ui_offset_top: 16
};
</script>
4. Now Hit Save Template and Go To Layout > Click Add Gadget > Select "HTML/Java Script" Copy and Paste the Following Code just in it and Hit Save
<a href="http://techethix.blogspot.com"></a>
<ul id="flaymenu" class="sticklr">
<li>
<a href="#" class="icon-Followers" title="Follow Us"></a>
<ul>
<li class="sticklr-title">
<a href="#">Follow me</a>
</li>
<li>
<a href="http://www.facebook.com/ilovemyindiaz" rel="nofollow" target="_blank" class="icon-facebook">Facebook</a>
</li>
<li>
<a href="http://twitter.com/rohitasare1"  rel="nofollow" target="_blank" class="icon-twitter">Twitter</a>
</li>
<li>
<a href="http://www.blogger.com/follow-blog.g?blogID=3109959972547792806" rel="nofollow" target="_blank" class="icon-friendconnect">Google Friend Connect</a>
</li>
</ul>
</li>
<li>
<a href="#" class="icon-login" title="Share this"></a>
<ul>
<li class="sticklr-title">
<a href="#">Share</a>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="false" layout="button_count" show_faces="false" font=""></fb:like> 
</div>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<div style="height:20px"><g:plusone size="medium"></g:plusone><script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script></div>
</div>
</li>
<li>
<div class="sticklr-custom" style="padding:10px">
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_counter addthis_pill_style"></a>
</div>
</div>
</li>
</ul>
</li>
<li>
<a href="#" class="icon-Star" title="Feeds"></a>
<ul>
<li class="sticklr-title">
<a href="#">Feeds</a>
</li>
<li>
<a href="http://feedburner.google.com/fb/a/mailverify?uri=techethix" rel="nofollow" target="_blank" class="icon-emails">Email</a>
</li>
<li>
<a href="http://feeds.feedburner.com/techethix" rel="nofollow" target="_blank" class="icon-feed">Rss</a>
</li>
</ul>
</li>
<li>
<a href="#" class="icon-submite" title="Best Blogger Tricks"></a>
<ul>
<li class="sticklr-title">
<a href="#">Bookamark Now</a>
</li>
<li><br /><!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_stumbleupon"></a>
<a class="addthis_button_delicious"></a>
<a class="addthis_button_blogger"></a>
<a class="addthis_button_pinterest_share"></a>
<a class="addthis_button_tumblr"></a>
<a class="addthis_button_digg"></a>
<a class="addthis_button_reddit"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5016150e17f9b102"></script>
<!-- AddThis Button END --><br />
</li>
</ul>
</li>
<li>
<a href="#" class="icon-Serachbox" title="Search"></a>
<ul>
<li>
<form action="/search" method="get">
<input type="text" id="s" name="q" value="" placeholder="Type and Hit Enter" />
</form>
</li>
</ul>
</li>
<div style="text-align: center;">
<a href="http://techethix.blogspot.com/2013/09/sticklr-all-in-one-blogger-widget-with-smooth-jquery-plugin.html" target="_blank" title="Get This Widget"><span style="font-size: xx-small;">Get</span></a></div>
</ul>
<div class='clear'></div>
5. Now replace the texts which I've Highlighted with Orange Color and finally hit "Save".
That's it, go To your blog and check is it working or not. I've explained well therefore it should be working awesome on your blog. and I also expect that you should keep the Attribution Link on this widget.
If you have any problems simply drop here comment or feel free to contact me, you can also say thanks fot his widget by dropping a comment. Kindly share this post with your friends ! Subscribe Us and Share ! Let Our Voice Be Spread !

author blogger, css, how to, Social Share Widgets, subscription box, trick, widget 06:46
Sticklr All In One Blogger Widget With Smooth JQuery Plugin
Hi guys, I'm back again with Brand New and Premium Stickler Blogger Widget which has every important and most useful as well as most popular blogger widgets or tools like, Follow Links, Facebook Like, Google+, Twitter Tweet, Feeds Subscription Links, CSS3 Search Box. Popular Social Bookmark Buttons.
It runs on Smooth Jquery Plugin adopted from Wordpress. You can find the actual value of this Smooth Jquery CSS3 Customized widget for 5$ to install it in any wordpress blog. Unfortunatly the developer team didn't provide this widget for Blogger platform, so I converted this Wordpress Widget into Blogger Widget.
And today I'm providing it Totally Free for installing it in your blog, you just have to keep some short attribution links in order to run this widget as well as this will be a little reward for my efforts as I've spend couple of hours converting this widget.
Sticklr Blogger Widget Header PIc

Live Demo

10 Reasons Why Should You Try Stickler Widget On Your Blog :

1. Adopted / Converted from wordpress, you might know the premiumness of wordpress widgets.
2. Pure CSS3 Coding with Smooth Jquery Plugin.
3. All Useful Blogger Widgets are combined in this widget.
4. Fixed Position on Scrolling.
5. Brand New Responsive Style.
6. Inbuilt CSS3 Search Box.
7. Social Bookmarking / Sharing Buttons by Addthis.
8. Social Profile Follow Buttons.
9. Feedburner Subscription Links/
10. Fast Loading, Doesn't Affect Blog Page Loading Time.

6 Unique Features About Stickler Blogger Widget :

1. Simple & lightweight.
2. Smartly positioned.
3. Cross-Browser [Works on  IE7+, Firefox 3+, Chrome 11+]
4. Multiple Column.
5. Flexible Styling
6. Works without JS.

Some Screenshots :
Sticklr Follow ME Sticklr Social Share Buttons
Sticklr Search Box      Sticklr Feeds Links
Do you like this widget? I hope you would have liked the above screenshots and willing to add this widget to your blog, Its really easy to add this widget to your blog with just a few codes that I'm gonna describe in next Tutorial. Though You should Subscribe Us for more Latest Blogger Tricks and Tips.

How To Install This Widget on Your Blog?

I have described the Installation Process In Part 2 Tutorial : Click Here To Check Installation Steps

author blogger, css, how to, responsive, Social Share Widgets, subscription box, trick, widget 05:58
Unique Read More Button for Blogger
Read More Button is one of the most important things related to Blogger Blog. Adding a Read More Button to your blog can decrease your blog’s bounce rate. You might have seen various kind of Read More Buttons at many blogs or websites, specially on pro-blogger websites or those blogs which are designed by high cost and premium templates. Its really easy nowadays to customize blogger blog template easily with few CSS codes. I have shared several CSS codes and tutorials to make your blog looking like professional and with unique design. You might have seen various tutorials about adding the Read More buttons, but I don’t think they are much better than the CSS Optimized Read More Button we are going to see today. You can see the live demo image of this Read More Button below.
Read More Button

Whats New in This Read More Button ? 

1. CSS optimized.
2. Quick Response even with the high CSS coding.
3. Doesnt affect page loading time.
4. Easy To install.
5. Effective and Decent Look.
6. Fully Automated. No Need of Jump Breaks in Blogger Posts.

Now, you can have a look on below picture its snapshot of our Read More button. Its highly customized with CSS code which gives it really awesome and decent look. It really easy to install this automated Read More Button on your blog, it just need to copy paste some codes in your blogger template which I'm gonna explain step by step.

How to Install Read More Button for Your Blog ?

Just follow these easy steps :
1. Go to Blogger > Dashboard > Template. [Backup Your Blogger Template]
2. Find the code </head>
3. Now after finding this code, simply copy paste the below code just above it.
<script type='text/javascript'>var thumbnail_mode = "no-float" ; 
summary_noimg = 430; 
summary_img = 340; 
img_thumb_height = 100; 
img_thumb_width = 120; 
</script> 
<script type='text/javascript'> 
//<![CDATA[ 
function removeHtmlTag(strx,chop){ 
if(strx.indexOf("<")!=-1) 
{ 
var s = strx.split("<"); 
for(var i=0;i<s.length;i++){ 
if(s[i].indexOf(">")!=-1){ 
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); 
} 
} 
strx = s.join(""); 
} 
chop = (chop < strx.length-1) ? chop : strx.length-2; 
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++; 
strx = strx.substring(0,chop-1); 
return strx+'...'; 
} 
function createSummaryAndThumb(pID){ 
var div = document.getElementById(pID); 
var imgtag = ""; 
var img = div.getElementsByTagName("img"); 
var summ = summary_noimg; 
if(img.length>=1) { 
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>'; 
summ = summary_img; 
} 
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>'; 
div.innerHTML = summary; 
} 
//]]></script> 
Note :
summary_ noimg= 430; >> The length of the summery if the post does not have a thumbnail.
summary_img = 340; >>The length of the summery if there is an image in the post that will be converted into a thumbnail.
null_thumb_height = 120; >> The height in pixels of the thumbnail.
null_thumb_width = 120; >>The width in pixels of the thumbnail.

4. Now find the following code <data:post.body/> and replace it with the below code.
<b:if cond='data:blog.pageType == &quot;item&quot;'> 
<data:post.body/> 
<b:else/> 
<b:if cond='data:blog.pageType == &quot;static_page&quot;'> 
<data:post.body/> 
<b:else/> 
<div expr:id='&quot;summary&quot; + data:post.id'> 
<data:post.body/> 
</div> 
<script type='text/javascript'> 
createSummaryAndThumb(&quot;summary<data:post.id/>&quot;); 
</script> 
<span class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'><a expr:href='data:post.url'>Read More</a></span>
<div style='clear: both;'/> 
</b:if> 
</b:if>
5. You can also change "Read More" to "Continue Reading". Now search for ]]></b:skin> and copy paste the below code just above it.
.rmlink a {  float: right;  }
.rmlink a {   border: 1px solid rgba(0, 0, 0, .2); color: #fff; display: inline-block;  text-decoration: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);  background: #D56540; background: linear-gradient(top, #D56540 0%, #cc6633 100%); background: -moz-linear-gradient(top, #D56540 0%, #cc6633 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D56540), color-stop(100%,#cc6633)); background: -webkit-linear-gradient(top, #D56540 0%,#cc6633 100%);  cursor: pointer;  }
.rmlink a:hover {  background: #E1704B;  color: #fff;  text-decoration: none;  }
.rmlink a { font-size: 14px; font-family: georgia; line-height: normal;  padding: 5px 10px;  }
Note : If you want to add just "Read More" text without any CSS Button then don't add code in ]]></b:skin> section and click on save you're Done !
Don't forget to say thanks and I hope you would have Subscribed Us via Email. Kindly share this post with your friends. If you have any problems just drop them here. Stay Connected.

author blogger, css, trick 05:36
Floating Email Subscription Widget for Blogger
Having a Floating Email Subscription Widget on your blogger blog makes your blog professional and it also helps to attract blog readers or users due this more users or blog readers will subscribe your blog via feedburner email subscription.
I have posted several Email Subscription Box couple of weeks ago, you can also check them.
I always love CSS Gadgets, that's why I have today I'm going to explain "Floating CSS Email Subscription Widget for Blogger" If you like CSS Blogger Widgets then you are Welcome at BloggerHero.

Well, You can see I've already added this widget at the right sidebar of my blog. you can see that its floating [actually its sticky i.e. fixed at a position]

for your kind information, I've worked for Hours to design this widget so please after adding this widget don't remove attribution link from it. I request you because you don't know how much time such widgets take. [I have added an Encoded BloggerHero Attribution Link to this  widget, If you remove the link, the widget will not work, so don't try, this will not affect your blog]

Whats Special About This Widget ?

1. Floating. [Fixed Position where you want.]
2. CSS Subscribe Now ! Button [With Hover Effect]
3. Doesn't affect blog loading time.
4. Blog Template Friendly.
5. Attracts visitors as it has eye catching features and look.
6. Premium Style.
7. CSS Custom Design.

This widget is created and developed by Me and I hope you all will love this widget. The special thing is that you can also keep this widget floating or situated at one position on  your blog sidebar.


I have divided this tutorial in 2 Parts :

Part 1. Installing this widget on your blog.
Part 2. Making it floating or sticky.

Its really easy to install this widget, it might take just couple of minutes. So you must try this widget for your blogger blog. (Backup Your Blogger Template)

Lets see how to install this widget on your blog, Just follow these simple steps :
1. Go to Blogger > Layout > Add Gadget.
2. Select "HTML/Java Script" widget.
3. Copy and paste the following code in it and hit save
<p style="border:1px solid #ccc;padding:3px;background-color:#f6f6f6; color:#000; font-weight:normal; font-family: 'Bree Serif',serif; font-size: large;" class="title">JOIN OVER 1,000 USERS</p>
<p style="border:1px solid #ccc;padding:3px;background-color:#f6f6f6;">
Receive daily freebies, updates &amp; Special offers straight into your inbox. Get into our Mailing List.
Your email address is safe with Us!</p>
<span style="font-family: Times, Times New Roman, serif; font-size: 0px;"><a href="http://www.bloggerhero.com/" rel="dofollow" target="_blank"></a></span></div>
 <form style="border:1px solid #ccc;padding:3px;background-color:#f6f6f6;" action='http://feedburner.google.com/fb/a/mailverify' id='subscribe' 
method='post' onsubmit='window.open
undefined&apos;http://feedburner.google.com/fb/a/mailverify?uri=bloggerhero1&apos;, 
&apos;popupwindow&apos;, 
&apos;scrollbars=yes,width=550,height=520&apos;);return true' 
target='popupwindow'>
  <input name='uri' type='hidden' value='bloggerhero1'/>
  <input name='loc' type='hidden' value='en_US'/>
  <input id='subbox' name='email' onblur='if undefinedthis.value ==
&quot;&quot;) {this.value = &quot;Enter your email...&quot;;}' onfocus='if 
undefinedthis.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}' 
type='text' value='Enter your email...'/>
  <input id='subbutton' title='' type='submit' value='Subscribe Now !'/>
 </form>
<div style="text-align: right;">
<span style="font-family: Times, Times New Roman, serif; font-size: 8px;"><a href="http://www.bloggerhero.com/" rel="dofollow" target="_blank">Get</a></span></div>
4. Now after saving the widget, go to your blog, and find the widget ID [How To Find Widget ID ? Get Here]
5. After finding the widget ID, 
    Go to Blogger > Dashboard > Template.Click "Edit HTML"
6. Find the code ]]></b:skin> now after finding it, copy paste the following code just above it.
/***** Email Subscription Widget by bloggerhero.com *****/
/***** Subscribe widget *****/
.sidebar #HTML6 {  background: #fff;  border: 0px #fff;  color: #666666; font-family: Georgia; font-size: 12px;  outline: 2px solid #fff;  padding: 20px 10px 30px;  text-align: center;  display: inline-block; }
.sidebar #HTML6 h5 {  font-size: 20px;  font-weight: normal;  margin-bottom: 15px;  text-align: center; text-transform: none; }

/***** Form CSS *****/
input, textarea, select {  padding: 14px 20px;  }
textarea {  min-height: 10px;  padding: 10px;  resize: both;  width: 100%;  }
select, option {  cursor: pointer;  padding: 5px 7px;  }
form {  max-width: 100%;  }
form input, form textarea {  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  margin-top: 10px;  }
form input[type="text"] {   width: auto;  border: 1px solid #ccc;  -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FBFBFB;  -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FBFBFB;  box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FBFBFB;  }
form input[type="text"]:focus {  outline: 0;  border-color: #aaa;  -moz-box-shadow: 0 1px 1px #bbb inset;  -webkit-box-shadow: 0 1px 1px #bbb inset;  box-shadow: 0 1px 1px #bbb inset;  }
form input[type="text"]::-webkit-input-placeholder, form input[type="text"]:-moz-placeholder, form input[type="text"]:-ms-input-placeholder {  color: #999; font-family: Georgia; font-weight: normal;  }
form input[type="submit"] {  width: auto;  }

/***** Button CSS *****/
input[type="submit"], button, .button,  .comments .continue a, .comments .comment .comment-actions a, .comments .comments-content .loadmore a {   border: 1px solid rgbaundefined0, 0, 0, .2); color: #fff; display: inline-block;  text-decoration: none; text-shadow: 1px 1px 1px rgbaundefined0, 0, 0, 0.5); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: inset 0 1px 0 rgbaundefined255, 255, 255, .3); -moz-box-shadow: inset 0 1px 0 rgbaundefined255, 255, 255, .3); -webkit-box-shadow: inset 0 1px 0 rgbaundefined255, 255, 255, .3);  background: #D56540; background: linear-gradientundefinedtop, #D56540 0%, #cc6633 100%); background: -moz-linear-gradientundefinedtop, #D56540 0%, #cc6633 100%); background: -webkit-gradientundefinedlinear, left top, left bottom, color-stopundefined0%,#D56540), color-stopundefined100%,#cc6633)); background: -webkit-linear-gradientundefinedtop, #D56540 0%,#cc6633 100%);  cursor: pointer;  }
input[type="submit"]:hover, button:hover, .button:hover,  .comments .continue a:hover, .comments .comment .comment-actions a:hover, .comments .comments-content .loadmore a:hover {  background: #E1704B;  color: #fff;  text-decoration: none;  }
input.small[type="submit"], button.small, .button.small,  .comments .continue a, .comments .comment .comment-actions a { font-family: Georgia; font-size: 12px; line-height: normal;  padding: 5px 10px;  }
input.medium[type="submit"], button.medium, .button.medium, .comments .comments-content .loadmore a { font-family: Georgia;  font-size: 15px;  line-height: normal;  padding: 10px 20px;  }
input.large[type="submit"], button.large, .button.large { font-family: Georgia;  font-size: 20px;  line-height: normal;  padding: 12px 24px;  }
7.  Remeber my blog's Widget ID is "HTML6" your blog's will be different you can easily find widget Id key by Template HTML Editior.
8. Replace "HTML6" with "HTMLx" where x = your blog's ID . 
That's It ! Hit save Template, go to your blog and check it, it will not be floating but it will be looking awesome :-) 
And If you removed the attribution link which does not appear in this widget, then your widget will not work.

Don't Forget to Share This Post with Your Friends and Also you can Subscribe Us via Email to receive latest Blogger Tricks, Want to Link with Us? Add Our badge.
If you have any problem regarding this post, you can ask it via comment or feel free to contact with me, also a little "Thanks'' is appreciable.

author blogger, css, responsive, subscription box, widget 23:38
Older Posts Home
Do you like my work?

Buy Me a Coffee!

Popular Posts

  • How to add Custom Fonts in Blogger or Any Website
  • How to use full ISP bandwidth to speed up downloading
  • Sensational v2.0 Responsive Blogger Template
  • High PR Forums That Can Bring You High Traffic
  • How to Add Facebook Open Graph for Blogger
  • BloggerHero Free Premium Blogger Template
Email Newsletter

Get Latest Posts Directly Into You Inbox

Labels

Android blogger browser Buy computer css drop down menu Gadgets Google how to internet Laptops Mobile Phone phone responsive reviews SEO smartphone Social Media Social Share Widgets subscription box Template tool trick widget Wireless youtube
Powered by Blogger.

Popular Posts

  • High PR Forums That Can Bring You High Traffic
  • Sensational v2.0 Responsive Blogger Template
  • BloggerHero Free Premium Blogger Template
  • Materiality - Material Design Blogger Template
  • MaterialMix : A Free Material Design Blogger Template
  • How to Add Facebook Open Graph for Blogger

Contact Form

Name

Email *

Message *

  • Home
  • About
  • Contact
  • Sitemap
  • Services
  • Request
  • Privacy Polciy

© 2013 BloggerHero.com. All Rights Reserved. Designed with Love for Everyone!