bloggin

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

<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(‘http://1.bp.blogspot.com/-f_SJA-pnqBs/UhnWlXoPHKI/AAAAAAAABHw/N5B2HZlHhMc/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(‘http://4.bp.blogspot.com/-Mg9BbPgNJFM/UhnWaBDv4MI/AAAAAAAABHo/BKJgX4LNMQg/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=”http://1.bp.blogspot.com/-L6oFRxAjx4w/UaTsGvOIoLI/AAAAAAAAA7g/Xn1Ztn3NEP4/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=”http://3.bp.blogspot.com/-HhFix8dwK6c/UaTsHHRJijI/AAAAAAAAA7w/XKC6LzXVsJU/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=”http://2.bp.blogspot.com/-hAL3CbG_qeU/UaTsHXHNM4I/AAAAAAAAA70/5q-cuqeUlww/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=”http://3.bp.blogspot.com/–vess4cuOAQ/UaTsGpHEUvI/AAAAAAAAA7k/scQVLvuorZc/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=”http://2.bp.blogspot.com/-K_2wwgsZkWw/Uhnj7LRRGGI/AAAAAAAABIM/c-I2AEoZZnk/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=”http://2.bp.blogspot.com/-PlV205zDJXI/Uhnm1ZN1W2I/AAAAAAAABIg/nw5gu9LTvIA/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=”http://1.bp.blogspot.com/-M0EQDInUmnA/UhnoxhiOzPI/AAAAAAAABIs/BP1BBPF9NdE/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=”http://1.bp.blogspot.com/-RkVjrr2ep3Q/UhnqZIfLhII/AAAAAAAABI4/5dxe7L1Hgfw/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

About the author

Mr. ArewaBlog

C.E.O/Founder ArewaBlog

Add Comment

Click here to post a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.