9:44 PM
0
17+ Featured Content Slider for Blogger Using jQuery

You should already know about JQuery Featured Content Slider.Today we will see how to add 17+ jQuery featured content sliders / slideshows for your blog or website.Almost all bloggers use the contents, which included slider.Contents are a great way to show a lot of content in a smaller area of ​​a web page or a blog. Automatic sliding doors are dynamic content in many popular websites on the web.This is a great technique to represent different types of content in a limited space and a good way to involve the user.You have probably noticed that a lot of websites recently a working area with content that slides or changes in any way.


Are you interested in implementing a content slider in your website? Checkout this list!Here I am going to teach you, how to add a featured content slider to your blogger / blogspot blogs.You're not sure what is it exactly? You`ll see below ;)






Featured Content Slider for Blogger Using jQuery

Featured Content Slider for Blogger Using jQuery



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" type="text/javascript"></script>

<script type="text/javascript">
$(document).ready(function(){$("#featured > ul").tabs({fx:{opacity:"toggle"}}).tabs("rotate",5000,true);});
</script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#featured{
width:400px;
padding-right:250px;
position:relative;
height:250px;
background:#fff;
border:5px solid #ccc;
}
#featured ul.ui-tabs-nav{
position:absolute;
top:0; left:400px;
list-style:none;
padding:0; margin:0;
width:250px;
}
#featured ul.ui-tabs-nav li{
padding:1px 0; padding-left:13px;
font-size:12px;
color:#666;
}
#featured ul.ui-tabs-nav li span{
font-size:11px; font-family:Verdana;
line-height:18px;
}
#featured .ui-tabs-panel{
width:400px; height:250px;
background:#999; position:relative;
overflow:hidden;
}
#featured .ui-tabs-hide{
display:none;
}
#featured li.ui-tabs-nav-item a{/*On Hover Style*/
display:block;
height:60px;
color:#333; background:#fff;
line-height:20px;
outline:none;
}
#featured li.ui-tabs-nav-item a:hover{
background:#f2f2f2;
}
#featured li.ui-tabs-selected{ /*Selected tab style*/
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBJLUN9MWikQWyv0ikwfvnkpcbu6qWDWv1it7ZJXmlP8r3PUmEb1s6LUH-BU8pYH7Habda3m5YSoJBI8KMXPNC2Xz0OYvSCDs3FuAa9LXN4wjSUuNMdlI9wevnj6ia-AKL3mEoZoAIZM2k/s1600/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
background:#ccc;
}
#featured ul.ui-tabs-nav li img{
float:left; margin:2px 5px;
background:#fff;
padding:2px;
border:1px solid #eee;
}
#featured .ui-tabs-panel .info{
position:absolute;
top:180px; left:0;
height:70px; width: 400px;
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZRFNaZhFYfqMMxL1ahgRhym3TR1dPIg072ThuCLrMvKzN-sgDsQ-KtDR3GPkGJ89UyHwONbuIeOpP_Ee2MGoAv2u2wq-bILDQABN18sEQqbn7oKtG88egw86kiLYztXfg5do1McnRauWN/s1600/117s1g9.jpg') ;
}
#featured .info h2{
font-size:14px; font-family:Georgia, serif;
color:#fff; padding:5px; margin:0;
overflow:hidden;
}
#featured .info p{
margin:0 5px;
font-family:Verdana; font-size:11px;
line-height:15px; color:#f0f0f0;
}
#featured .info a{
text-decoration:none;
color:#fff;
}
#featured .info a:hover{
text-decoration:underline;
}

</style>


<div id="featured">
<ul class="ui-tabs-nav">
<li class="ui-tabs-nav-item" id="nav-fragment-1"><a href="#fragment-1"><img alt="featured 1" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaim-OM05lEEy90OHJJfaVNPnRSs1RUgfyVYQJP1sxIdUKNiWJtvAYBBHsVHuXpjj405JLHVWqXUyOlB_59KnbTRDbaEgl659DPlrfTiC55k0XgXxXt_REcA1jLTO1rBFtYqy7jfNIMIHN/s1600/Change+Mouse+Cursor+Generator.png"/><span>TITLE 1</span></a></li>
<li class="ui-tabs-nav-item" id="nav-fragment-2"><a href="#fragment-2"><img alt="featured 2" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMFHmhGRykrTp7o7kUSsWgU5A3T8Jc5SpSuX3_ZdegRywUV_v3m_X0J4hazU_XD_fw-j9DCw8x8fjHyKqri7vmblxk0_CF2bjsmDdTsc7CzvC2-29NAefcrQozwhDXEKz_b7WXWpHG6SOi/s1600/Numbered+Page+Navigation.png"/><span>TITLE 2</span></a></li>
<li class="ui-tabs-nav-item" id="nav-fragment-3"><a href="#fragment-3"><img alt="featured 3" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWZB96jIZL-MEAF5o5AbL9f4i6lFrIsrNsfXo0NWXTWNvUBH-kahTR3tIoNic0GGRz5eT_amaf_Elrink1BOdT7e9sWEI9YoQg1buAoSfJa0_0OuPDgfz5DO4_goR0fZiuWEI7icNu4yAq/s1600/Snow+Cursor+Code+Generatort.png"/><span>TITLE 3</span></a></li>
<li class="ui-tabs-nav-item" id="nav-fragment-4"><a href="#fragment-4"><img alt="featured 4" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZ9r5xxkozCTujxHSS1pkm-Xedjri1mJiLD4GSngPmRxjgMcHbIEXFyRBHhSOACDbY30ILzcdLdk1nUrfuhrRw7c3ihoQB_RiVDUdx_mjJci_SunsQNHimZutiAU-mrttILZMJPX_Z8M7n/s1600/Blogger+Falling+Object+Generator.gif"/><span>TITLE 4</span></a></li>
</ul>


<!-- First Content -->
<div id="fragment-1" class="ui-tabs-panel" style="">
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png"/>
<div class="info">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 1</a></h2>
<p>TEXT-OF-THE-SLIDE 1</p>
</div>
</div>

<!-- Second Content -->
<div id="fragment-2" class="ui-tabs-panel ui-tabs-hide" style="">
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png"/>
<div class="info">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 2</a></h2>
<p>TEXT-OF-THE-SLIDE 2</p>
</div>
</div>

<!-- Third Content -->
<div id="fragment-3" class="ui-tabs-panel ui-tabs-hide" style="">
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png"/>
<div class="info">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 3</a></h2>
<p>TEXT-OF-THE-SLIDE 3</p>
</div>
</div>

<!-- Fourth Content -->
<div id="fragment-4" class="ui-tabs-panel ui-tabs-hide" style="">
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png"/>
<div class="info">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 4</a></h2>
<p>TEXT-OF-THE-SLIDE 4</p>
</div>
</div>

</div>
<div style="clear:both;"></div>
<br/>
<div></div>


And now click Save















Simple jQuery Featured Content Slider for Blogger Blog


Simple jQuery Featured Content Slider for Blogger Blog




1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/freebloggerhelp-jquery.flow.1.2.auto.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#myController").jFlow({
slides: "#slides",
controller: ".jFlowControl", // must be class, use . sign
slideWrapper : "#jFlowSlide", // must be id, use # sign
selectedWrapper: "jFlowSelected", // just pure text, no sign
auto: true, //auto change slide, default true
width: "610px",
height: "235px",
duration: 400,
prev: ".jFlowPrev", // must be class, use . sign
next: ".jFlowNext" // must be class, use . sign
});
});
</script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#jFlowSlide{ background:#f8f8f8; font-family: Georgia; }
#myController { font-family: Georgia; padding:2px 0; width:610px; background:#000000; }
#myController span.jFlowSelected { background:#43A0D5;margin-right:0px; }
.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:300px; float:left; }
.slide-thumbnail img {max-width:300px; }
.slide-details { width:290px; float:right; margin-left:10px;}
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }
.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #43A0D5; }
</style>



<div class="jflow-content-slider">
<div id="slides">
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 1</a></h2>

<div class="description">
TEXT-OF-THE-SLIDE 1
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 2</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 2
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 3</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 3
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 4</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 4
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 5</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 5
</div>
</div>
<div class="clear"></div>
</div>
</div>

<div id="myController">
<span class="jFlowPrev">Prev</span>
<span class="jFlowControl">1</span>
<span class="jFlowControl">2</span>
<span class="jFlowControl">3</span>
<span class="jFlowControl">4</span>
<span class="jFlowControl">5</span>
<span class="jFlowNext">Next</span>
</div>
<div class="clear"></div>
</div>


















How To Add Smart Jquery Featured Slider to Blogger / Websites



How To Add Smart Jquery Featured Slider to Blogger / Websites



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>

<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/jquery.jcarousel.pack.js" type="text/javascript"></script>

<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/jquery-ui-personalized-1.5.2.packed.js" type="text/javascript"></script>

<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
wrap:"both",
scroll:2,
animation:"slow"
});
function mycarousel_initCallback(carousel) {
jQuery('#featured-next-button').bind('click', function() {
carousel.next();
return false;
});

jQuery('#featured-prev-button').bind('click', function() {
carousel.prev();
return false;
});
jQuery('.button-nav span').bind('click', function() {
carousel.scroll(jQuery.jcarousel.intval(jQuery(this).text()));
return false;
});
};
jQuery('#feature-carousel').jcarousel({
wrap:"both",
scroll:1,
auto:10,
initCallback: mycarousel_initCallback,
buttonNextHTML: null,
buttonPrevHTML: null
});

});
</script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
.jcarousel-skin-tango .jcarousel-container {-moz-border-radius: 10px;}
.jcarousel-skin-tango .jcarousel-container-horizontal {width: 941px;margin: 0 auto;padding:0 20px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {width: 941px;height: 254px;}
.jcarousel-skin-tango .jcarousel-item {width: 307px;height: 254px;}
.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right: 10px;}
.jcarousel-skin-tango .jcarousel-item-placeholder {background: #fff;color: #000;}
.jcarousel-skin-tango .jcarousel-next-horizontal {
background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUXYy0w-4GFJKzoP5kr4hICPaMwsaik23AYhAgFxZKxEwxFXAS2QzldwHXOQBfmD5HTF8taubSwu_o6D1CeujOa4G5E1naKXdCg5pnga7YSc5kRfrCdBUEMDGDKUeYyFxFf4DM2ZgeL8-h/s1600/image-slider-button.png) no-repeat scroll -46px 0;
cursor:pointer;
height:254px;
right:20px;
position:absolute;
top:0;
width:46px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUXYy0w-4GFJKzoP5kr4hICPaMwsaik23AYhAgFxZKxEwxFXAS2QzldwHXOQBfmD5HTF8taubSwu_o6D1CeujOa4G5E1naKXdCg5pnga7YSc5kRfrCdBUEMDGDKUeYyFxFf4DM2ZgeL8-h/s1600/image-slider-button.png) no-repeat scroll 0 0;
cursor:pointer;
height:254px;
left:20px;
position:absolute;
top:0;
width:46px;
}
.jcarousel-container {position: relative;}
.jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;}
.jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
.jcarousel-list li,.jcarousel-item {float: left;list-style: none;width: 75px;height: 75px;}
.jcarousel-next {z-index: 3;display: none;}
.jcarousel-prev {z-index: 3;display: none;}
#news-slider{background-color:#FFFFFF;padding:20px 0;}
#news-slider img{border:none;height:254px;width:307px;}
</style>



<div id="news-slider">
<ul class="jcarousel-skin-tango" id="mycarousel">
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" width="307" /></a></li>

</ul>
</div>

<div class="clear"></div>














How To Create JQuery Featured Content Slideshow


How To Create JQuery Featured Content Slideshow



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://code.jquery.com/jquery-1.10.2.js" type="text/javascript"/></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-01.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
ul.slideshow {
list-style:none;
width:600px;
height:240px;
overflow:hidden;
position:relative;
margin:0;
padding:0;
font-family:Arial,Helvetica,Trebuchet MS,Verdana;
;
}
ul.slideshow li {
position:absolute;
left:0;
right:0;
}
ul.slideshow li.show {
z-index:500;
}
ul img {
width:600px;
height:240px;
border:none;
}
#slideshow-caption {
width:600px;
height:70px;
position:absolute;
bottom:0;
left:0;
color:#fff;
background:#000;
z-index:500;
}
#slideshow-caption .slideshow-caption-container {
padding:5px 10px;
z-index:1000;
}
#slideshow-caption h3 {
margin:0;
padding:0;
font-size:16px;
}
#slideshow-caption p {
margin:5px 0 0 0;
padding:0;
}
</style>


<ul class="slideshow">

<li><a href="#" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEie0r_EnyoFkQh3dlKwz0V1HST39LsHglLB8AAlo8S9s7A2v4FmWUGNPVbbPl3NWqNi8SSZ81tc5JFhfDlB78_eFmbyfvc-1FqGE5HLqgkQOypyTt1yEHICuuCS75udlXmPkiRO7NKpTi_u/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" title="This is featured post 1 title" alt="Replace This Text With Your Featured Post 1 Description." /></a></li>

<li><a href="#" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu876CzlLmnJFr3s1A5WeG700ZJVYpz3ocoea69AW8TLiHLbHEMXAGV3Z0kbRrvUjwBSoXrh505kc7zL71xzYMQbE6uyckhZ2VyTNUMjNKs81wQDllNIK9h7M3LzCX_qU0NzDrr0lwmSrP/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" title="This is featured post 2 title" alt="Replace This Text With Your Featured Post 2 Description." /></a></li>

<li><a href="#" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDixOWT0wm3IZ3ftolOPriuRkQ_WyHKxAUFNSioM7e8w0kE11aFw3xHiFi2UgDP464Dcamm6Ssl94fc4ipTC4yyvGL4bX73ESMoVecoFiMXFOPd_H_zBz4DZibXKCUlAUTPd7vnfMSdWLX/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" title="This is featured post 3 title" alt="Replace This Text With Your Featured Post 3 Description." /></a></li>

<li><a href="#" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwev2PnDKkSAnw7p9PRvedpdXOGX4eipmvExKx8fUQB-LbGJP35IQCEe_z0JXlwsjCYDQowKNbU2LZjfAZjztLnB6VjDLLIvWW5-33EC5bynB2QP2sCv3sn3eDk37avc-UIVhn1Iu06007/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" title="This is featured post 4 title" alt="Replace This Text With Your Featured Post 4 Description." /></a></li>

<li><a href="#" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0MUibTp8cfb10FttwOgmEqXiKt_ne4S29ibHYTQIb1h8Z10nQfhyphenhyphenrH0FF3ZCevtMTmBmpwLNiSMzHMsDPeaTmr7ApJjwVQQj3ah13YvvE53HUXxstYbGbezRngBvfHONqBRawBzZA_0md/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" title="This is featured post 5 title" alt="Replace This Text With Your Featured Post 5 Description." /></a></li>

</ul>














How To Add jQuery Featured Post Slider to blogger

