Showing posts with label Animation. Show all posts
Showing posts with label Animation. Show all posts

Wednesday, 25 July 2012

Fade/Greyscale jQuery Mouse Hover Effect For Blogger

 This is also another jquery photo fade effect.
Its back and white hover style. you have to use
two image for this.you can add it to your blogger
with easily. Earlier I made a post about How To
Add Attractive Css Image Hover Effect To
Blogger
, So, you can try one of this.its easy.





Demo 

1.
Log in to your blogger account and Go to Design >> Edit HTML

2. Find this tag by using Ctrl+F    </head>

3. Paste below code before </head> tag

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js' type='text/javascript'/>

<script type='text/javascript'>
//<![CDATA[
$(document).ready(function(){
$("img.a").hover(
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
});
});
//]]>
</script>

4. Find this tag by using Ctrl+F    ]]></b:skin>

5. Paste below code before ]]></b:skin> tag

span.fadehover {
position: relative;
}

img.a {
position: absolute;
left: 0;
top: 0;
z-index: 10;
}

img.b {
position: absolute;
left: 0;
top: 0;
}

6. HTML Code (you can use this code in post area or sidebar as your like)

<span class="fadehover">

<img src="URL_of_normal_image" alt="" class="a" />

<img src="URL_of_greyscale_image" alt="" class="b" />

</span>

* Replace URL_of_normal_image with your image URL
* Replace URL_of_greyscale_image with back and white image URL

7.  Now save your template
You are done.

Monday, 23 July 2012

Social Sharing Buttons With Spinning Hover Effect For Blogger

This is also Nice social Bookmark buttons.
You can add this buttons to end of the post
Its have nice hover style.Earlier i posted
another spinning hover effect buttons.
Social Network Widget With Spinning
Hover Effect For Blogger
. Follow These
steps.
DEMO

1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

2. Add check mark in Expand Widget Templates.

3. Find this tag by using Ctrl+F   ]]></b:skin>

4. Paste below code Before ]]></b:skin> tag

.spinning_icons a{
width:48px;
height:48px;
display:inline-block;
text-indent:-9999em;
background-position:0 0;
background-repeat:no-repeat;
z-index:2000;
overflow:hidden;
}

