Blogger Jquery Slider Menu Eklentisi
Blogger blogunuzda slider menü kullanmak istermisiniz ? oldukça güzel bir eklenti olan Jquery Slider Menu Eklentisini blogger blogunuza eklemek için şağıdaki anlatılanları yapmanız yeterli..
Blogger blogunuzdaki ziyaretçilerinize önemli konularınızı , duyurularınızı göstermek için güzel bir eklenti...Kullanımı ve görüntüsüde oldukça hoş..
Hemen anlatıma geçelim..
Aşağıdaki kodumuzu bulalım..
]]></b:skin>
Hemen üstüne alttaki kodlarımızı ekleyelim..
/*--Main Container--*/
.main_view {
float: left;
position: relative;
}
/*--Window/Masking Styles--*/
.window {
height:250px; width: 500px;
overflow: hidden; /*--Hides anything outside of the set width/height--*/
position: relative;
}
.image_reel {
position: absolute;
top: 0; left: 0;
}
.image_reel img {float: left;}
/*--Paging Styles--*/
.paging {
position: absolute;
bottom: 40px; right: -7px;
width: 178px; height:47px;
z-index: 100; /*--Assures the paging stays on the top layer--*/
text-align: center;
line-height: 40px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgt3hLArSgSeW3CUbjN_nzbyp3CavV_CkiYHUT_kR7YOSj6i1boBupKSq_3WTQTwwLPe1xUUmMmGFEFdfysKvm-rLdbuuRvHql4jQdzNF48nhQcdJvqjLr8hPIU3wbRFJLPtT9MQaQ_uiB8/s1600/paging_bg2.png) no-repeat;
display: none; /*--eklentileri.blogspot.com--*/
}
.paging a {
padding: 5px;
text-decoration: none;
color: #fff;
}
.paging a.active {
font-weight: bold;
background: #920000;
border: 1px solid #610000;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
Şimdide bu kodu bulalım..
</head>
Bu kodumuzunda hemen üstüne aşağıdaki kodlarımızı ekleyelim..
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
//Set Default State of each portfolio piece
$(".paging").show();
$(".paging a:first").addClass("active");
//Get size of images, how many there are, then determin the size of the image reel.
var imageWidth = $(".window").width();
var imageSum = $(".image_reel img").size();
var imageReelWidth = imageWidth * imageSum;
//Adjust the image reel to its new size
$(".image_reel").css({'width' : imageReelWidth});
//Paging + Slider Function
rotate = function(){
var triggerID = $active.attr("rel") - 1; //Get number of times to slide
var image_reelPosition = triggerID * imageWidth; //eklentileri.blogspot.com
$(".paging a").removeClass('active'); //Remove all active class
$active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function)
//Slider Animation
$(".image_reel").animate({
left: -image_reelPosition
}, 500 );
};
//Rotation + Timing Event
rotateSwitch = function(){
play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
$active = $('.paging a.active').next();
if ( $active.length === 0) { //If paging reaches the end...
$active = $('.paging a:first'); //go back to first
}
rotate(); //eklentileri.blogspot.com
}, 7000); //Timer speed in milliseconds (3 seconds)
};
rotateSwitch(); //Run function on launch
//On Hover
$(".image_reel a").hover(function() {
clearInterval(play); //Stop the rotation
}, function() {
rotateSwitch(); //Resume rotation
});
//On Click
$(".paging a").click(function() {
$active = $(this); //Activate the clicked paging
//Reset Timer
clearInterval(play); //Stop the rotation
rotate(); //Trigger rotation immediately
rotateSwitch(); // Resume rotation
return false; //Prevent browser jump to link anchor
});
});
</script>
Yukarıdaki işlemleri yaptıysanız , kaydet diyelim..
Yerleşim kısmından blog kayıtları ( önerilir) üstüne gadget olarak aşağıdaki kodlarımızı ekleyelim..
<div class="container">
<div class="folio_block">
<div class="main_view">
<div class="window">
<div class="image_reel">
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghLJm4KoQ2kO5Uihih8pL3n5s4_6WYFw-B0UdzqkYAuPLmCNSpufVFhkLHfkJ3wsMucUdwzNnoe_vP_ge6UTkL38Fg9r6vUwzhXAI_cha7LDPpddT9zzv7Kr3JXsw7ue5UzMqZNi20alBL/s1600/slider-image-1.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHpRTZJ-_QX8jSgW7Cs8avv6BZX5FrC2m1UMi5T6lTuA5r-rddWPz1xvzLfHd7b1HBekDkoT1couDTx3HwnIsdm32sKJPPngo7cS9TLHP4rYZUYzALpam8sWysTK6kVsNcG72xh8rFXR3h/s1600/slider-image-2.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSYOFFNQVFOTajkRFI2FDFMLFKNeYrg7XHwK1gPo6ScSNboLKynHcZylEmP9mo9um1eu-WhjYLTcMzarnTYy4pMqv3grCPwW5MeK0UqXYm1SpIRGL2av3cIn8CyeKqPUocS39pKAqx4vBj/s1600/slider-image-3.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbEZfq7EsvpIVcvXnyBbo7_DioUOVNxOY6oWTRf6Q6sihLSBLgrhaC0oCOvp5yiJanyBOlSMe94ocCOtYrOaHyQIVQdNAleF7x72tl7y7kHHrfQzzgzAEviGF8g-moKyaUguVdmCwsgXEm/s1600/slider-image-4.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkkfshtFg-AZvzd72GOuML5WcaINKnFc0JUYorzzFvJCTuoFaQWxo3T0VQP7YMSxFeJgyyw6UbjctFIvvSZVSaWx9GJ4t5X13vi2EW2wTTgEv0p4poBp9DvB1J3XYvkxL_4CMzsHbctZrD/s1600/slider-image-6.jpg" alt="" /></a>
</div>
</div>
<div class="paging">
<a href="#" rel="1">1</a>
<a href="#" rel="2">2</a>
<a href="#" rel="3">3</a>
<a href="#" rel="4">4</a>
<a href="#" rel="5">5</a>
</div>
</div>
</div>
</div>
Yukarıdaki kırmızı olan yerleri kendinize göre düzenleyin..DEMO
<<< Bu Yazı için Arama Sonuçları >>>
Blogger Jquery Slider Menu Eklentisi , Blogger Jquery Slider Menu , Blogger Jquery Menu Eklentisi , Blogger Jquery Menu , Blogger Slider Eklentisi , Blogger Jquery Eklentisi , Blogger Slayt Menu
Blogger Jquery Slider Menu Eklentisi , Blogger Jquery Slider Menu , Blogger Jquery Menu Eklentisi , Blogger Jquery Menu , Blogger Slider Eklentisi , Blogger Jquery Eklentisi , Blogger Slayt Menu
Hiç yorum yok :
Yorum Gönder