How To Add jQuery Featured Post Slider to blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://code.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-02.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-03.js" type="text/javascript"></script>
<script type="text/javascript">

//<![CDATA[

$(document).ready(function() {
$('#tabzine> ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });

});

//]]>
</script>
<script type="text/javascript">
if (window.jstiming) window.jstiming.load.tick(&#39;headEnd&#39;);
</script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#glidercontent{
margin:5px 0 0px 12px;
}
.glidecontentwrapper{
position: relative;
width: 629px;
height:300px;
overflow: hidden;
margin:0px 0px 0px 0px;
padding:0px 0px;
background:#fff;
}
.glidecontent{
position:absolute;
padding:0px 5px 0px 5px;
width:610px;
color:#555;
margin:0px 5px;
height:100%;
overflow:hidden;
float:left;
background:#fff;
}
.glidim{
float:left;
}
.glidim img{
margin:0px 5px 5px 0px;
padding:7px 7px;
}
.glidecontent h2{
margin:0px 0px 0px 0px;
padding:5px 0px;
font-size:24px;
line-height:24px;
font-weight:bold;
overflow:hidden;
font-family: Georgia,Century gothic,Arial,Tahoma,sans-serif;
}
.glidecontent h2 a:link, .glidecontent h2 a:visited{
color:#303843;
}
.glidecontent p{
margin:0px 0px 0px 0px;
padding:5px 0px;
font-size:14px;
line-height:22px;
overflow:hidden;
font-family: Georgia,Century gothic,Arial,Tahoma,sans-serif;
color:#696d70;
}
.glidebot{
width:630px;
height:18px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh93Y84a8jWRWJyCo84j1Xjg4tQYnlpqpkGNGrWkrh5o3hXF9a64J8UI1mgPVTROMoW3XQXAhCya_zSb6DvcgUjirgXFlMkv7q6yWIucOAloy2QLpWH268vuKdzxfXxBDYzorObp_WW1HFJ/) center no-repeat;
margin:0px 0px 5px 12px ;
padding:0px 0px;
float:left;
}
.gnav{ /*style for DIV used to contain toggler links. */
width: 100px;
height:50px;
z-index:150;
float:right;
padding-right:25px;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
height:35px;
z-index:150;
width: 650px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQNxf0OS3Qp5kxo41JFBZLxZHvUKBBpOy7FAVdmP3rUC_SSTgsyK9N5L4qu02Tm2sVIVHKODbBV8utQ6GrXG7N_R5Cw9Fmhxo-JwLVIMYaJlS5lwhPb1zqyWqNUKHywTtIA7RteoiOnVke/) no-repeat;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
font-weight: bold;
text-decoration: none;
}
.glidecontenttoggler a.selected{ /*style for selected page&#39;s toggler link. &quot;.selected&quot; class auto generated! */
background: #E4EFFA;
color: black;
}
.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}
.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). &quot;.toc&quot; class auto generated! */
}
.glidecontenttoggler a.prev{ /*style for &quot;prev&quot; and &quot;next&quot; toggler links. &quot;.prev&quot; and &quot;.next&quot; classes auto generated! */
top:9px;
right:25px;
position:absolute;
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgzq6JQysFQ0e33EtnuMiSONT1UFXtLqZDN6jGCjDhPcquvAdCTVGt9t87V53DAL6qh-pmc4179kgTogHXFPf9dETkQ_wy7bkNF57JVdi56EuJdtcWxuzD-YaCiHcfuvNl_Ux2fNx48m05/) left no-repeat;
width:50px;
height:17px;
}
.glidecontenttoggler a.next {
float:right;
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmMrjhFKWvUCbf1YbYHHvlbGoIuv8zN3f63WCE0KW4VlgGkOI-oMotdKtHDZk79m6X6kGeAzfrEUPg6wSLv5uhj1rPN0j26ziOJJY93socy-GHTn5c5LPSZrPfIbJ1FQFLRI4mfSB0-QgO/) right no-repeat;
width:20px;
height:17px;
position:absolute;
top:9px;
right:15px;
}
</style>


<div id="content">
<script type="text/javascript">
featuredcontentglider.init({
gliderid: "glidercontent",
contentclass: "glidecontent",
togglerid: "togglebox",
remotecontent: "",
selected: 0,
persiststate: true,
speed: 500,
direction: "leftright",
autorotate: true,
autorotateconfig: [10000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
</script>

<!-- Glider Content -->
<div id="glidercontent" class="glidecontentwrapper">
<div id="togglebox" class="glidecontenttoggler">
<a class="prev" href="#"></a>
<a class="next" href="#"></a>
</div>
<div id="glidecontent1" class="glidecontent1 section"><div id="HTML98" class="widget HTML">
<div class="widget-content">


<div class="glidecontent">

<h2><a href="#" target="_blank">This is featured post 1 title</a></h2>
<p>Replace This Text With Your Featured Post 1 Description.</p>
</div>




<div class="glidecontent">

<h2><a href="#" target="_blank">This is featured post 2 title</a></h2>


<p>Replace This Text With Your Featured Post 2 Description.</p>
</div>



<div class="glidecontent">

<h2><a href="#" target="_blank">This is featured post 3 title</a></h2>


<p>Replace This Text With Your Featured Post 3 Description.</p>
</div>



<div class="glidecontent">

<h2><a href="#" target="_blank">This is featured post 4 title</a></h2>


<p>Replace This Text With Your Featured Post 4 Description.</p>
</div>



<div class="glidecontent">

<h2><a href="#" target="_blank">This is featured post 5 title</a></h2>


<p>Replace This Text With Your Featured Post 5 Description.</p>
</div>



</div>
</div></div>
</div>
<!-- /Glider Content -->
<div class="glidebot"></div>
<div class="clear"></div></div>














How To Add jQuery Images Slider to Blogger



How To Add jQuery Images Slider to Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://code.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-04.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#myslides{
background:#2c3133;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 95%; /*Width of Carousel Viewer itself*/
height: 165px; /*Height should enough to fit largest content&#39;s height*/
margin: 0px 14px 5px 14px;
background:#2c3133;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 17px ; /*margin around each panel*/
width:220px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#202325;
height:140px;
border:1px solid #393f42;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
}
.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}
.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#040404; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 10px 10px 10px; /*margin around each panel*/
padding:0px 0px;
}
</style>



<div id="myslides">

<script type="text/javascript">
stepcarousel.setup({
galleryid: 'mygallery', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panel', //class of panel DIVs each holding content
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 2, leftnav: ['https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEcCKe_rVjEAAbZ2aNxLW98w2Ge5mZsjkMY99-fDp_r40NFzDfWvmjRwUhsGT0_1944PNb8B1_Re3jS5qlNebRQBmJS6kEB2-GfvIn_5cLucaIAYUiLkGvdLYQqJ8O7h6CNLVTvUYLIk9B/', -14, 60], rightnav: ['https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9Vt988O_dMmYoC5Muy_99nUKKSzxeGPGZsrIEJO6j49N5se1C7J33LF4TGODFltlONgexq0awLsukxtSV_I_6l-62nefNrsGyjXC4LiHAJJGHJ-fUpLQ0gPRSL_MOofN7DtgqKOW2UZed/', 0, 60]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['external'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
</script>


<div id="mygallery" class="stepcarousel">
<div class="belt">

<div class="panel">
<a href="#" target="_blank" title="This is featured post 1 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="120"/>
</a>
</div>

<div class="panel">
<a href="#" target="_blank" title="This is featured post 2 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="120"/>
</a>
</div>

<div class="panel">
<a href="#" target="_blank" title="This is featured post 3 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="120"/>
</a>
</div>

<div class="panel">
<a href="#" target="_blank" title="This is featured post 4 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="120"/>
</a>
</div>

<div class="panel">
<a href="#" title="This is featured post 5 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="120"/>
</a>
</div>


</div>
</div>
</div>
<div class="clear"></div>















How To Add MooTools Featured Content Slider to blogger



How To Add MooTools Featured Content Slider to blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/mootools-slider.svn.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-05.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#slider-stage{width:100%; overflow:auto; overflow-x:hidden; overflow-y:hidden; height:200px; margin:0 auto; border:2px solid #000000; background-color:#000000; }
#slider-buttons{float:left; width:100%; margin:0 auto; border:2px solid #000000; color:#ffffff; font-weight:bold; background-color:#000000;filter:alpha(opacity=60);opacity:0.6;}
#slider-list{width:4500px; border:0; margin:0; padding:0; left:400px;}
#slider-list li{
list-style:none;
margin:0;
padding:0;
border:0;
margin-right:4px;
padding:4px;
background:#DEDEDE;
float:left;
width:200px;
height:200px;
}
</style>



<div id="slider-stage">

<ul id="slider-list">

<li id="l1"><a href="#" target="_blank" title="This is featured post 1 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="200"/></a></li>

<li id="l2"><a href="#" target="_blank" title="This is featured post 2 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="200"/></a></li>

<li id="l3"><a href="#" target="_blank" title="This is featured post 3 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="200"/></a></li>

<li id="l4"><a href="#" target="_blank" title="This is featured post 4 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="200"/></a></li>

<li id="l5"><a href="#" title="This is featured post 5 title">
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="200"/></a></li>

</ul>

</div>

<div id="slider-buttons">
<a id="previous" href="#">Previous</a> | <a id="next" href="#">Next</a>
</div>

<div class="clear"></div>















Excellent Content SlideShow Slider to Blogger / WebSite



Excellent Content SlideShow+Slider to Blogger / WebSite



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/excellent-slideshow-compressed.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgt16iAk-__h96oVRD9FCJlZR-pLc6yU1eG0BBNXE1Rb5MmizQxVy0rTwaBrTX1YMbHVO6pCek1zozney4lI3nc8L8YBQrh-2ez9i5JwTbYZotGNNLjDRRqPCcRhCZflJ6otcCJDRvHsQBE/) left center no-repeat}
#imgnext {right:0; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1EzJgrEJIo1OPLbpSPxTl-9mjaKV7zZb_FTRY62KRN8IhsJnb6fPXv2bJwYOSoGLsF1adXx0HhvkCY9-E-EUUe7f5tN93RlZLaUm4h-bhZ9Uo7cjBCiYLNmSDaMkjX5-gU663Hv1QdyaP/) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjrnqAWtqpLwpCx-Gs9_QA0rwUxhhuDffVNHHZM6rTgqPgowjm0G4_yE81TdMFSO_aOL1mfHbUjNLy3wnmPuAnJLjPjfDCj0VkWWFhC3pExZSS45BSnGKC9FGtDlPcSc4tlEiztrgFNZu6/) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcMRM4xcObD-whm7-s9gOPY9dXOBsN4KC9WtY2pBryoq11GOezqMGpX97hlBgi_F0jOowylroqwzH_a6mGZ1eH5boX1qOcJpDihw0Rjm2zlhBruAsFrDYlPhV1KPN9t5yR1209qtWKJS3B/) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiX0NBLdKVIex17tXFbQNUpC4QHOZGf1F5prvNjZXYwEhtQKh4jTAAHWkTKDMteCpj3CkqaIWt1pN-RHeh5FMCD3Osb5kcqtUeNkYXVJgp7spXXsinzVI3jXaTkL6vLFDdSndq3_pIUuhnp/) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
</style>


<div style="float:left;">

<ul id="slideshow">


<li>
<h3>Enter Title 1 Here</h3>

<span>https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHN6QoB7OEuhFCi2E1scXzkz4qOZwXltIl9-Da831HJoTUeoknpuYTUFXkiT6DYFIkqBHpVNeSY6QJrZ2zDECb3ZwUDff5h1TvEAE-bfIe_WPy6Zbdi3maPwUnJpBcnXSo_urhFGIjqEcP/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png</span>

<p>Enter Description 1 Here.</p>
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgThlxzFJkeX8zQhajDvFQzh_NiDuKfAiGdxpAsy4tubO5AeOytjIr-O94-KOyz-pUk2-TbkZvgunTfRKJDO24h4q8QNgx6ikFjGUyHw1Dlof5KqfZMm2WekXBJT11Vsy48z_fOZQXG0iLy/s1600/Change+Mouse+Cursor+Generator.png" alt="" /></a>
</li>


<li>
<h3>Enter Title 2 Here</h3>

<span>https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbGur_ixp1hyphenhypheneEAxRbeE_vkSQBMgYmuuzhOUgu0xTNjiW9c7O5MeC-tImCwaYAqwdLzZC1iB1E2iVOhom4xnv-xtd2QXcvoNfbqIqucCrhJrMD4ZC5npmnDTF4eQNZpemMmCAkjythl1gY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png</span>

<p>Enter Description 2 Here.</p>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOU71jRXCwLqhieSlGeIm_1a8sjqRPyS6pnUjoHmfXIyfI_NXsW8A44Vytd3gPg-hQW6gPNpMx7F5CglqXKJxyL-93qsSTA2HGCe07e8wcJLuB2r2l3rON1n5q0QxwZEENCGvI3RTghosV/s1600/Numbered+Page+Navigation.png" alt="" />
</li>


<li>
<h3>Enter Title 3 Here</h3>

<span>https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEoZ7YaAL4JVPUtsrTpZiGHK7TJCp8y-HXWRvTXtvl5EUkV4_yKysx9S4gFbp_r-HFD3fzb7ndMvwDhXQcAdUZvcmJfg94gCjS0cB71P-glNVOcWrr9-oq3Sm2p7rM0sXneU09B3OuTHr4/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png</span>

<p>Enter Description 3 Here.</p>
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAEVzbsR5RFlomthMALgS2Xe6Mmmsl45LxsW3PAjjKbrIpFda3YSp-UPY_DRQEnwgdB_42BFWqUNtLmQloRrTb6GqXwY5OoRa4IZJD5V34GbDowiCHzGu43wF4WWNfR2RUDPaeCAXW853r/s1600/Snow+Cursor+Code+Generatort.png" alt="" /></a>
</li>


<li>
<h3>Enter Title 4 Here</h3>

<span>https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcRUeWs08pQUP8bUUeV0Z_JzBERzOSx7eL3uN0qPTxN_RjpmHjBCKRoXeMsoyaq5CCAB0SXpI2o1Kt3m5J7TT3KFIXbDMIMQxPV2LCs3goI_I4N2gLyKcGoqI2F2CFMU2DvlxT8SPdFlMk/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png</span>

<p>Enter Description 4 Here.</p>
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiynzBxKPb3BZosiynCwD0uTYYKm1lJamSfudLsJJHdtd7J5cVbtC2Dr94viWAyWwEvaW_czZiPm8sYAL2gH1uSesaqUpym7MCxoFhoUxQgkHjRYU-7DYfm6Lc3mZl1RU7Dxi5FkWojlzDg/s1600/Blogger+Falling+Object+Generator.png" alt="" /></a>
</li>


<li>
<h3>Enter Title 5 Here</h3>

<span>https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuEr8l2fRWOMR3KRkzTDDT22R12eiUws_tmMyiGAbDakR494fAvy4LHDXiyp3YjST8A7JL1-Tpkumw7qu-jSpjli69OrHEPIAJHvOr60K_NYQ8o1fLHAxGxnapSNZ-06OwCDh_5JGNAtpf/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png</span>