.spinning_icons a:hover{
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transition: transform 0.2s ease-out;
-webkit-transition: -webkit-transform 0.2s ease-out;
-moz-transition: -moz-transform 0.2s ease-out;
}
.twitter{ background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_iWMuswF-3S-QMH9inFc8bMYxAkrEgUXenTzgCZ-5-NGy9uQLGn2iL8HBEJpZoCa8zgictLDVzz5c9vJyhZclagrJKregd1_nBc44okynWX3Bt5R_8zgF6jJr_H059pKm5dMXCfBXZ7k/s1600/twitter_32.png'); }
.delicious{ background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmBHvgpCH25JfvclHgk1pFTX-OSyqf41KYzUt3UPBScwR7r_jwDGLsLf4O5LQ9WQbPUHCw_0l6LAh9uEnrvZ9CGMRrDNnFSbNqRAWJ0vdhY2mdhMM8ym5Si8kegASCUxSKmXjseC6ds6M/s1600/delicious_32.png'); }
.digg{ background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM4-xatlZS45QhGBz4xPRYuPUj3Jnkwmmku9doT3BnpTQWBDV3E9qagsbZVnf1JCZu8EOnm2E6H9UC6v28j9iSZA0Zb-RwT3qcTtibHtNcrGwIsg3y9EWvhFetR9Ws_J-ZRSPxdMBDggs/s1600/digg_32.png'); }
.facebook{ background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1rhesOgkR3V-hRJ_ZmriFBA4aZuKgHRN8izGvV1rKiiZSlM-tf7wkuL6C-ne55UhkPd1nV7-ab8UpmEdEpf6PpUL7_l_-tfMgjVuzYYVkev6sVGJK-UMx4ZvdIEGVfpeka3t_Dfy2nCk/s1600/facebook_32.png'); }
.linkedin{ background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiw_RTQzy7n21Ad-RBXFKZHR2epZioeUgZJxVv3LXUlYwvbMmnWoYEsph8M53VEIVrYrooiHHulBp4VK1wNiQjTlOEXNa21LPWLiAL6VN3rMsrIScnIt55K67lYf877GTSi-o611oHgmwE/s1600/linkedin_32.png'); }
.stumbleupon{ background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKTs6WCBj2dwhFeGBMASJoDvF9nd7XS1ccJQ31z7wMK72q4Bv1b3PU48DwOY1MGyBZKrIgg1f3BosB4iE3GWMUg3UHbOE6FDdCxbd6RgTSKm69AeVCdK1uJ1796t9C5CEVhJSjE9cGXVM/s1600/stumbleupon_32.png'); }
.youtube{ background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjW_RdYL5QxN32Wyl47Rw6AjEiIhr7FO2c7rEIX3nquVpNKrgVHaE8hURzQbk2wUXj9d9BnpI0P16uvgnNuH8xNAa1L0FdjHAZGN1GE7VKr-QF0vqTn9NTrrGj3c2jVzwZFh_Cq3p7pvFQ/s1600/youtube_32.png'); }

5. Find this tag by using Ctrl+F   <div class='post-footer-line post-footer-line-1'/>

6. Paste below code before <div class='post-footer-line post-footer-line-1'/> code

<div class="spinning_icons">
<a href="http://twitter.com/share?text=&quot; + data:post.title + &quot;&amp;url=&quot" class="twitter" title="twitter">Twitter</a>

<a href="http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot" class="delicious" title="delicious">Delicious</a>

<a href="http://digg.com/submit?phase=&quot; + &quot;2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot" class="digg" title="digg">Digg</a>

<a href="http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot" class="facebook" title="facebook">Facebook</a>

<a href="http://www.linkedin.com/shareArticle?mini=&quot; + &quot;true&amp;url=&quot" class="linkedin" title="linkedin">Linkedin</a>

<a href="http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot" class="stumbleupon" title="stumbleupon">Stumbleupon</a>

</div>



7. Now save your Template. You are done.

Thursday, 19 July 2012

How To Add Cool Jquery Fade Effect To Blogger Images

This is a smooth jquery photo fade effect.you can
add it to your blogger, with easily. your post images
will appear like below image when you move the
courser on it.you can try it. Earlier I made a post
about How To Add Attractive Css Image Hover
Effect To Blogger
, So, you can try on of ths.its easy.

How To Add Cool Jquery Fade Effect To Blogger Images

1.
Log in to your blogger account and Go to Design >> Edit HTML

2. Find this tag by using Ctrl+F    </head>

3. Paste below code before </head> tag

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){
$(".post img").fadeTo("slow", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
$(".post img").hover(function(){
$(this).fadeTo("slow", 0.5); // This should set the opacity to 100% on hover
},function(){
$(this).fadeTo("slow", 1.0); // This should set the opacity back to 30% on mouseout
});
});
</script>
<script type='text/javascript'>
$(document).ready(function(){
$(".latest_img").fadeTo("slow", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
$(".latest_img").hover(function(){
$(this).fadeTo("slow", 0.5); // This should set the opacity to 100% on hover
},function(){
$(this).fadeTo("slow", 1.0); // This should set the opacity back to 30% on mouseout
});
});
</script>

9. Now save your template
You are done.

Tuesday, 17 July 2012

How To Add Attractive Css Image Hover Effect To Blogger

This is nice hover effect for blogger images.
so you can add it to your blog with simple steps.
You can check my earlier post about images.
Jquery Image Zoom Effect For Blogger, and
How To Add CSS Cool Image Effect For
Blogger
. you can try it.Check below for demo.

Attractive Css Image Hover Effect

1. Log in to blogger account and Go to Design >> Edit HTML

2. Find this tag by using Ctrl+F    ]]></b:skin>

3. Paste below code Before ]]></b:skin> tag

.bteffect {
-webkit-transition: -webkit-transform .15s linear;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
padding: 5px 5px 5px 5px;
-webkit-transform: rotate(+2deg);
-moz-transform: rotate(+2deg);
}
.bteffect:hover {
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
}

4. Now, when you make a post, you can paste below code.

<img class="bteffect" 
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTOKvjJ6pduA4SyEeOHtlhOYnUd9a2HwDF5qUcY_WleWi2l5LLi5goXyE36ykQwGsrrkkPyalngM4bx_vCAxRHyxG-sP1Cfk96iF5UdriSKxDB0Vxe57nu8RkuZdoK0Y_qfYh3B6VhQO18/s1600/Your_Choice_is_Your_Way_by_Osokin.jpg" width="320" />

Now you can replace your image link with highlighted link above.
Now Publish post and check it. you are done.








Saturday, 14 July 2012

Social Network Widget With Spinning Hover Effect For Blogger

This is cool widget for your blog. This is
cool social widget. you can add it on side bar.
Its have nice hover style.So, it will helps to
attractive your blog.Black And White Social
Network Widget With Color Hover Style
For Blogger
. Follow these steps to add it
to your blog.

cool-social-widget
Demo

1. Log in to blogger  Design > Page Element.

2. Click Add Gadget and select 'HTML/Javascript

3.Now Paste Below code.


<style>p#socialicons img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
p#socialicons img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
/* Spinning Social Icons Widget By bloggertrix.com */
</style>
<center><p id="socialicons">
<a href="http://www.facebook.com/bloggertrix/">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR0A_k_-eDJ1ztXDIa5IMXfC15XPDtbLPK8ZpNffRIBEvuERINseY6tPgMMAvR_9tT8WzRw3sXk2zivn4QgelGSdwGDKfk1_MFkBlIvyjVRfmb6gbL9yUszh1b7uBDqKEk3KRTGRV8oew5/s1600/facebook.png" /></a>
<a href="http://www.twitter.com/bloggertrix/">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQgwLIYxAod-uKxQwKLB7P-HtQwYVlGsL7jdiqVAvv4aSV4VWlQ4Qwyi8-fzTgswojr1AtYTeHrhqQFiZVujBFXg5uvRDqCQ1SStQvQIUn1F3Zq0xdnOWEo4qSCzvfzHxSzuRb6okVU6ky/s1600/twitter.png" /></a>
<a href="https://plus.google.com/107955298793879607964">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgseN4iYA5N03yl60OdITML-dakzBpBDAUfAhTgn3-y98EEjiNP2hqveqmHhrhAoFx9A6CfbX1ANUqPM5fJ-99LL4G61xydFDJwKrQ34yyqwjJP9e-eeyY3u7MC3Q9JHwaHZeGxaO2C035H/s1600/googleplus.png" /></a>
<a href="http://www.feeds.feedburner.com/bloggertrix/">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-3scdIh5qXvMBiZlzj7ud_qceCOTdax34pXvstfY-sv62YNbbOv1N60e6VbOwiKpFtp8nvpQ0uTONDdKAkF-T4alWrurPHDVq3_gLMJxBF9PTQvD7BQNkwTAzmggFIiYxpGxP1Cxn_A2T/s1600/rss.png" /></a>
<a href="http://www.youtube.com/bloggertrix/">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4YmEqRtkCFbQSN769Yjav3T2JI-jF559phuntddYWivkhXsAfqCtIXhkVhuXh0ZZW7LXgDUxuxEY3rnLaMyK0A6DabJkDQZmo0G-Mo81Mfu1v43zMQNBreSDh0QH4Dra7-Fw1rXu6Eafb/s1600/youtube.png" /></a>
</p></center>



After paste one of above code
* Replace bloggertrix with your facebook username
*Replace bloggertrix  with your  twitter Username
*Replace 107955298793879607964 with Google plus id
*Replace bloggertrix with feedburner username
*Replace bloggertrix with your your-tube username.
4. Now save your HTML/Javascript'.

    You are done...

Sunday, 8 July 2012

Add Spinning Hover Effect To Popular Posts Widget In Blogger

Popular Post widget helps to identify most popular
post in your blog.So, Blogger already  added the
that features for every blog.We can customize is
with great look. So, this is the tutorial for it.In earlier
i wrote a post about.How To Add  Multi-Color
Popular Posts Widget For Blogger
. Actually it was a
color effect. But this tutorial helps you to customize
your popular post with Spinning  hover style.It giving
great look to your blog. Its not too hard to add it to
your blog.Why don't you try it? just try this below steps


1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

2. Put checked marked in Expand Widget Templates

3.Find this code  by using Ctrl+F  ]]></b:skin>

4.  Paste below code Before ]]></b:skin> code