<p>Enter Description 5 Here.</p>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcH1GdDMKy9U0_SlSjTDFrRpKDe0e89CCCkyYmhxurNx1sQtjmP5O1CNhjLkLI3pwMrJ_DWG4iYJY73WDT5CHfPlQcSHYClGllXCjtUjeC_gKiwrrtnFoEi6vMTE6wx8Lrl6LyTKlgpaTD/s1600/Animated+Flash+Clock.png" alt="" />
</li>


</ul>

<div id="wrapper">

<div id="fullsize">

<div id="imgprev" class="imgnav" title="Previous Image"></div>

<div id="imglink"></div>

<div id="imgnext" class="imgnav" title="Next Image"></div>

<div id="image"></div>

<div id="information">
<h3></h3>
<p></p>
</div>
</div>

<div id="thumbnails">

<div id="slideleft" title="Slide Left"></div>

<div id="slidearea">

<div id="slider"></div>

</div>

<div id="slideright" title="Slide Right"></div>

</div>

</div>

</div>


<script type='text/javascript'>
$('slideshow').style.display='none';
$('wrapper').style.display='block';
var slideshow=new TINY.slideshow("slideshow");
window.onload=function(){
slideshow.auto=true;
slideshow.speed=5;
slideshow.link="linkhover";
slideshow.info="information";
slideshow.thumbs="slider";
slideshow.left="slideleft";
slideshow.right="slideright";
slideshow.scrollSpeed=4;
slideshow.spacing=5;
slideshow.active="#fff";
slideshow.init("slideshow","image","imgprev","imgnext","imglink");
}
</script>














Featured Images Slideshow Slider to Blogger / Websites



Featured Images Slideshow Slider to Blogger / Websites



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-06.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#slider4{
border: 2px solid #181818;
background: #ffffff;
margin-left: 9px;
}
#paginate-slider4{
border-color: #181818;
margin-left: 9px;
margin-top: 4px;
}
#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 2px solid #181818;
margin-top: 5px;
}
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #ffc04e;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
width: 500px; /*width of featured content slider*/
height: 325px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0; /*leave as is*/
top: 0; /*leave as is*/
padding: 5px;
background: white;
width: 500px; /*width of content DIVs within slider. Total width should equal slider&#39;s inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 500px; /*Width of pagination DIV. Total width should equal slider&#39;s outer width */
text-align: right;
background-color: #ffffff;
padding: 0px 5px;
}
.pagination a{
padding: 0 5px;
text-decoration: none;
color: #181818;
background: #ffffff;
}
.pagination a:hover, .pagination a.selected{
color: #181818;
background-color: #ffffff;
}
</style>


<div style="float:left;">

<div id="slider4" class="sliderwrapper">

<div style="background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHN6QoB7OEuhFCi2E1scXzkz4qOZwXltIl9-Da831HJoTUeoknpuYTUFXkiT6DYFIkqBHpVNeSY6QJrZ2zDECb3ZwUDff5h1TvEAE-bfIe_WPy6Zbdi3maPwUnJpBcnXSo_urhFGIjqEcP/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png') center left no-repeat" class="contentdiv">
</div>

<div style="background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbGur_ixp1hyphenhypheneEAxRbeE_vkSQBMgYmuuzhOUgu0xTNjiW9c7O5MeC-tImCwaYAqwdLzZC1iB1E2iVOhom4xnv-xtd2QXcvoNfbqIqucCrhJrMD4ZC5npmnDTF4eQNZpemMmCAkjythl1gY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png') center left no-repeat" class="contentdiv">
</div>

<div style="background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEoZ7YaAL4JVPUtsrTpZiGHK7TJCp8y-HXWRvTXtvl5EUkV4_yKysx9S4gFbp_r-HFD3fzb7ndMvwDhXQcAdUZvcmJfg94gCjS0cB71P-glNVOcWrr9-oq3Sm2p7rM0sXneU09B3OuTHr4/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png') center left no-repeat" class="contentdiv">
</div>

<div style="background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcRUeWs08pQUP8bUUeV0Z_JzBERzOSx7eL3uN0qPTxN_RjpmHjBCKRoXeMsoyaq5CCAB0SXpI2o1Kt3m5J7TT3KFIXbDMIMQxPV2LCs3goI_I4N2gLyKcGoqI2F2CFMU2DvlxT8SPdFlMk/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png') center left no-repeat" class="contentdiv">
</div>

<div style="background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuEr8l2fRWOMR3KRkzTDDT22R12eiUws_tmMyiGAbDakR494fAvy4LHDXiyp3YjST8A7JL1-Tpkumw7qu-jSpjli69OrHEPIAJHvOr60K_NYQ8o1fLHAxGxnapSNZ-06OwCDh_5JGNAtpf/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png') center left no-repeat" class="contentdiv">
</div>

</div>

<div id="paginate-slider4">

<a href="#" target="_blank" class="toc"><img alt="Image1" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgThlxzFJkeX8zQhajDvFQzh_NiDuKfAiGdxpAsy4tubO5AeOytjIr-O94-KOyz-pUk2-TbkZvgunTfRKJDO24h4q8QNgx6ikFjGUyHw1Dlof5KqfZMm2WekXBJT11Vsy48z_fOZQXG0iLy/s1600/Change+Mouse+Cursor+Generator.png"/></a>

<a href="#" target="_blank" class="toc"><img alt="Image2" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOU71jRXCwLqhieSlGeIm_1a8sjqRPyS6pnUjoHmfXIyfI_NXsW8A44Vytd3gPg-hQW6gPNpMx7F5CglqXKJxyL-93qsSTA2HGCe07e8wcJLuB2r2l3rON1n5q0QxwZEENCGvI3RTghosV/s1600/Numbered+Page+Navigation.png"/></a>

<a href="#" target="_blank" class="toc"><img alt="Image3" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAEVzbsR5RFlomthMALgS2Xe6Mmmsl45LxsW3PAjjKbrIpFda3YSp-UPY_DRQEnwgdB_42BFWqUNtLmQloRrTb6GqXwY5OoRa4IZJD5V34GbDowiCHzGu43wF4WWNfR2RUDPaeCAXW853r/s1600/Snow+Cursor+Code+Generatort.png"/></a>

<a href="#" target="_blank" class="toc"><img alt="Image4" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiynzBxKPb3BZosiynCwD0uTYYKm1lJamSfudLsJJHdtd7J5cVbtC2Dr94viWAyWwEvaW_czZiPm8sYAL2gH1uSesaqUpym7MCxoFhoUxQgkHjRYU-7DYfm6Lc3mZl1RU7Dxi5FkWojlzDg/s1600/Blogger+Falling+Object+Generator.png"/></a>

<a href="#" target="_blank" class="toc"><img alt="Image5" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcH1GdDMKy9U0_SlSjTDFrRpKDe0e89CCCkyYmhxurNx1sQtjmP5O1CNhjLkLI3pwMrJ_DWG4iYJY73WDT5CHfPlQcSHYClGllXCjtUjeC_gKiwrrtnFoEi6vMTE6wx8Lrl6LyTKlgpaTD/s1600/Animated+Flash+Clock.png"/></a>

</div>

<script type="text/javascript">
featuredcontentslider.init({
id: "slider4", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["", "Next"], //labels for "prev" and "next" links. Set to "" to hide.
revealtype: "mouseover", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
enablefade: [true, 0.1], //[true/false, fadedegree]
autorotate: [true, 5000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>

</div>

<div class="clear"></div>















Smooth Jquery Featured Post Slideshow For Blogger



Smooth Jquery Featured Post Slideshow For Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://code.jquery.com/jquery-1.10.2.js" type="text/javascript"/></script>
<script type="text/javascript">
$(document).ready(function() {
$('#s3slider').s3Slider({
timeOut: 4000
});
});
</script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-07.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#s3slider {
background:#000000;
border:1px solid #818e8f;
width: 550px;
height: 200px;
position: relative;
overflow: hidden;
}
#s3sliderContent {
width: 550px;
position: absolute;
top:-14px;
padding: 0px;
margin-left: 0;
}
.s3sliderImage {
float: left;
position: relative;
display: none;
}
.s3sliderImage span {
position: absolute;
left: 0;
font: 20px Trebuchet MS, sans-serif;
padding: 10px 0px;
width: 550px;
background-color: #000;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
color: #fff;
display: none;
bottom: 0;
text-align:center;
}
.clear {
clear: both;
}
</style>



<div id="s3slider">
<ul id="s3sliderContent">

<li class="s3sliderImage"><a href="#" target="_blank"><img style="width:550px;height:200px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEie0r_EnyoFkQh3dlKwz0V1HST39LsHglLB8AAlo8S9s7A2v4FmWUGNPVbbPl3NWqNi8SSZ81tc5JFhfDlB78_eFmbyfvc-1FqGE5HLqgkQOypyTt1yEHICuuCS75udlXmPkiRO7NKpTi_u/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" /><span>Title-of-Post-1</span></a></li>

<li class="s3sliderImage"><a href="#" target="_blank"><img style="width:550px;height:200px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu876CzlLmnJFr3s1A5WeG700ZJVYpz3ocoea69AW8TLiHLbHEMXAGV3Z0kbRrvUjwBSoXrh505kc7zL71xzYMQbE6uyckhZ2VyTNUMjNKs81wQDllNIK9h7M3LzCX_qU0NzDrr0lwmSrP/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" /><span>Title-of-Post-2</span></a></li>

<li class="s3sliderImage"><a href="#" target="_blank"><img style="width:550px;height:200px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDixOWT0wm3IZ3ftolOPriuRkQ_WyHKxAUFNSioM7e8w0kE11aFw3xHiFi2UgDP464Dcamm6Ssl94fc4ipTC4yyvGL4bX73ESMoVecoFiMXFOPd_H_zBz4DZibXKCUlAUTPd7vnfMSdWLX/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" /><span>Title-of-Post-3</span></a></li>

<li class="s3sliderImage"><a href="#" target="_blank"><img style="width:550px;height:200px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwev2PnDKkSAnw7p9PRvedpdXOGX4eipmvExKx8fUQB-LbGJP35IQCEe_z0JXlwsjCYDQowKNbU2LZjfAZjztLnB6VjDLLIvWW5-33EC5bynB2QP2sCv3sn3eDk37avc-UIVhn1Iu06007/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" /><span>Title-of-Post-4</span></a></li>

<li class="s3sliderImage"><a href="#" target="_blank"><img style="width:550px;height:200px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0MUibTp8cfb10FttwOgmEqXiKt_ne4S29ibHYTQIb1h8Z10nQfhyphenhyphenrH0FF3ZCevtMTmBmpwLNiSMzHMsDPeaTmr7ApJjwVQQj3ah13YvvE53HUXxstYbGbezRngBvfHONqBRawBzZA_0md/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" /><span>Title-of-Post-5</span></a></li>

<li class="s3sliderImage"></li>
</ul>
</div>

<div class="clear"></div>
</div>














How To Add Featured Post Content Slider to Blogger



How To Add Featured Post Content Slider to Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://code.jquery.com/jquery-1.10.2.js" type="text/javascript"/></script>
<script type="text/javascript">
//<![CDATA[

jQuery(document).ready(function() {
Cufon.replace('.blogname h2', { fontFamily: 'MankSans-Medium' });
Cufon.replace('.sidetitl,.blogname h1', { fontFamily: 'ChunkFive' });

});

//]]>
</script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-08.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-09.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-010.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#slidearea{
height: 230px;
overflow: hidden;
position: relative;
width:680px;
background:#242424;
}
#gallerycover{
overflow: hidden;
margin:0px 0px;
}

.mygallery{
overflow: hidden;
position:relative;
}

.mytext img{
position:absolute;
left:10px;
top:10px;
padding:5px;
background:#515252;
border:1px solid #5e5e5e;
}

.mytext{
position:relative;
margin:0px 0px;
height:200px;
width:680px;
float:left;
display:inline;
line-height:20px;
color:#c4c4c4;
font-family: Tahoma,Georgia,century gothic,Verdana, sans-serif;
}

.mytext ul li{
height:200px;

}

.mytext a:link, .mytext a:visited {
color:#fff;
}

.mytext h2 {
font: 18px Georgia,century gothic,Verdana, sans-serif;
margin:15px 0px 5px 310px;
font-weight:normal;
width:350px;
height:24px;
overflow:hidden;
}

.mytext p {
width:350px;
margin:0px 0px 5px 310px;
color:#6f6f6f;
}

.mytext h2 a:link, .mytext h2 a:visited {
color:#fff;
}
.slnav{
padding:3px 0px;
background:#000;

}
.prev{
float:left;
width:24px;
height:24px;
z-index:200;
margin-left:5px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSDlq9oeskCn6NyTeuqxNLGozXuB19N4wlY9HXBbK8iQ9-K3Me5knSKjbLAwRck_DzM9khy0_TM7uvFf9UCpjSCy1CTTAUfQfe6O5B5t5BHIbG6mo5u2l0zIKhd4sHyaho2X2X6LEJeDhC/);
}

.next{
float:right;
width:24px;
height:24px;
z-index:200;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPTLcIokyuzbbILYUdWoPZVkGStM9inKzV1icIBYeXajqdgidmVPWxXsLB5EQWSEK-jnjPdSqw894jFBT84cMS2WfinTSgWQwSnB9OTmhaRKItq7ajXk85YRFLtQ9rY-6CqpCzqRWGjoO9/);
display:block;
}

</style>


<script type="text/javascript">
var $jx = jQuery.noConflict();
$jx(function() {
$jx(".mygallery").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
visible: 1,
easing: "backout",
speed: 1000
});

});
</script>

<div id="slidearea">

<div id="gallerycover">
<div class="mygallery">
<ul>

<li>
<div class="mytext">
<h2><a href="#" target="_blank">Title-of-Post-1</a></h2>
<p>Slide 1 Description [...]</p>

<img alt="" width="270" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="170"/>
</div>
</li>


<li>
<div class="mytext">
<h2><a href="#" target="_blank">Title-of-Post-2</a></h2>

<p>Slide 2 Description [...]</p>

<img alt="" width="270" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="170"/>
</div>
</li>


<li>
<div class="mytext">
<h2><a href="#" target="_blank">Title-of-Post-3</a></h2>

<p>Slide 3 Description [...]</p>

<img alt="" width="270" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="170"/>
</div>
</li>


<li>
<div class="mytext">
<h2><a href="#" target="_blank">Title-of-Post-4</a></h2>
<p>Slide 4 Description [...]</p>

<img alt="" width="270" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="170"/>
</div>
</li>


<li>
<div class="mytext">
<h2><a href="#" target="_blank">Title-of-Post-5</a></h2>
<p>Slide 5 Description [...]</p>

<img alt="" width="270" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="170"/>
</div>
</li>

</ul>

<div class="clear"></div>

</div>
</div>

<div class="slnav">
<a href="#" class="prev"></a>
<a href="#" class="next"></a>
<div class="clear"></div>
</div>

</div>

<div class="clear"></div>















How To Add Mootools Recent Post Slider to blogger



How To Add Mootools Recent Post Slider to blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script type="text/javascript"> var thumbnail_mode = "no-float" ; summary_noimg = 430; summary_img = 340; img_thumb_height = 100; img_thumb_width = 180;
</script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-011.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-012.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-013.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
div#featabout { width: 635px; border-bottom: 1px solid; }
div#featabout-wrapper { margin: 0 auto; padding: 22px 0; width: 635px; height: 235px; }

div#featabout div.featured { float: left; width: 640px; }
div#featabout div.featured div.top { height: 15px; }
div#featabout div.featured div.mid { padding: 0 15px; }
div#featabout div.featured div.mid div#featured { border: 1px solid; }
div#featabout div.featured div.bot { height: 15px; }

div#featabout div.about { float: right; width: 328px; }
div#featabout div.about div.top { height: 15px; }
div#featabout div.about div.mid { padding: 0 15px; height: 224px; }
div#featabout div.about div.bot { height: 15px; }

div#featabout div.ab-box h2 { display: block; margin: 0; padding: 0 0 8px 0; font-size: 12px;
font-family: Georgia, 'Times New Roman', serif;
text-transform: uppercase;
}
div#featabout div.ab-box div.interior { padding: 8px 0; }
div#featabout div.ab-box div.interior p { display: block; margin: 0; padding: 0; }
div#featabout div.ab-box-author div.interior { padding: 8px 0 16px 0; min-height: 60px; }
div#featabout div.ab-box-author div.interior img { padding: 3px; border: 1px solid; float: left; margin: 0 5px 0 0; }
div#featabout div.ab-box-burner div.interior { padding: 8px 0 8px 65px; }
div#featabout div.ab-box-burner div.interior p { display: block; margin: 0; padding: 0; line-height: 28px; }
div#featabout div.ab-box-burner div.interior span { display: block; height: 21px; margin: 0 0 0 0; padding: 6px 0 0 0; }
div#featabout div.ab-box-burner div.interior span input { width: 191px; padding: 0 5px; border: 0; }
div#featabout {
background: #ffffff url('') repeat-x scroll left top;
border-bottom: none;
}
div#featabout div.featured { background: transparent url('') repeat-y scroll left top; }
div#featabout div.featured div.top { background: transparent url('') no-repeat scroll left top; }
div#featabout div.featured div.mid div#featured { border-color: #000; }
div#featabout div.featured div.bot { background: transparent url('') no-repeat scroll left bottom; }
div#featured h2 {
font-family: Georgia, 'Times New Roman', sans-serif; font-size: 24px;
line-height: 30px; font-weight: normal;
}
div#featured p {
font-family: Arial, Helvetica, sans-serif; font-size: 13px;
}

div#featabout div.about { color: #999; background: transparent url('') repeat-y scroll left top; }
div#featabout div.about div.top { background: transparent url('') no-repeat scroll left top; }
div#featabout div.about div.bot { background: transparent url('') no-repeat scroll left bottom; }

div#featabout div.ab-box h2 { color: #e1e1c7; background: transparent url('') repeat-x scroll left bottom; }
div#featabout div.ab-box-burner div.interior { color: #999; background: transparent url('') no-repeat scroll 0px 8px; }
div#featabout div.ab-box-burner div.interior span { background: transparent url('') left top no-repeat; }
div#featabout div.ab-box-burner div.interior span input { background: transparent none; color: #666; }

#flickrGallery
{
width: 500px;
height: 334px;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
display: none;
}
.jdGallery
{
overflow: hidden;
position: relative;
}
.jdGallery img
{
border: 0;
margin: 0;
}
.jdGallery .slideElement
{
width: 100%;
height: 100%;
background-color: #000;
background-repeat: no-repeat;
background-position: center center;
background-image: url('');
}
.jdGallery .loadingElement
{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #000;
background-repeat: no-repeat;
background-position: center center;
background-image: url('');
}
* html .jdGallery .slideInfoZone
{
bottom: -1px;
}
.jdGallery .slideInfoZone h2
{
padding: 0;
font-size: 14px;
margin: 0;
margin: 2px 5px;
font-weight: bold;
color: #FFFFFF;
bacground: transparent;
}
.jdGallery .slideInfoZone ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
color: #FFFFFF;
}
.jdGallery .slideInfoZone li {
list-style:none;
margin:0 0 0;
padding:0 0 0;
color: #FFFFFF;
}
.jdGallery .slideInfoZone p
{
padding: 0;
font-size: 11px;
margin: 2px 5px;
color: #FFFFFF;
}
.jdGallery div.carouselContainer
{
position: absolute;
height: 135px;
width: 100%;
z-index: 10;
margin: 0px;
left: 0;
top: 0;
}
.jdGallery a.carouselBtn
{
position: absolute;
bottom: 0;
right: 30px;
height: 20px;
/*width: 100px; background: url('') no-repeat;*/
text-align: center;
padding: 0 10px;
font-size: 13px;
background: #000;
color: #fff;
cursor: pointer;
}
.jdGallery .carousel
{
position: absolute;
width: 100%;
margin: 0px;
left: 0;
top: 0;
height: 115px;
background: #000;
color: #fff;
text-indent: 0;
overflow: hidden;
}
.jdExtCarousel
{
overflow: hidden;
position: relative;
}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
position: absolute;
width: 100%;
height: 78px;
top: 10px;
left: 0;
overflow: hidden;
}
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
position: relative;
}
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
cursor: pointer;
background: #000;
background-position: center center;
float: left;
border: solid 1px #fff;
}
.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
margin-bottom: 10px;
}
.jdGallery .carousel .label, .jdExtCarousel .label
{
font-size: 13px;
position: absolute;
bottom: 5px;
left: 10px;
padding: 0;
margin: 0;
}
.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
font-size: 10px;
position: absolute;
bottom: 5px;
right: 10px;
padding: 1px 2px;
margin: 0;
background: #222;
border: 1px solid #888;
cursor: pointer;
}
.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
color: #b5b5b5;
}
.jdGallery a, .jdGallery a:hover
{
font-size: 100%;
text-decoration: none;
color: #fff;
}
.jdGallery a.right, .jdGallery a.left
{
position: absolute;
height: 99%;
width: 25%;
cursor: pointer;
z-index:10;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}
* html .jdGallery a.right, * html .jdGallery a.left
{
filter:alpha(opacity=50);
}
.jdGallery a.right:hover, .jdGallery a.left:hover
{
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.jdGallery a.left
{
left: 0;
top: 0;
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUVCCbsF1FAkjbeVRwwHC8Asa-zcEfAsC0YklCswnSI1te17IwZF4Z4gL434j9ZE8HX8ovR4EZW8gU-LWh4nQ_17aUEu4HO5xMfjDsVYU1wW9hKY6oAALx3-A76HJspHO58oXsBnf3o899/s1600/fleche1.png') no-repeat center left;
}
* html .jdGallery a.left { background: url('') no-repeat center left; }
.jdGallery a.right
{
right: 0;
top: 0;
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgISVWyDjaDJVJcdRO-0hmh6_r5ql618XbVhH6nTNfpd-zQ_irgzHpupiqnDu-ae01vjrjC3q_HXIlLV-pt3URzQqE1_jmjpQCHOF-cuyYcNsFu3DBXhb8st0-ZtPdOHuDfiaha81Z8PbqR/s1600/fleche2.png') no-repeat center right;
}
* html .jdGallery a.right { background: url('') no-repeat center right; }
.jdGallery a.open
{
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.withArrows a.open
{
position: absolute;
top: 0;
left: 25%;
height: 99%;
width: 50%;
cursor: pointer;
z-index: 10;
background: none;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.withArrows a.open:hover { background: url('') no-repeat center center; }
* html .withArrows a.open:hover { background: url('') no-repeat center center;
filter:alpha(opacity=80); }
/* Gallery Sets */
.jdGallery a.gallerySelectorBtn
{
z-index: 15;
position: absolute;
top: 0;
left: 30px;
height: 20px;
/*width: 100px; background: url('') no-repeat;*/
text-align: center;
padding: 0 10px;
font-size: 13px;
background: #000;
color: #fff;
cursor: pointer;
opacity: .4;
-moz-opacity: .4;
-khtml-opacity: 0.4;
filter:alpha(opacity=40);
}
.jdGallery .gallerySelector
{
z-index: 20;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000;
}
.jdGallery .gallerySelector h2
{
margin: 0;
padding: 10px 20px 10px 20px;
font-size: 20px;
line-height: 30px;
color: #fff;
}
.jdGallery .gallerySelector .gallerySelectorWrapper
{
overflow: hidden;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
margin-left: 10px;
margin-top: 10px;
border: 1px solid #888;
padding: 5px;
height: 40px;
color: #fff;
cursor: pointer;
float: left;
}
.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
background: #000;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
background: #000;
background-position: center center;
float: left;
border: none;
width: 40px;
height: 40px;
margin-right: 5px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
color: #aaa;
}
.extra div.box { width: 310px; padding: 0px; margin:0;}
.extra div.box-popular { float: left; }
.extra div.box-recent { float: right; }

</style>



<div id="featabout">
<div id="featabout-wrapper">
<div class="featured">
<div class="top"></div>
<div class="mid">
<div id="featured">
<style>
#myGallery, #myGallerySet, #flickrGallery {
width: 606px;
height: 220px;
z-index:5;
border: 1px solid #000;
overflow:hidden;
}

.jdGallery .slideInfoZone
{
position: absolute;
z-index: 10;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
height: 80px;
background: #000;
color: #fff;
text-indent: 0;
overflow: hidden;
}
</style>
<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true
});
}
window.addEvent('domready',startGallery);
</script>
<div id="myGallery">

<div class="imageElement">
<h2><a href="#" target="_blank">Title-of-Post-1</a></h2>
<p>Slide 1 Description [...]</p>
<a class="open" href="TITLE-OF-THE-SLIDE 1" target="_blank" title="How to change mouse cursor in blogger blog to animated cursors"></a>
<img class="full" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXGFEKf_3qK68wzQ-Ic4KsuaRAXBDVUsCkH_KBPzjukC4E4ThQb33nqgGCqKjUCPPNuYgzffCxkDZxqvWFzAXDQim_aHRpbsE-gptNKMqte6l5B8SOufx4o18TKr31yvM_L0fO46ARsA8k/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png"/>
<img class="thumbnail" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihbbU_nbIaoXwQ6J6cxDeULoMFW4EOUGFe6lwNujo_8KFCn3vir2qSlCaoJl1CHl60wY8awJRCZahtRrAxsK1TarM2-gsDHVWwz_Uit0XTAn-1hh2svGIB5TjAOYD-nrB3R3v2BSvvPd_j/s1600/Change+Mouse+Cursor+Generator.png"/>
</div>
<div class="imageElement">
<h2><a href="#" target="_blank">Title-of-Post-2</a></h2>
<p>Slide 2 Description [...]</p>
<a class="open" href="#" target="_blank" title="TITLE-OF-THE-SLIDE 2"></a>
<img class="full" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4WhPUOd9efSvkoa6TDED5-5IuX5EhwouK5tE9KP1-9R_PUF2GDlmdJVpz0gO0k1ctAuqo7myNJcrFNGxpax-_C5r914sZmkjE7JGpXluAe4IJLNRU0ffBql6UFjUL44dhZ0RaKLfLZGSZ/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png"/>
<img class="thumbnail" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhy6atb2tzWlvSIXdZTHy9J9BCfhUAo7xOXRsWTWhOl6NEvIe86yv56P3sKl-zENxYiwa9_ambI62wsJLN84GYzScwGjhlH68QCMH4EW16FaF89QnjQFOMevDw3tc7kA9WgCOX4OddUfi0r/s1600/Numbered+Page+Navigation.png"/>
</div>
<div class="imageElement">
<h2><a href="#" target="_blank">Title-of-Post-3</a></h2>
<p>Slide 3 Description [...]</p>
<a class="open" href="#" target="_blank" title="TITLE-OF-THE-SLIDE 3"></a>
<img class="full" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_WWzm0ARIykxN15BEzz4lYIBJxs5T03bwTTMexQTZ1eSpRxIr-v3OcZydPGuPeyw-dPoliXbNypEGzCbk5iBZj4OpVw7lg34NLjQ5_ulNaD6P2meCxqu8TWrJ4mOrr_kVOf8JIGLd21u6/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png"/>
<img class="thumbnail" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHiRgzWUc2MbjlogCoIhprwTfSIxBFphj6P9D4y3HFfubTbIima-OvMyQ5Ip9ay0Jparsws_XfpqPga90xjoqh9AokTDRg4hlViYlJHFIAEi9HP6QIJCwFEHbUHvR0kycIY6-xiW1qfl_5/s1600/Snow+Cursor+Code+Generatort.png"/>
</div>
<div class="imageElement">
<h2><a href="#" target="_blank">Title-of-Post-4</a></h2>
<p>Slide 4 Description [...]</p>
<a class="open" href="#" target="_blank" title="TITLE-OF-THE-SLIDE 4"></a>
<img class="full" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeqmdOOFtNA_RKK47fGVCOkCOwPqC56F7tJM8uHctPw8Xn_sNPcpIxOMQiz1SH9It9dv26naPBL1PPd54KHc_ffQOl9HG9XtL5hwm8zV7K18peP1L6s0cW6_ztHQ67lPc9DugCsBBtCfRj/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png"/>
<img class="thumbnail" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjefF-fz_-R6uhtv_mWCZRQDfiQJK7vW5hxkoiwLx_EKmBpFhreawNTEx1ezcw3MDK20s4CW0cw7Oeuil5mK0NLtI2c0mAUimsjU7Pd9xPXpQ0JgsabWq1EVammMLv-rfVsWjblAqSddbyc/s1600/Blogger+Falling+Object+Generator.png"/>
</div>
<div class="imageElement">
<h2><a href="#" target="_blank">Title-of-Post-5</a></h2>
<p>Slide 5 Description [...]</p>
<a class="open" href="#" target="_blank" title="TITLE-OF-THE-SLIDE 5"></a>
<img class="full" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDqQzTnodIec9w9yDV9IxZ1qjYPHPdVQwqx9oB-011ulElwMnuWErsamYa3XfcWLHcRi4QDtSJIZUFoaNYE_jay301brg_kEggxQQVzWQwhlFJBu4byWy4J7ecl_Rb_P1LqVdG7hdFOSEv/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png"/>
<img class="thumbnail" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5UYhSItHK7JFDLw3R3R_OMhyphenhyphenyQSV1fe2RLevAV2ZCgCvJ-PT4gcNqQep4LZsETCWmWDcnd2afnggy4mvil3t2EM7rP3c2quKHtwcNck9pEmMRHsB-Vv1rX0X7vRmWlTEf_3xSJqrs4W9_/s1600/Animated+Flash+Clock.png"/>
</div>
</div>