#PopularPosts1 {
max-width: 300px}
#PopularPosts1 dd {
float: left;
border-bottom: none;
margin: 8px 8px 0 8px;
background: none;
display: block;
padding: 0}
#PopularPosts1 img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 4px;
background: #eee;
background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #ddd), color-stop(0.5, #c0c0c0), to(#aaa));
background: -moz-linear-gradient(top, #eee, #ddd 50%, #c0c0c0 50%, #aaa);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
-moz-box-shadow: 0 0 3px rgba(0,0,0,.7);
box-shadow: 0 0 3px rgba(0,0,0,.7);}
#PopularPosts1 img:hover {
-moz-transform: scale(1.2) rotate(-350deg);
-webkit-transform: scale(1.2) rotate(-350deg);
-o-transform: scale(1.2) rotate(-350deg);
-ms-transform: scale(1.2) rotate(-350deg);
transform: scale(1.2) rotate(-350deg);
-webkit-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
-moz-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
}

5. Again Now Find this code  by using Ctrl+F 

<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>
6. After you found, scroll below until you see this code  </b:widget>

7. Now delete it start to end.

8. After delete is place below code in same place

<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2>
<data:title/>
</h2>
</b:if>
<div class='widget-content popular-posts'>
<ul>
<b:loop values='data:posts' var='post'>
<dd>
<b:if cond='data:showThumbnails == &quot;false&quot;'>
<b:if cond='data:showSnippets == &quot;false&quot;'>
<!-- (1) No snippet/thumbnail -->
<a expr:href='data:post.href'><data:post.title/></a>
<b:else/>
<!-- (2) Show only snippets -->
<div class='item-title'>
<a expr:href='data:post.href'><data:post.title/></a>
</div>
<div class='item-snippet'>
<data:post.snippet/>
</div>
</b:if>
<b:else/>
<b:if cond='data:showSnippets == &quot;false&quot;'>
<!-- (3) Show only thumbnails -->
<div class='item-thumbnail-only'>
<b:if cond='data:post.thumbnail'>
<div class='item-thumbnail'>
<a expr:href='data:post.href' target='_blank'>
<img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
</a>
</div>
</b:if>
<div class='item-title'>
<a expr:href='data:post.href'><data:post.title/></a>
</div>
</div>
<div style='clear: both;' />
<b:else/>
<!-- (4) Show snippets and thumbnails -->
<b:if cond='data:post.thumbnail'>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><img expr:alt='data:post.title' expr:src='data:post.thumbnail' height='60px' width='60px'/></a>
<b:else/>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><img alt='no image' height='60px' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjezAeN0EF1ntH9r8S7kD53HIRBs899I-qs9ubxnBxi_EVkHSxmKLS4jPzXFM9rzu4loJP9vaF2igwsGYHOzbRvlYTzrn-qo5zpEwWblZRIX5R9_67OUyhBFT2HVOpjbgBvioMydybsxck/s1600/helperblogger-default-image.jpg' width='60px'/></a>
</b:if>
</b:if>
</b:if>
</dd>
</b:loop>
</ul>
<div class='clear' />
<b:include name='quickedit' />
</div>
</b:includable>
</b:widget>