</div>
</div></div></div></div>















How To Add jQuery Featured Content Slideshow to Blogger



How To Add jQuery Featured Content Slideshow to Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://code.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-015.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<script type="text/javascript">
$(document).ready(
function(){
$('#news').innerfade({
animationtype: 'slide',
speed: 750,
timeout: 2000,
type: 'random',
containerheight: '1em'
});

$('ul#portfolio').innerfade({
speed: 1000,
timeout: 5000,
type: 'sequence',
containerheight: '220px'
});

$('.fade').innerfade({
speed: 1000,
timeout: 6000,
type: 'random_start',
containerheight: '1.5em'
});

$('.adi').innerfade({
speed: 'slow',
timeout: 5000,
type: 'random',
containerheight: '150px'
});

});
</script>


<ul id="portfolio" style="list-style-type:none;">

<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" width="307" /></a></li>
<li><a href="#" target="_blank"><img height="254" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" width="307" /></a></li>


</ul>

<div class="clear"></div>















How To Add jQuery Featured Content Slider to Blogger



How To Add jQuery Featured Content Slider to Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-016.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-017.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-018.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-019.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[

$(document).ready(function(){
$(".glidecontent").hover(function() {
$(this).children(".glidemeta").animate({opacity: "show"}, "slow");
}, function() {
$(this).children(".glidemeta").animate({opacity: "hide"}, "fast");
});
});

//]]>
</script>
<script type="text/javascript">
//<![CDATA[

$(document).ready(function() {
$('#tabzine> ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });

});

//]]>
</script>
<script type="text/javascript">
jQuery(function(){
jQuery('ul.sf-menu').superfish();
});
</script>
<script type="text/javascript">
featuredcontentglider.init({
gliderid: "glidercontent",
contentclass: "glidecontent",
togglerid: "togglebox",
remotecontent: "",
selected: 1,
persiststate: true,
speed: 300,
direction: "leftright",
autorotate: true,
autorotateconfig: [10000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
</script>
<script type="text/javascript">
if (window.jstiming) window.jstiming.load.tick('headEnd');
</script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#glidercontent{
margin:0px 0 5px 0px;
font-family:Georgia,Century gothic, Arial,Tahoma,sans-serif;
}
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 670px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin:0px 0px 0px 0px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu5DYmitS6FlyV4c05TE8neqWWI3yreA2SBRmvWYpnSTjkr8TgrpR85tEAnP3KmMWdCEOOloHW7gbEoLArnKD6hQ3uyGnwAUVEC2KXgT-mG3Vb88A3vkIf9Tvwn9k3sF8gd5WGVZCe2r1u/) repeat-y;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position:absolute; /* Do not change this value */
padding:0px 10px 0px 10px;
width:640px;
color:#fff;
margin:0px 0px;
height: 230px;
background:#ec03d9 url() no -repeat;
overflow:hidden;
float:left;
}
.glidemeta h2{
margin:5px 0px 5px 0px;
padding:5px 0px;
font-size:18px;
font-weight:bold;
}
.glidemeta h2 a:link, .glidemeta h2 a:visited{
color:#fff;
}
.glidemeta{
height: 80px;
width: 650px;
padding:0px 5px 5px 5px;
position:absolute;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_ZgqaejaDHJ-RCkCPwFA392HqM_AscDuGjOFt216ZQIJ1Y2wYiCiZAZIz-yP5cw91a9YfzqmSqL2qGy-sxPHrW-KWEqRhwh0OwOWauw62GhGLYpQEDo9TX1T4rfptOu5BF3sI9q7I3VJ7/);
top:164px;
line-height:14px;
color: #fff;
font-size:12px;
overflow: hidden;
display:none;
border-top:1px solid #000;
}
.gnav{ /*style for DIV used to contain toggler links. */
width: 100px;
height:50px;
z-index:150;
float:right;
padding-right:25px;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
height:38px;
z-index:150;
width: 670px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdjph_aiAf1ACwjAwX5AjLHfpWFQajnyT9uivbgS7V36mdSA5gZPRInLWqczuouKzapDMsblFwUy6KxHFoakNqhzQSN907aKpyKK1s109EdgDZsN6TROQZSgks-5kJUsJIVI99uso7qcOd/);
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
font-weight: bold;
text-decoration: none;
}
.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}
.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}
.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
top:6px;
right:35px;
position:absolute;
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG9WzSwFsQpC0amqYNIexEiN4ba8rxZwemJ2AZdE5rhWbhcsq8CvvUJCdApXez8UCWUsn_DJ-uY-iecgZ4oBq9mP41mLJ5pT1NTJEF47lGBDjQjBz3J1fZMrHAR8NLnOQ6kKNqndRNEczU/) bottom;
width:36px;
height:25px;
}
.glidecontenttoggler a.next {
float:right;
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7Acl70DOxqhySxx8AhPwIjTPq7Byky0IJY0vSx5VYGzgg4VzVbUWYjuS4YbXdFdWtn3Vxb7wf89kj45-RD7ZmWPwHuHls_jEpaCBXQGFLmth8H9IH8l-6FVF3IPmTtzLU-9khp_vEs7eo/) bottom;
width:36px;
height:25px;
position:absolute;
top:6px;
right:5px;
}
</style>



<div id="glidercontent" class="glidecontentwrapper">
<div id="togglebox" class="glidecontenttoggler">
<a class="prev" href="#"></a>
<a class="next" href="#"></a>
</div>


<div class="glidecontent">
<div class="glidemeta">
<h2><a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">POST-TITLE-HERE</a></h2>
POST-DESCRIPTION-HERE</div>
<a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">
<img alt="IMAGE-TITLE-HERE" width="650" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXGFEKf_3qK68wzQ-Ic4KsuaRAXBDVUsCkH_KBPzjukC4E4ThQb33nqgGCqKjUCPPNuYgzffCxkDZxqvWFzAXDQim_aHRpbsE-gptNKMqte6l5B8SOufx4o18TKr31yvM_L0fO46ARsA8k/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="250"/></a>
</div>

<div class="glidecontent">
<div class="glidemeta">
<h2><a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">POST-TITLE-HERE</a></h2>
POST-DESCRIPTION-HERE</div>
<a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">
<img alt="IMAGE-TITLE-HERE" width="650" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4WhPUOd9efSvkoa6TDED5-5IuX5EhwouK5tE9KP1-9R_PUF2GDlmdJVpz0gO0k1ctAuqo7myNJcrFNGxpax-_C5r914sZmkjE7JGpXluAe4IJLNRU0ffBql6UFjUL44dhZ0RaKLfLZGSZ/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="250"/></a>
</div>

<div class="glidecontent">
<div class="glidemeta">
<h2><a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">POST-TITLE-HERE</a></h2>
POST-DESCRIPTION-HERE</div>
<a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">
<img alt="IMAGE-TITLE-HERE" width="650" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_WWzm0ARIykxN15BEzz4lYIBJxs5T03bwTTMexQTZ1eSpRxIr-v3OcZydPGuPeyw-dPoliXbNypEGzCbk5iBZj4OpVw7lg34NLjQ5_ulNaD6P2meCxqu8TWrJ4mOrr_kVOf8JIGLd21u6/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="250"/></a>
</div>

<div class="glidecontent">
<div class="glidemeta">
<h2><a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">POST-TITLE-HERE</a></h2>
POST-DESCRIPTION-HERE</div>
<a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">
<img alt="IMAGE-TITLE-HERE" width="650" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeqmdOOFtNA_RKK47fGVCOkCOwPqC56F7tJM8uHctPw8Xn_sNPcpIxOMQiz1SH9It9dv26naPBL1PPd54KHc_ffQOl9HG9XtL5hwm8zV7K18peP1L6s0cW6_ztHQ67lPc9DugCsBBtCfRj/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="250"/></a>
</div>

<div class="glidecontent">
<div class="glidemeta">
<h2><a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">POST-TITLE-HERE</a></h2>
POST-DESCRIPTION-HERE</div>
<a href="#" target="_blank" title="LINK-TITLE-HERE" target="_blank">
<img alt="IMAGE-TITLE-HERE" width="650" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDqQzTnodIec9w9yDV9IxZ1qjYPHPdVQwqx9oB-011ulElwMnuWErsamYa3XfcWLHcRi4QDtSJIZUFoaNYE_jay301brg_kEggxQQVzWQwhlFJBu4byWy4J7ecl_Rb_P1LqVdG7hdFOSEv/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="250"/></a>
</div>

</div>

<div class="clear"></div>














How To Add Featured Auto Content Slider to Blogger


How To Add Featured Auto Content Slider to Blogger




1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-020.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-021.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-022.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-023.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[

jQuery(document).ready(function() {
Cufon.replace('#blog-title,.postleft h2,.title h2', { fontFamily: 'Liberation Serif' });

});

//]]>
</script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#slidearea{
height: 250px;
overflow: hidden;
position: relative;
width:670px;
margin-bottom:10px;
background:#373737;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float:left;
display:inline;
}

#gallerycover{
overflow: hidden;
margin:15px ;
height: 220px;
}

.mygallery{
overflow: hidden;
position:relative;

}

.mytext img{
position:absolute;
left:0px;
top:0px;
width:635px;
height:220px;

}

.mytext a img {
border:none;
}

.mytext{
position:relative;
width:635px;
height: 220px;
float:left;
display:inline;
float:left;
color:#c4c4c4;
background:#4F4B40;
border:1px solid #CFC4A8;
}

.inpost{
position:absolute;
bottom:10px;
left:10px;
width:620px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwPXE93s8AVEfUlUTr7zmvGMwEz5GCRKXtbE8-1vmDKiNJOApPiTU52utLQl4alr2-w0SImcZiC5toybtMepFePCbdNMostoM39jebvKt9Dm_RC9SelFMex3fpMGBfbXJhxNFKqzBRp9aI/);
}

.inpost p{
margin:5px;
font-size:12px;
font-family:"Segoe UI";,Calibri,"Myriad Pro",Myriad,"Trebuchet MS";,Helvetica,Arial,sans-serif;
}

.mytext h2 {
padding:5px 10px;
color:#fff;
font-size: 16px ;

}

.mytext h2 a:link,.mytext h2 a:visited{
color:#e9dbd5;
}
</style>





<script type="text/javascript">
var $jx = jQuery.noConflict();
$jx(function() {
$jx(".mygallery").jCarouselLite({
btnNext: ".nextb",
btnPrev: ".prevb",
visible: 1,
speed: 1500,
auto:5000,
mouseWheel: true,
easing: "backout"

});

});
</script>

<div id="slidearea">
<div id="gallerycover">
<div class="mygallery">

<ul>

<!-- Slide-1 Code Start -->
<li>
<div class="mytext">
<a href="#" target="_blank"><img alt="" width="512" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHN6QoB7OEuhFCi2E1scXzkz4qOZwXltIl9-Da831HJoTUeoknpuYTUFXkiT6DYFIkqBHpVNeSY6QJrZ2zDECb3ZwUDff5h1TvEAE-bfIe_WPy6Zbdi3maPwUnJpBcnXSo_urhFGIjqEcP/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="176"/></a>
<div class="inpost">
<p> POST-DESCRIPTION-HERE [...] </p>
</div>
</div>
</li>
<!-- Slide-1 Code End -->


<!-- Slide-2 Code Start -->
<li>
<div class="mytext">
<a href="#" target="_blank"><img alt="" width="512" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbGur_ixp1hyphenhypheneEAxRbeE_vkSQBMgYmuuzhOUgu0xTNjiW9c7O5MeC-tImCwaYAqwdLzZC1iB1E2iVOhom4xnv-xtd2QXcvoNfbqIqucCrhJrMD4ZC5npmnDTF4eQNZpemMmCAkjythl1gY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="176"/></a>
<div class="inpost">
<p>POST-DESCRIPTION-HERE [...] </p>
</div>
</div>
</li>
<!-- Slide-2 Code End -->


<!-- Slide-3 Code Start -->
<li>
<div class="mytext">
<a href="#" target="_blank"><img alt="" width="512" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEoZ7YaAL4JVPUtsrTpZiGHK7TJCp8y-HXWRvTXtvl5EUkV4_yKysx9S4gFbp_r-HFD3fzb7ndMvwDhXQcAdUZvcmJfg94gCjS0cB71P-glNVOcWrr9-oq3Sm2p7rM0sXneU09B3OuTHr4/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="176"/></a>
<div class="inpost">
<p>POST-DESCRIPTION-HERE [...] </p>
</div>
</div>
</li>
<!-- Slide-3 Code End -->


<!-- Slide-4 Code Start -->
<li>
<div class="mytext">
<a href="#" target="_blank"><img alt="" width="512" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcRUeWs08pQUP8bUUeV0Z_JzBERzOSx7eL3uN0qPTxN_RjpmHjBCKRoXeMsoyaq5CCAB0SXpI2o1Kt3m5J7TT3KFIXbDMIMQxPV2LCs3goI_I4N2gLyKcGoqI2F2CFMU2DvlxT8SPdFlMk/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="176"/></a>
<div class="inpost">
<p>POST-DESCRIPTION-HERE [...] </p>
</div>
</div>
</li>
<!-- Slide-4 Code End -->


<!-- Slide-5 Code Start -->
<li>
<div class="mytext">
<a href="#" target="_blank"><img alt="" width="512" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuEr8l2fRWOMR3KRkzTDDT22R12eiUws_tmMyiGAbDakR494fAvy4LHDXiyp3YjST8A7JL1-Tpkumw7qu-jSpjli69OrHEPIAJHvOr60K_NYQ8o1fLHAxGxnapSNZ-06OwCDh_5JGNAtpf/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="176"/></a>
<div class="inpost">
<p>POST-DESCRIPTION-HERE [...] </p>
</div>
</div>
</li>
<!-- Slide-5 Code End -->



</ul>

<div class="clear"></div>

</div>
</div>
</div>
<div class="clear"></div>















Add Beautiful jQuery Auto Playing Featured Content Image Slider to Blogger



Add Beautiful jQuery Auto Playing Featured Content Image Slider to Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/yourjavascript-56841175202.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">


*{

margin:0;

padding:0;

}

html{

height:100%;

}





a img{

border:0;

}

div.wrap{

width:540px;

margin:0 auto;

text-align:left;

}

div#top div#nav{

float:left;

clear:both;

width:540px;

height:52px;

margin:22px 0 0;

background:url url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaD4ELMjkCRM-QmAnTQ5HksbqLFh8lTMpcfHDPMzmb9nch_rokuMWXXeD9zdRFonZfTIwZ-62qbkDg1e6gcLpje9eMJBKQPDlkZ8K5wMgAuvv0uz5I6zyOEwiD-uVneE9WhYA24bL09SE-/s1600/navbgq.png) 0 0 no-repeat;

}

div#top div#nav ul{

float:left;

width:700px;

height:52px;

list-style-type:none;

}

div#nav ul li{

float:left;

height:52px;

}

div#nav ul li a{

border:0;

height:52px;