9. Now save your template. You are done.

Friday, 6 July 2012

How To Add Jquery Classic Clock For Blogger

This post also did with including  jquery. Time is
import thing for everyone.In this post im going to explain
how to add cool analog clock for your blogger.You can
add this on your sidebar top. it will helps you to give a
nice  looking for your blogger.Earlier i made post about
How to add a animated clock for blogger  that post also
have nice clock gadget.So you can choose best one for
your blog.Follow these steps to add it to your blog.


1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

2. Find this tag by using Ctrl+F    </head>

3. Paste below code Before </head> tag
<script src='http://bloggertrix.googlecode.com/files/jquery-1.2.6.min.js' type='text/javascript'/>
<script type='text/javascript'>

$(document).ready(function() {

setInterval( function() {
var seconds = new Date().getSeconds();
var sdegree = seconds * 6;
var srotate = &quot;rotate(&quot; + sdegree + &quot;deg)&quot;;

$(&quot;#sec&quot;).css({&quot;-moz-transform&quot; : srotate, &quot;-webkit-transform&quot; : srotate});

}, 1000 );


setInterval( function() {
var hours = new Date().getHours();
var mins = new Date().getMinutes();
var hdegree = hours * 30 + (mins / 2);
var hrotate = &quot;rotate(&quot; + hdegree + &quot;deg)&quot;;

$(&quot;#hour&quot;).css({&quot;-moz-transform&quot; : hrotate, &quot;-webkit-transform&quot; : hrotate});

}, 1000 );


setInterval( function() {
var mins = new Date().getMinutes();
var mdegree = mins * 6;
var mrotate = &quot;rotate(&quot; + mdegree + &quot;deg)&quot;;

$(&quot;#min&quot;).css({&quot;-moz-transform&quot; : mrotate, &quot;-webkit-transform&quot; : mrotate});

}, 1000 );

});

</script>



4. Now Go to Design >> Page Element

5. Click Add Gadget and select 'HTML/Javascript'

6. Paste  below code.

<style type="text/css">
* {
margin: 0;
padding: 0;}

#clock {
position: relative;
width: 120px;
height: 120px;
margin: 20px auto 0 auto;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj807blt-pVvxABkZs-g76Sqk2MxGESOQw8W6Zfqd6UoYYfpJLgV4GPcs8QSLTO4pCaHvsxW3XHt-In7Mq53f3wQmeaq3VvepNSmXzylo7t_RJU2hpi3Kd5J2Aj48NlUAOkpwDO7I8edfI/s1600/clockface+copy.png);
list-style: none;
}

#sec, #min, #hour {
position: absolute;
width: 6px;
height: 120px;
top: 2px;
left: 57px;
}

#sec {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjETwuEjzUVTp3U4PC5fl0W3YE734LEpfZcnK1v4XXh6swP8d0xLRIKrq9dE45QO1XroK6KuRcQUtV0J_LeXKfY5VjpMNSb1GaiwUE3ENaBPeOxOsFktTLU8iD_BLu7ukF0Flw5f9TG_F8/s1600/sechand.png);
z-index: 3;
}

#min {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWB1mtdcOo_mbVlMqpT1pWD_QQnxGuESi9SJ4Q4A3yKokgOS7Eu2-ZupmpaU9B1EEnH0UHa_q3rsfPEnaPl2qIFRd1wSWBt4t9ezPGHsdTjajPQqnzqc6RyJcxpnIuwDbownqH1FfM1mQ/s1600/minhand.png);
z-index: 2;
}

#hour {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCRGF0S6x45qiWrtekCVw2If-TgnGdaXUMLY2vX-Jl00PArkCJ5OfiBo4FXcWkW35DrBAvh-stGVnNeXtZGVr5G9PXOCPZpdaMiCdGAzWhUcnbhKALdi9awu8BHMEXFRKLFXisGQ61JiQ/s1600/hourhand.png);
z-index: 1;
}

p {
text-align: center;
padding: 10px 0 0 0;
}
</style>


<ul id="clock">
<li id="sec"></li>
<li id="hour"></li>
<li id="min"></li>
</ul>

7. Now save your template
 you are done.

Tuesday, 3 July 2012

How To Add Spinny Leaf Menu To Blogger

This is attractive menubar to your blogger. It
call Spinny Leaf menu.In include with awesome
hover style.So,this menubar helps you to make
attractive your blog.You can link main page for it.
Like contact us page about us page.So, this menu
bar like classic. Earlier i made a post Attractive Css
Drop Down Menu Bar For Blogger
. It also nice
menu-bar.you can add it to your blog with easy
steps. Follow these steps to add it your blog.


DEMO

1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

2. Put checked marked in Expand Widget Templates

3. Find this tag by using Ctrl+F    ]]></b:skin>

4. Paste below code Before ]]></b:skin> tag