display:block;

line-height:52px;

text-indent:-9999px;

}

div#header{

margin:-1px 0 0;

}

div#video-header{

height:683px;

margin:-1px 0 0;

}



div#header div#slide-holder{

z-index:40;

width:540px;

height:299px;

position:absolute;

}

div#header div#slide-holder div#slide-runner{

top:9px;

left:9px;

width:540px;

height:278px;

overflow:hidden;

position:absolute;

}

div#header div#slide-holder img{

margin:0;

display:none;

position:absolute;

}

div#header div#slide-holder div#slide-controls{

left:0;

bottom:228px;

width:540px;

height:46px;

display:none;

position:absolute;

background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0Drg-Br7gBiuGL6riD3gfcZiezfCskG2PSXQTS1fZ1Afm8zgYQCiG7r2pxpvgk4KL1BYriOWuVRo1ZMOPGPfU7_dmEjeTfD7wsWT3uDWpcHjwqBMC7_AUyVoHnvGI840r-FwNE9YC1yil/s1600/slidebg.png) 0 0;

}

div#header div#slide-holder div#slide-controls p.text{

float:left;

color:#fff;

display:inline;

font-size:10px;

line-height:16px;

margin:15px 0 0 20px;

text-transform:uppercase;

}

div#header div#slide-holder div#slide-controls p#slide-nav{

float:right;

height:24px;

display:inline;

margin:11px 15px 0 0;

}

div#header div#slide-holder div#slide-controls p#slide-nav a{

float:left;

width:24px;

height:24px;

display:inline;

font-size:11px;

margin:0 5px 0 0;

line-height:24px;

font-weight:bold;

text-align:center;

text-decoration:none;

background-position:0 0;

background-repeat:no-repeat;

color:#fff;

}

div#header div#slide-holder div#slide-controls p#slide-nav a.on{

background-position:0 -24px;

}

div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDSx-9wI2zxRBJKSw322tduiLOxe1Yu4_ft2g7TjWue2GQYiyDplEZCrdPrr-5Vtwv6Gg-sGFtttdWqhLRRmfbfxgbgFSL6mSXmLJ36tlW-OmweIQBBmRknUVUuOD_TBNuypdwnhUaOZxz/s1600/sildenav.png);}

div#nav ul li a{background:url(images/nav.png) no-repeat;}


</style>



<div style="float:left;">

<div id="header"><div class="wrap">
<div id="slide-holder">
<div id="slide-runner">

<a href="#"><img id="slide-img-1" src="http://img338.imageshack.us/img338/9756/naturephotoc.png" class="slide" alt="" /></a>

<a href="#"><img id="slide-img-2" src="http://img145.imageshack.us/img145/7564/naturephoto2.png" class="slide" alt="" /></a>

<a href="#"><img id="slide-img-3" src="http://img31.imageshack.us/img31/5550/naturephoto3.png" class="slide" alt="Your image title here" /></a>

<a href="Your Post Link Here"><img id="slide-img-4" src="http://img34.imageshack.us/img34/2006/naturephoto4.png" class="slide" alt="" /></a>

<a href="#"><img id="slide-img-5" src="http://img130.imageshack.us/img130/4637/naturephoto5.png" class="slide" alt="" /></a>

<a href="#"><img id="slide-img-6" src="http://img820.imageshack.us/img820/3824/naturephoto6.png" class="slide" alt="" /></a>




<div id="slide-controls">
<p id="slide-client" class="text"><strong>post: </strong><span></span></p>
<p id="slide-desc" class="text"></p>
<p id="slide-nav"></p>
</div>
</div>

<!--content featured gallery here -->
</div>
<script type="text/javascript">
if(!window.slider) var slider={};slider.data=[{"id":"slide-img-1","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-2","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-3","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-4","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-5","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-6","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-7","client":"nature beauty","desc":"add your description here"}];
</script></div></div></div>















Adding jQuery Posts Slider To Blogger Blog


Adding jQuery Posts Slider To Blogger Blog



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/zinmag-primus-slider-01.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">

#slider {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb_1YqjTwMH_NQw37zLuALAJiTtkwRQVfi26_NXFlb3gvCdG6yt_Ki-Iivj6D022U8PSFxBAMmeYBRLdKdwVC06bk-EUBKJj0wP10MJ6yYqFlpdRe7b7vJKgIVeufc42FSNDD6MaZDuO4l/s1600/Adding+A+jQuery+Posts+Slider+To+Blogger+Blog.png);
height: 254px;
width: 983px;
overflow: hidden;
position: relative;
margin: 5px 0;
}
#mover {
width: auto;
position:absolute;
overflow:hidden;
}
.slide {
padding: 20px 0px;
width: 1000px;
float: left;
position: relative;
height:200px;
}
.slide h2 {
font-family:georgia, Helvetica, Sans-Serif;
font-size: 24px;
position: absolute;
top: 20px;
left: 1px;
color: #ac0000;
padding:0px 0px 0px 30px;
margin:0px 0px;
width:500px;
overflow:hidden;
}
.slide h2 a:link, .slide h2 a:visited {
color:#fff;
background-color: transparent;
}
.slide h2 a:hover {
color: #ddd;
background-color: transparent;
}
.slide p {
color: #999;
position: absolute;
top: 100px;
left: 1px;
font-size: 12px;
font-family:georgia, Helvetica, Sans-Serif;
line-height: 20px;
width: 500px;
padding:0px 0px 0px 30px;
margin:0px 0px;
}
.slide img {
position: absolute;
top: 20px;
left: 577px;
background:#fff;
padding:10px 10px;
}
#slider-stopper {
position: absolute;
font-family: Georgia, Helvetica, Sans-Serif;
top: 113px;
right: 55px;
color: #AC0000;
padding: 3px 8px;
font-size: 14px;
text-transform: uppercase;
z-index: 1000;
}
</style>


<!-- Slider -->
<div id="slider">
<div id="mover">
<div class="slide">
<h2><a href="#" target="_blank">LINK-TITLE-HERE</a></h2>

<p>POST-DESCRIPTION-HERE [...] </p>
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="160"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">LINK-TITLE-HERE</a></h2>
<p>POST-DESCRIPTION-HERE [...] </p>
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="160"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">LINK-TITLE-HERE</a></h2>
<p>POST-DESCRIPTION-HERE [...] </p>
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="160"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">LINK-TITLE-HERE</a></h2>
<p>POST-DESCRIPTION-HERE [...]</p>
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="160"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">LINK-TITLE-HERE</a></h2>
<p>POST-DESCRIPTION-HERE [...]</p>
<img alt="" width="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="160"/>
</div>
</div>
<!-- /Mover -->
</div>
<!-- /Slider -->















Simplest jQuery Featured Content Slider in Blogger / Blogspot Blog

Simplest jQuery Featured Content Slider in Blogger / Blogspot Blog



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/freebloggerhelp-jquery.flow.1.2.auto.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#myController").jFlow({
slides: "#slides",
controller: ".jFlowControl", // must be class, use . sign
slideWrapper : "#jFlowSlide", // must be id, use # sign
selectedWrapper: "jFlowSelected", // just pure text, no sign
auto: true, //auto change slide, default true
width: "610px",
height: "235px",
duration: 400,
prev: ".jFlowPrev", // must be class, use . sign
next: ".jFlowNext" // must be class, use . sign
});
});
</script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#jFlowSlide{ background:#DBF3FD; font-family: Georgia; }
#myController { font-family: Georgia; padding:2px 0; width:610px; background:#3AB7FF; }
#myController span.jFlowSelected { background:#43A0D5;margin-right:0px; }
.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:300px; float:left; }
.slide-thumbnail img {max-width:300px; }
.slide-details { width:290px; float:right; margin-left:10px;}
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }
.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #43A0D5; }
</style>



<div class="jflow-content-slider">
<div id="slides">
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 1</a></h2>

<div class="description">
TEXT-OF-THE-SLIDE 1
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 2</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 2
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 3</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 3
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 4</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 4
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" alt=""/>
</div>
<div class="slide-details">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 5</a></h2>
<div class="description">
TEXT-OF-THE-SLIDE 5
</div>
</div>
<div class="clear"></div>
</div>
</div>

<div id="myController">
<span class="jFlowPrev">Prev</span>
<span class="jFlowControl">1</span>
<span class="jFlowControl">2</span>
<span class="jFlowControl">3</span>
<span class="jFlowControl">4</span>
<span class="jFlowControl">5</span>
<span class="jFlowNext">Next</span>
</div>
<div class="clear"></div>
</div>















Moving jquery image slider for featured content in Blogger

Moving jquery image slider for featured content in Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/30111191622-slider.js" type="text/javascript"></script>
<script type="text/javascript">
stepcarousel.setup({
galleryid: 'mygallery', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panel', //class of panel DIVs each holding content
autostep: {enable:true, moveby:1, pause:3000},
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 3, leftnav: ['https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjTXDuon2mXPNIaYznRCFC5TyqqLuiW3dQ2H5iVEqc7cU6YSFIkx0ZbqAsWY29tZ8lYiWmKpngMgY5hu9yrAMWluBZ2axThLbA2WD6satA_MhMvsbNyVre0G8lS37IpncQsrV3FbTOiGA/s400/left.jpg', -48, 0], rightnav: ['https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKPWki1wB33YhgMnfYNPVZW6TC6E747xrzn2slIdjcnO5W5pVe_PPdEqSD9GFGeybgMx0DkSyYma8RLTp6k3oLTGdye81e1lWHAgwwu3H9CUlNxwaoCPcrF0HTmZB9pqRCQs8qF354upg/s400/right.jpg', 0, 0]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['external'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
</script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#myslides{
background:#000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ6NKJUEcu3vmrpODm3fMLnvq2Sdedw84j8m3iBtr1SDOhWSR4jJMfqaAnn7WvlzUqvsiVsfLqcs8bqNJsJrfO4Nj4b7DdS0X2Q9jZHuGDU-DQhUvUGxI5vBJBdsEk73fM6g9__j6Bnw/s1600/mslid.jpg) repeat-x;
width: 650px;
height:165px;
margin-bottom:5px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 554px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
margin: 0px 48px 5px 48px;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px 10px ; /*margin around each panel*/
width:170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#0e1829;
height:120px;
border:1px solid #1d2c44;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
}
.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}
.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#0E1829; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 5px 5px; /*margin around each panel*/
padding:0px 0px;
}
</style>



<div id="myslides">
<div id="mygallery" class="stepcarousel">
<div class="belt">

<!-- 1st Template -->
<div class="panel">
<a href="#" target="blank" title="TITLE-OF-THE-SLIDE"> <img width="160" alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="110"/> </a>
</div>
<!-- end code of 1st -->

<!-- 2nd Template -->
<div class="panel">
<a href="#" target="blank" title="TITLE-OF-THE-SLIDE"> <img width="160" alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="110"/> </a>
</div>
<!-- end code of 2nd -->

<!-- 3rd Template -->
<div class="panel">
<a href="#" target="blank" title="TITLE-OF-THE-SLIDE"> <img width="160" alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="110"/> </a>
</div>
<!-- end code of 3rd -->

<!-- 4th Template -->
<div class="panel">
<a href="#" target="blank" title="TITLE-OF-THE-SLIDE"> <img width="160" alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="110"/> </a>
</div>
<!-- end code of 4th -->


<!-- 5th Template -->
<div class="panel">
<a href="#" target="blank" title="TITLE-OF-THE-SLIDE"> <img width="160" alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="110"/> </a>
</div>
<!-- end code of 6th -->



</div></div></div>















Make A Simple Featured Content SlideShow Using JQuery

Make A Simple Featured Content SlideShow Using JQuery



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-024.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
#myslides{
background:#000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ6NKJUEcu3vmrpODm3fMLnvq2Sdedw84j8m3iBtr1SDOhWSR4jJMfqaAnn7WvlzUqvsiVsfLqcs8bqNJsJrfO4Nj4b7DdS0X2Q9jZHuGDU-DQhUvUGxI5vBJBdsEk73fM6g9__j6Bnw/s1600/mslid.jpg) repeat-x;
width: 650px;
height:165px;
margin-bottom:5px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 554px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
margin: 0px 48px 5px 48px;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}#contentSlide {
background : #ddd; -moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
height : 228px; margin-bottom: 10px;
padding : 10px 0px 10px;
}
#slideshow {
margin : 0 auto;
width : 953px;
height : 230px;
background : #eeeeee none repeat scroll 0 0;
position : relative;
}
#slideshow #slidesContainer {
margin : 0 auto;
width : 845px;
height : 228px;
overflow : auto;
position : relative;
}
#slideshow #slidesContainer .slide {
margin : 0 auto;
width : 845px;
height : 228px;
}
.control {
display : block;
width : 39px;
height : 228px;
text-indent : -10000px;
position : absolute;
cursor : pointer;
}
#leftControl {
top : 0;
left : 0;
width : 55px;
background : transparent url(http://lh6.ggpht.com/_9b1traaMESE/Sms_Pg_IsqI/AAAAAAAAAXU/tTxdiIsFY4g/previous%20gray.jpg)no-repeat scroll 0 0;
}
#rightControl {
top : 0;
right : 0;
background : transparent url(http://lh6.ggpht.com/_9b1traaMESE/Sms-s5qb9iI/AAAAAAAAAXQ/edpXAZIaxCI/next%20gray.jpg) no-repeat scroll 0 0;
width : 55px;
}
.slide h2, .slide p {
margin : 15px;
}
.slide h2 {
font : italic 24px Georgia, "Times New Roman", Times, serif;
color : #212421;
letter-spacing : -1px;
}
.slide img {
float : right;
margin : 0 15px;
padding : 1px;
}
</style>



<!-- Slideshow HTML -->
<div id="contentSlide"><div id="slideshow">
<div id="slidesContainer">
<div class="slide">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 1</a></h2>

<p>TEXT-OF-THE-SLIDE 1</p>
<img alt="" width="215" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="115"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 2</a></h2>
<p>TEXT-OF-THE-SLIDE 2</p>
<img alt="" width="215" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="115"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 3</a></h2>
<p>TEXT-OF-THE-SLIDE 3</p>
<img alt="" width="215" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="115"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 4</a></h2>
<p>TEXT-OF-THE-SLIDE 4</p>
<img alt="" width="215" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="115"/>
</div>
<div class="slide">
<h2><a href="#" target="_blank">TITLE-OF-THE-SLIDE 5</a></h2>
<p>TEXT-OF-THE-SLIDE 5</p>
<img alt="" width="215" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="115"/>
</div>
</div>

</div></div>
<!-- Slideshow HTML -->
<div class="clear"/></div>















Awesome Automatic Content Slider for Blogger using jQuery