nav {   width: 900px;
height: 100px;
margin: 120px auto;
text-align: center;
}
.top-menu li {
display: inline-block;
text-align: center;
margin: 30px 5px;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.top-menu li:hover {
margin: 30px 20px;
}
.top-menu li:active {
margin: 30px 33px;
}
.top-menu li a {
width: 100px;
height: 100px;
z-index: 9999;
position: absolute;
top: 35px;
font-weight: bold;
display: block;
text-decoration: none;
font-size: 20px;
color: #fff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.4), 0px 4px 6px rgba(0,0,0,0.1), 0px 9px 11px rgba(0,0,0,0.1);
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
}
.top-menu li:active a {
font-size: 26px;
top: 30px;
text-shadow: none;
}
.top-menu li div.menu-item {
width: 100px;
height: 100px;
display: block;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-border-top-left-radius: 100px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-radius-topleft: 100px;
-moz-border-radius-bottomright: 100px;
border-top-left-radius: 100px;
border-bottom-right-radius: 100px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.top-menu li:hover div.menu-item{
-webkit-border-top-left-radius: 80px;
-webkit-border-bottom-right-radius: 80px;
-moz-border-radius-topleft: 80px;
-moz-border-radius-bottomright: 80px;
border-top-left-radius: 80px;
border-bottom-right-radius: 80px;
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-o-transform: rotate(225deg);
}
.top-menu li:active div.menu-item{
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
#home { background: #41D05F; }
#cataloge { background: #E42B2B;}
#price { background: #ff8400; }
#about { background: #a800ff; }
#contact { background: #49a7f3; }

5. Now Find this code  by using Ctrl+F <div id='content-wrapper'>

6.  Paste below code Before <div id='content-wrapper'> code

<nav>

<ul class="top-menu">

<li><a href=#>Home</a><div class="menu-item" id="home"></div></li>

<li><a href=#>Download</a><div class="menu-item" id="cataloge"></div></li>

<li><a href=#>Links</a><div class="menu-item" id="price"></div></li>

<li><a href=#>About</a><div class="menu-item" id="about"></div></li>

<li><a href=#>Contact</a><div class="menu-item" id="contact"></div></li>

</ul>

</nav>

*Replace # With your URL
*Replace Name with as your like.

7. Now save your template
 you are done.

Saturday, 2 June 2012

Beautiful Slide Egg Bookmarking Widget for Blogger

This is a attractive Social bookmark gadget.It woks
great with side open with including Hover Effect also.
It Include the buttons  Facebook share, Twitter,
Google +, Blogger, LinkedIn, Stumble Upon, Email
and the Share This Icon.This tutorial will helps you to
add it to your blog. Follow These Steps.


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    </head>

4. Paste below code Before </head> tag


<script src='http://w.sharethis.com/gallery/shareegg/shareegg.js' 
type='text/javascript'/><script src='http://w.sharethis.com/button/buttons.js'
type='text/javascript'/><script type='text/javascript'>stLight.options
({publisher: &quot;bea50586-2b9f-448d-947a-01385f28e305&quot;, onhover:false});
</script><link href='http://w.sharethis.com/gallery/shareegg/shareegg.css'
media='screen' rel='stylesheet' type='text/css'/>


Egg Bookmarking

5. Now Find this code  by using Ctrl+F </body>

6.  Paste below code Before </body> tag

<div style='position: fixed; bottom: 2%; left:
2%;'><div class='shareEgg'
id='shareThisShareEgg'/></div><script
type='text/javascript'>stlib.shareEgg.createEgg(&#39;shareThisShareEgg&#39;,

[&#39;facebook&#39;,&#39;twitter&#39;,&#39;googleplus&#39;,&#39;linkedin&#39;,&#39;blogger&#39;,&#39;stumbleupon&#39;,&#39;sharethis&#39;],
{title:&#39;
<data:blog.pageTitle/>&#39;,url:&#39;<data:blog.url/>&#39;,theme:&#39;shareegg&#39;});</script><a
href="http://www.bloggertrix.com/">Blogger Widgets</a>

7. Now save your template
 you are done.

Sunday, 8 April 2012

Hex Color Generator for Blogger Part 2


When Blogging,color is important part,because
when we starting.blogging we have to select
the template.When we choosing template, actually
sometime we cant find what we want
(some color problem). So we have to choose
right color for our template.when we changing
color,when  change it we have enter hex color code.
(#000000) so we have to find color code.So
i have color code generate for you.Its easy,
You can select your color first, after you can
Get code.

Hex color Generator for Blogger Part 1