Awesome Automatic Content Slider for Blogger using jQuery



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/jquery-easing-1.3.pack.js"></script>
<script type="text/javascript" src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/jquery-easing-compatibility.1.2.pack.js"></script>
<script type="text/javascript" src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/coda-slider.1.1.1.pack.js"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-025.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
.floatLeft { float: left; margin-right: 10px;}
.floatRight { float: right; }
.clear { clear: both; }
a { outline: none; }
#page-wrap { width: 500px; margin: 25px auto; position: relative; min-height: 500px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnMz9rW0X8MdukQU1jyv7BiyrNTsxAQEIqNe8r-jLQ1dmIDPnNjUO9ycpjdx7sfKFO4_nQ26zKPEtlTCHo61xl0-Se6DsvOWSyYrHbzaLMFBCR7GAQvCdk8HVUcCU7ajPy1B57AapmYLcA/s1600/bg.png) top center; }
ul { list-style: square inside; }
a, a:visited { color: #729dff; text-decoration: none; }
a:hover, a:active { color: white; }
blockquote { padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; font-family: Georgia, serif; font-style: italic; margin-top: 10px;}
.slider-wrap { width: 419px; position: absolute; top: 87px; left: 40px; }
.stripViewer .panelContainer
.panel ul { text-align: left; margin: 0 15px 0 30px; }
.stripViewer { position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb { border: 1px solid black; margin-right: 5px; }
#movers-row { margin: -43px 0 0 62px; }
#movers-row div { width: 20%; float: left; }
#movers-row div a.cross-link { float: right; }
.photo-meta-data { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_b2Wh54rGTa3MP-GnSIpM7mQL7psBpnYaCyWifDzwYds7aiDb1_EXw4YBo7Q6RNAoLk3JdiYtbcXIwOi1chrH53YhRsOry92z8YJFVW8huTLPfrwh3MTvaDL34f6_kMTdYiNis-T5YldJ/s1600/transpBlack.png); padding: 10px; height: 30px; margin-top: -50px; position: relative; z-index: 100; color: white; }
.photo-meta-data span { font-size: 13px; }
.cross-link { display: block; width: 62px; margin-top: -14px; position: relative; padding-top: 15px; z-index: 100; }
.active-thumb { background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiVNJv8JyHqBf7gyvs3V8TaC6n671dgxXo-q2xiAM_MY-T0MBYskXm3nqpsXj3Wwyo96kz0qx_zVJagQ5BpTiQqoZaP7opHv7zMgGynMEJm5_aM64wlEuu8l7in9R0qYZrH-q-BTFYzr-t/s1600/icon-uparrowsmallwhite.png) top center no-repeat; }
--------------------------------------------------------------------
Awesome Automatic Content Sliders for Blogger using jQuery

--------------------------------------------------------------------
Featured Content Slider
*/

</style>



<div id="page-wrap">

<div class="slider-wrap">
<div id="main-photo-slider" class="csw">
<div class="panelContainer">

<div class="panel" title="Panel 1">
<div class="wrapper">
<img alt="" width="419" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="282"/>

<div class="photo-meta-data">
<a href="#" target="_blank">TITLE-OF-THE-SLIDE</a><br />

<span>TEXT-OF-THE-SLIDE</span>
</div>
</div>
</div>
<div class="panel" title="Panel 2">
<div class="wrapper">
<img alt="" width="419" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="282"/>

<div class="photo-meta-data">
<a href="#" target="_blank">TITLE-OF-THE-SLIDE</a><br />

<span>TEXT-OF-THE-SLIDE</span>
</div>
</div>
</div>
<div class="panel" title="Panel 3">
<div class="wrapper">
<img alt="" width="419" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="282"/>
<div class="photo-meta-data">
<a href="#" target="_blank">TITLE-OF-THE-SLIDE</a><br />

<span>TEXT-OF-THE-SLIDE</span>
</div>
</div>
</div>
<div class="panel" title="Panel 4">
<div class="wrapper">
<img alt="" width="419" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="282"/>
<div class="photo-meta-data">
<a href="#" target="_blank">TITLE-OF-THE-SLIDE</a><br />

<span>TEXT-OF-THE-SLIDE</span>
</div>
</div>
</div>
<div class="panel" title="Panel 5">
<div class="wrapper">
<img alt="" width="419" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="282"/>

<div class="photo-meta-data">
<a href="#" target="_blank">TITLE-OF-THE-SLIDE</a><br />

<span>TEXT-OF-THE-SLIDE</span>
</div>
</div>
</div>
<div class="panel" title="Panel 6">
<div class="wrapper">
<h1>About</h1>
<blockquote>24work is a blog about Professional Blogger Tutorials, Free Backlinks, Free templates, Resources, Tools, CSS, HTML Tutorials, Tips, Tricks, and General tutorials. Visit Us <a href="http://24work.blogspot.com/" target="_blank">http://24work.blogspot.com/</a></blockquote>
<p><em>Contact Info <a href="https://www.facebook.com/24work" target="_blank">https://www.facebook.com/24work</a><br /></em></p>
</div>
</div>

</div>
</div>

<a href="#1" class="cross-link active-thumb"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSIv8OK39powR47vkquYyKvllCzab_BfR56mzLf3r5VnwiNrp_eJZJHg3czTUiFiwSwwDwcGnphUUk8Ge_WZUOq6ZQJSFYXwnkBbE32wtVvgM56E8h3Q0rL10pZWl-wUVWQgEt_ZiIV3Aw/s1600/Change+Mouse+Cursor+Generator.gif" class="nav-thumb" alt="temp-thumb" /></a>
<div id="movers-row">
<div><a href="#2" class="cross-link"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS00It6IiMzBC3T6EBb4mpkaCOVau2lptVdbD2xH3ckNlPUmG09L3GBPQDuESFn-wG_ydlrWuMSFRz6pGRQinSBYw0XRxiSmyxs95iQElTbEdZF_KLRoQRTtM4DsTzX3II-JB6CNjWze1o/s1600/Numbered+Page+Navigation.gif" class="nav-thumb" alt="temp-thumb" /></a></div>
<div><a href="#3" class="cross-link"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaRlfTZSn_7x2YvXxGikDE6U1cYza4bCnyZsTUYdp0G9hKwEiAnd3QLf_ie3ROOmRiMJ2pmg8hsiMEWfkqmVm6DdnKqFsv4peGHL7I31vru8ym84WNq66eItqhM9uXdcmnJ-d00BgFjrje/s1600/Snow+Cursor+Code+Generatort.gif" class="nav-thumb" alt="temp-thumb" /></a></div>
<div><a href="#4" class="cross-link"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUtoRlvoMkehot8xyCfGeF9Qq7ZF4EIxvPWQzw_edUS5KCv8k5adklxA-bLjW1RhAsEx09HLFi7XhpFekDUA4e4u2kFfu2ufikqDhs8fZdzG35pnaHRd_cFVx8zkWw58Vq8sHjtjPqgEJ2/s1600/Blogger+Falling+Object+Generator.gif" class="nav-thumb" alt="temp-thumb" /></a></div>
<div><a href="#5" class="cross-link"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsmQRRM-XNck_z0GXtEeG5jkryXtF2_CAROxshkZVSIiM6bUf4XdVDi6ntBdHRSU6GRKKYLbNN1YufKY51sHwi_BVhmyqi0D6-idLEb2ixkTfuIysKukm-Yqa3LiMVNAzvkBaHmdVh3rXZ/s1600/Animated+Flash+Clock.gif" class="nav-thumb" alt="temp-thumb" /></a></div>
<div><a href="#6" class="cross-link"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMY-mKtv_Y32NPsY8hP6ZM5D226nKA4ExgYoSWly9IL7LLPtPh-hHhmazUCjYilF9s6XzPJAK5umfutaxIYeKpsbf4uuoJJSEKBt-prwvAVVeUMEvHL0UbPY9lPmKHJ6KjoMskvftwmSbq/s1600/no+pic.gif" class="nav-thumb" alt="temp-thumb" /></a></div>
</div>

</div>

</div>















Using jQuery Slider Featured Posts (glory)

Using jQuery Slider Featured Posts (glory)



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/jquery.cycle.all-000-.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
sfHover = function() {
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" hover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" hover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//]]>
</script>
<script type="text/javascript">
$(document).ready(function(){
$('#myslides').cycle({
fx: 'fade',
speed: 700,
timeout: 3000,
next: '#next',
prev: '#prev'
});
});
</script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
/* featured fade */
#wrapper-featured{
padding:10px 0 ;
width:650px;
height: 326px;
margin:0 ;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg24PyK3AI_4vekhSyOtGJ6mGz42ZnkI-oBe_ZhoxRM9Bf_7uJ8IIaIBDiVr7Iiu16mif_GvwStfw8hTywEjYYCnA5cZXjJQj2NQimJSSKWvYa9vmGOhGT364RhRDltOpLyKSfHO1Kc0rU7/s1600/bg_featured.jpg) no-repeat;
position:relative;
}
#wrapper-myslides {
width:550px;
height:210px;
padding: 0 0 ;
margin: 3px 0 0 10px;
position:relative;
float:left;
}
#myslides {
width:550px;
height:210px;
padding: 0 0 50px;
margin: 0 18px ;
overflow:hidden;
}
.panel{
width:550px;
height:210px;
}
#myslides img.crop-foto {
margin:8px 10px 10px 9px;
border:1px solid #fff;
display:block;
position:absolute;
right:3px;
top:0;
}
.featured-entry {
text-align:left;
line-height:1.5em;
font-style:italic;
font-size:12px;
font-family: georgia,Arial,Verdana, Helvetica, sans-serif;
padding: 20px 10px 0;
width:280px;
color:#fff;
position:absolute;
top:0;
left:0;
}
h3.featured-title {
font-size:22px;
text-align:left;
font-family:Georgia, Arial,Verdana, Helvetica, sans-serif;
margin:10px 0 5px;
padding:0 0 5px;
font-weight:normal;
line-height:1em;
font-style:normal;
}
h3.featured-title a:link, h3.featured-title a:visited{
color:#fff;
}
h3.featured-title a:hover {
color:#b1e1ff;
}
#nav-slides a#prev {
position:absolute;
bottom:105px;
left:135px;
z-index:1;
color:#800;
width:14px;
height:15px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilGtzVRZvoXt4OdNSL30NIPQ7fQDYO3PyugY1VEf-7r18yFvPGRwQxLKsjdgzcreon_obZoOLugRJR8dgi6DlnhkNIJC4v6D4nKnfag44z6yToqfZIvKXe3uXh_AX_BoMe_ZjDWgjxQTzg/s400/prev.jpg) no-repeat;
}
#nav-slides a#prev:hover{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5zUrD4Z88-8SRjutKTSeFtouyfr8o6TlZl40paKx5_ZSaIWZS9kLVS_tl7YY8MJfCqeSRKtF65leAxts-Cd92hGlSsHeN2vozdr3wGywTLd7SONWDbZFJxQlfIQuKA5TtpMpLzivGkzXt/s400/prev_hover.jpg) no-repeat;
}
#nav-slides a#next {
position:absolute;
bottom:105px;
left:160px;
z-index:1;
color:#800;
width:14px;
height:15px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyMpd4YjRfcxtTtoDWsb6KTWugaItNaEZUw5Mg4U1dJHhhEsGfrotQF80qEj8ufpSpAj94O1gNsd2eIUiejatXzVzkNEv3irXuO4vUj8YY5d9tNS75JoENxYp4JI8EtlJk5u_eG-8xHNRX/s400/next.jpg) no-repeat;
}
#nav-slides a#next:hover{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjv-QWbVNXvDjXb2RVfanpMsanVYUq0gGHmD-_dUW3LJ_UiiOn63X_C7OPtE_YStut11nTJaeQzv9qdqQLYT8kRRZLBOZhcwK9iOc_BgVOwcgDh8ZCeFigdLgu2isQyBtoy4XJy4iSNXp1/s400/next_hover.jpg) no-repeat;
}
</style>


<div id="wrapper-featured">
<div id="wrapper-myslides">
<div id="myslides">
<div class="panel">
<div class="image-frame">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">
<img alt="" class="crop-foto" height="185" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" width="205"/></a>
</div>
<div class="featured-entry">
<h3 class="featured-title">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">Title-of-Post</a></h3>
<p>Slide 1 Description [...]</p>
</div><!--end featured-entry-->
</div><!--end panel-->
<div class="panel">
<div class="image-frame">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">
<img alt="" class="crop-foto" height="185" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" width="205"/></a>
</div>
<div class="featured-entry">
<h3 class="featured-title">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">Title-of-Post</a></h3>
<p>Slide 2 Description [...]</p>
</div><!--end featured-entry-->
</div><!--end panel-->
<div class="panel">
<div class="image-frame">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">
<img alt="" class="crop-foto" height="185" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" width="205"/></a>
</div>
<div class="featured-entry">
<h3 class="featured-title">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">Title-of-Post</a></h3>
<p>Slide 3 Description [...]</p>
</div><!--end featured-entry-->
</div><!--end panel-->
<div class="panel">
<div class="image-frame">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">
<img alt="" class="crop-foto" height="185" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" width="205"/></a>
</div>
<div class="featured-entry">
<h3 class="featured-title">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">Title-of-Post</a></h3>
<p>Slide 4 Description [...]</p>

</div><!--end featured-entry-->
</div><!--end panel-->
<div class="panel">
<div class="image-frame">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">
<img alt="" class="crop-foto" height="185" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" width="205"/></a>
</div>
<div class="featured-entry">
<h3 class="featured-title">
<a href="#" target="_blank" rel="bookmark" title="Title-of-Post">Title-of-Post</a></h3>
<p>Slide 5 Description [...]</p>
</div><!--end featured-entry-->
</div><!--end panel-->
</div><!--end myslides-->
</div><!--end wrapper-myslides-->
<div id="nav-slides">
<a href="#" id="prev"></a>
<a href="#" id="next"></a>
</div>
</div><!-- wrapper featured-->















How To Add Auto Featured Posts Using JQuery Slider To Blogger

How To Add Auto Featured Posts Using JQuery Slider To Blogger



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/stepcarousel.js" type="text/javascript"></script>
<script type="text/javascript">
stepcarousel.setup({
galleryid: 'board_carusel', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'board_item', //class of panel DIVs each holding content
autostep: {enable:true, moveby:1, pause:5000},
panelbehavior: {speed:500, wraparound:false, persist:false},
defaultbuttons: {enable: false, moveby: 1, leftnav: ['http://i34.tinypic.com/317e0s5.gif', -5, 80], rightnav: ['http://i38.tinypic.com/33o7di8.gif', -20, 80]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
</script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
/*board*/
#board{
width:977px;
height:276px;
overflow:hidden;
margin:0 0 0 0px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-MFshnsagp7Z1RFkamZga3VA8mMxISDRSL4AZ5XFSx5bPrkV9f9MFGgT-GcFQv1PJULXKElh0sQSQ3Q8ZrNKrZt7wRf-eeO4wQS_0tKlbSbFVU31zZQRHk3ARGHyQ8VYH8_buEyn3hQOB/s1600/bgr_board.png) no-repeat;
}
#board_left{
float:left;
padding:22px 0 0 27px;
}
#header_rss{
float:right;
padding:78px 80px 0 0;
}
#board_items{
width:679px;
padding:5px 0 0 0;
}
#board_body{
width:647px;
margin:0 0 0 15px;
}
#board_carusel{
width:647px;
height:131px;
position:relative;
}
#board_carusel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.board_item{
width:647px;
height:173px;
overflow:hidden;
}
#board_body h2{
color:#000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:23px;
font-weight:normal;
margin:0 0 28px 0;
}
#board_body strong{
font-size:12px;
color:#000;
line-height:18px;
display:block;
}
#board_body p{
font-size:12px;
color:#000;
line-height:18px;
padding:0 0 10px 0;
}
#board_body p img{
float:left;
border:1px solid #83b2c4;
margin:0 10px 0 0;
width:161px;
height:107px;
}
#board_body p a{
color:#000;
}
#board_body p.more a{
text-decoration:underline;
}
#board_body p.more a:hover{
text-decoration:none;
}
#board_carusel_nav{
width:100%;
overflow:hidden;
}
#board_carusel_nav li{
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
float:left;
}
#board_carusel_nav a{
display:block;
float:left;
background:#7ac2df;
border-right:1px solid #85d7f7;
width:33px;
text-align:center;
padding:7px 0 7px 0;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
text-decoration:underline;
font-weight:bold;
background:#a7e2f9;
border-right:1px solid #a7e2f9;
}</style>


<div id="board">
<div id="board_left">
<div id="board_items">
<div id="board_body">
<h2>Featured Posts</h2>
<div id="board_carusel">
<div class="belt">
<div class="board_item">
<!-- board_item -->
<p><img alt="" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="125"/>
<strong><a href="#" target="_blank">Title-of-Post</a></strong>
Slide Description [...]</p>
<!-- /board_item -->
</div><div class="board_item">
<!-- board_item -->
<p><img alt="" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="125"/>
<strong><a href="#" target="_blank">Title-of-Post</a></strong>
Slide Description [...]</p>
<!-- /board_item -->
</div><div class="board_item">
<!-- board_item -->
<p><img alt="" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="125"/>
<strong><a href="#" target="_blank">Title-of-Post</a></strong>
Slide Description [...]</p>
<!-- /board_item -->
</div><div class="board_item">
<!-- board_item -->
<p><img alt="" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="125"/>
<strong><a href="#" target="_blank">Title-of-Post</a></strong>
Slide Description [...]</p>
<!-- /board_item -->
</div><div class="board_item">
<!-- board_item -->
<p><img alt="" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="125"/>
<strong><a href="#" target="_blank">Title-of-Post</a></strong>
Slide Description [...]</p>
<!-- /board_item -->
</div>
</div>
</div>
</div>
<ul id="board_carusel_nav">
<li id="board_carusel_nav_1"><a class="selected" href="javascript:stepcarousel.stepTo(&#39;board_carusel&#39;, 1)">1</a></li>
<li id="board_carusel_nav_2"><a href="javascript:stepcarousel.stepTo(&#39;board_carusel&#39;, 2)">2</a></li>
<li id="board_carusel_nav_3"><a href="javascript:stepcarousel.stepTo(&#39;board_carusel&#39;, 3)">3</a></li>
<li id="board_carusel_nav_4"><a href="javascript:stepcarousel.stepTo(&#39;board_carusel&#39;, 4)">4</a></li>
<li id="board_carusel_nav_5"><a href="javascript:stepcarousel.stepTo(&#39;board_carusel&#39;, 5)">5</a></li>
</ul>
</div>
</div>
<div id="header_rss">
<a href="http://24work.blogspot.com/feeds/posts/default" title="Rss"><img alt="Rss" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwqM8P8qwaZ9PQUwWmkXFCdsyu5o-rHhLXOdwCNUM4KNzphDJAxzH6ao27_tUmly3gFPiLUmYWVKLf90QyRLIWCnRptYgvt7K5rUKjanhpmvGWnSjqpSjgoa9FpuCFwFmPmIhj971UotbT/s1600/button_rss.png"/></a>
</div>
</div>















Shoutmeloud Featured Content Slider for Blogger Using jQuery

Shoutmeloud Featured Content Slider for Blogger Using jQuery



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/contentslider-n-b-l-t-r.js" type="text/javascript"></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/n17-content-slider/n17-content-slider-026.js" type="text/javascript"></script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #333333;
border-bottom-width: 5px;
width: 565px; /*width of featured content slider*/
height: 175px;
margin-left:15px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0; /*leave as is*/
top: 0; /*leave as is*/
padding: 5px;
background: white;
width: 555px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-top:0px;
}
.pagination{
width: 555px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #333333;
padding: 5px 10px;
margin-top:-3px;
height:30px;
margin-left:15px;
}
.pagination a{
padding: 0 5px;
text-decoration: none;
color: #000;
background: #AAAAAA;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFF;
}

</style>



<div class="sliderwrapper" id="slider1">
<div class="contentdiv">
<img height="115" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwdJpkx7F-f0vPt1kPhgSCgQ3mEGaMrbbPHmYUQqmVhKACayqE9yZ6Z4GenP2CvlwTHoBOK9pGPY95Zcnbw78VvSGH-qNa5BilzhS8ZKjVqeBNyeB1BisXNN09eC-JQwLSfXecMIdoZkKT/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" width="145" />
<h2><a href="#" target="_blank">Title-of-Post</a></h2>Slide Description [...]
</div>
<div class="contentdiv">
<img height="115" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXmsHSf-EEUnvw1rTitJwXHvuqMOpoGumsKmhn8-DqnhEU_QqI5JYz2btM_2kT7T0HB21eaEpV0zhyphenhyphenHQqGc3McqMbvwnHiCXeALKz9I1E1WGRqPUhNEb8GSSQIjG62pOyZpO24AkeaFMjY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" width="145" />
<h2><a href="#" target="_blank">Title-of-Post</a></h2>Slide Description [...]
</div>
<div class="contentdiv">
<img height="115" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC6oogRvZhBr5dhBIoXYkuDZDmgfmfonUDQk6P-0Cn5T1aR72byAU7cqptySIIUn7ZRHRXNMiq45My2ogT8rnWLjp1X3bRq6XhQ-4-23Hj4FQo1EgiGiVl-R_jGZ7tyeDTNwiMb1CDjXYW/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" width="145" />
<h2><a href="#" target="_blank">Title-of-Post</a></h2>Slide Description [...]
</div>
<div class="contentdiv">
<img height="115" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_97pLAPLDUTKppmLkhfToUJGZrq44cwCbxTVkjMuAbW3cnk01tDNmhTVpGpaXNVcxiSXt1eSYMlfGqYB7E_w6pgsxXGOGZyURYMCK4-1F7DKhUW43MjktQZICFAa7jU7bzBoi4gOQBFn/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" width="145" />
<h2><a href="#" target="_blank">Title-of-Post</a></h2>Slide Description [...]
</div>
<div class="contentdiv">
<img height="115" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQu1tQshpBg5I1AD5bCNSxVHR-5p9DFqW3RoDmqjLb5xv9Jjx7N6fBZ25wvfyxAS7GLwGk-AizrFKoFHpGwxWOGkzb2cJ0HafbP_x6A1CUyVaw8_wmP6DAuMQZilmjr-1rMMW-pQF3GafZ/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" width="145" />
<h2><a href="#" target="_blank">Title-of-Post</a></h2>Slide Description [...]
</div>
</div>
<div class="pagination" id="paginate-slider1">
</div>
<script type="text/javascript">
featuredcontentslider.init({
id: "slider1", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "#increment", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["Previous", "Next"], //labels for "prev" and "next" links. Set to "" to hide.
enablefade: [true, 0.2], //[true/false, fadedegree]
autorotate: [true, 3000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>















jQuery Image Slider For Blogger / Blogspot

jQuery Image Slider For Blogger / Blogspot



1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"/></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/mbt-slider-0-01-jis.js" type="text/javascript"/></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/mbt-slider-0-02-jis.js" type="text/javascript"/></script>
<script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/featured-post/17-content-code/mbt-slider-0-03-jis.js" type="text/javascript"/></script>
<script type="text/javascript">
/* <![CDATA[ */
jQuery.noConflict();
jQuery(function(){
jQuery('ul.menu-primary').superfish({
animation: {opacity:'show'},
autoArrows: true,
dropShadows: false,
speed: 200,
delay: 800
});
});

jQuery(function(){
jQuery('ul.menu-secondary').superfish({
animation: {opacity:'show'},
autoArrows: true,
dropShadows: false,
speed: 200,
delay: 800
});
});

jQuery(document).ready(function() {
jQuery('.fp-slides').cycle({
fx: 'fade',
timeout: 4000,
delay: 0,
speed: 1000,
next: '.fp-next',
prev: '.fp-prev',
pager: '.fp-pager',
continuous: 0,
sync: 1,
pause: 1,
pauseOnPagerHover: 1,
cleartype: true,
cleartypeNoBg: true
});
});

/* ]]> */

</script>
<a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng1" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<style type="text/css">
.featuredposts{border:1px solid #E9E7DE;width:608px;background:#FFF;margin:0 0 10px 0;height:400px;overflow:hidden;}
.fp-slides{}
.fp-post{padding:13px;}
.fp-thumbnail{border:3px solid #dddddd; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-thumbnail:hover{border:3px solid #CAC9C9; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-title{color:#787878;font:bold 14px Arial, Helvetica, Sans-serif;padding:0 0 4px 0;margin:0; text-transform:uppercase;}
.fp-title a{color:#000;text-decoration:none;}
.fp-title a:hover{color:#0080fF;text-decoration:none;}
.fp-label{color:#504D4D;margin:15px 15px 0 15px;padding:0;text-transform:uppercase;font:bold 16px/16px Arial,Helvetica,Sans-serif;}
.fp-post p{color:#504D4D;padding:0;margin:0;font:10px Arial,Helvetica,Sans-serif;height:32px;overflow:hidden;}
.fp-more,.fp-more:hover{color:#F77C04;font-weight:bold;}
.fp-nav{width:590px;padding:0px 10px;height:14px;}
.fp-pager a{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir5GbY0f1FynUHo6kkQvGsIZZlZZmjDjdJgO6mDv7nn6k-NNIGk2jDKb_cJH73_yYTOiPuUpRYdxK6yeSAoQW8QtaRnzcrwxTBc-_hG_HE-tmDrcKAR4UJe55DakCxtvH6CuNERhrmw9w/s1600/featured-pager-24work-1.png);cursor:pointer;margin:3px 6px 0 0;padding:0;height:10px;width:10px;display:block;float:left;overflow:hidden;text-indent:-999px;background-position:0 0;}
.fp-pager a:hover,.fp-pager a.activeSlide{text-decoration:none;background-position:0 -110px;}
.fp-prev{float:right;margin-right:4px;width:15px;height:17px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEEUTP6hztZbVNChQwfhdb8PQehCFomb0NOEMwUU0aDkDmBp8GvxoMAcZ-Y5gTic0IgWI_4eVwZGbZdjgur2iB_h3D-mBQZynVAf1bcgQDAoaztTHA5L3hvjfmzpMLOZB6Awaevp1RXTE/s1600/featured-prev-24work-1.png) top left no-repeat;}
.fp-prev:hover{opacity:1;}
.fp-prev:active{opacity:0.7;}
.fp-next{float:right;width:15px;height:17px;margin-left:4px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi15adYSyBMVbMT5iiJqcgoFTQnKMK3jPN9zhRFsNt_Vl8hcVlc0hriPH-wyCqGzC86rr3R8NrQ5u-JaOsZ3fPTkWx9qRMaouNFta3u78I29Y7EkLRsqfQlU7k9iDiH84edPJwi7bY-YAY/s1600/featured-next-24work-1.png;) top left no-repeat}
.fp-next:hover{opacity:1;}
.fp-next:active{opacity:0.7;}
</style>



<div class="featuredposts clearfix">
<div class="fp-slides">
<div class="fp-post">
<div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHN6QoB7OEuhFCi2E1scXzkz4qOZwXltIl9-Da831HJoTUeoknpuYTUFXkiT6DYFIkqBHpVNeSY6QJrZ2zDECb3ZwUDff5h1TvEAE-bfIe_WPy6Zbdi3maPwUnJpBcnXSo_urhFGIjqEcP/s1600/How+to+change+mouse+cursor+in+blogger+blog+to+animated+cursors.png" height="266"/></a></div>
<h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p>
</div>

<div class="fp-post">
<div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbGur_ixp1hyphenhypheneEAxRbeE_vkSQBMgYmuuzhOUgu0xTNjiW9c7O5MeC-tImCwaYAqwdLzZC1iB1E2iVOhom4xnv-xtd2QXcvoNfbqIqucCrhJrMD4ZC5npmnDTF4eQNZpemMmCAkjythl1gY/s1600/Numbered+Page+Navigation+For+Blogger+New+Script.png" height="266"/></a></div>
<h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p>
</div>

<div class="fp-post">
<div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEoZ7YaAL4JVPUtsrTpZiGHK7TJCp8y-HXWRvTXtvl5EUkV4_yKysx9S4gFbp_r-HFD3fzb7ndMvwDhXQcAdUZvcmJfg94gCjS0cB71P-glNVOcWrr9-oq3Sm2p7rM0sXneU09B3OuTHr4/s1600/How+To+Add+Snow+Effect+On+The+Blogger+Mouse+Cursor+Area.png" height="266"/></a></div>
<h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p>
</div>

<div class="fp-post">
<div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcRUeWs08pQUP8bUUeV0Z_JzBERzOSx7eL3uN0qPTxN_RjpmHjBCKRoXeMsoyaq5CCAB0SXpI2o1Kt3m5J7TT3KFIXbDMIMQxPV2LCs3goI_I4N2gLyKcGoqI2F2CFMU2DvlxT8SPdFlMk/s1600/Falling+Objects++Falling+Text++Marquee+Scrolling+Text+Generator+for+Blogger.png" height="266"/></a></div>
<h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p>
</div>

<div class="fp-post">
<div class="fp-thumbnail"><a href="http://24work.blogspot.com/2011/12/how-to-add-animated-flash-clock-to-your.html" target="_blank"><img alt="How To Add Animated Flash Clock To Your Blogger Blog" width="580" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuEr8l2fRWOMR3KRkzTDDT22R12eiUws_tmMyiGAbDakR494fAvy4LHDXiyp3YjST8A7JL1-Tpkumw7qu-jSpjli69OrHEPIAJHvOr60K_NYQ8o1fLHAxGxnapSNZ-06OwCDh_5JGNAtpf/s1600/How+To+Add+Animated+Flash+Clock+To+Your+Blogger+Blog.png" height="266"/></a></div>
<h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p>
</div>

</div>
<div class="fp-nav clearfix">
<span class="fp-pager"></span>
<a class="fp-next" href="#fp-next"></a>
<a class="fp-prev" href="#fp-prev"></a>

</div>
</div>












Many thanks to Lasantha Bandara or 24works for making this code and I just tested and modified to work on blogger



0 comments:

Post a Comment