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/AVvXsEhIOKB5gQUKoZ0i-OcK1phUSGPlZ6gET00uTiiOGXZjKAFL1FRW7ZW1I64py_mwhwOzqJ9G783Hu2kfYPGBt0hU9Xp3bldjDXI0psqw62TSUZ7peoF8Px0BWLNnYxULK3jJxLilEvO-nLDc/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/AVvXsEg5UYBukdipjob8v2Ey-130fOgqoKINgg2f5wYwWRGQlHFSekEuSlgGXokiYdIufUdv26q7GT5viXuPpJsHa2VWsoIEooLAYftBoaPozZssSkMmrX4AZqjJfmpl5L_b5pfC0iPm9V6VIKTP/s1600/slider-image-1.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHzp0Ui9Oo1wfJjcUPKxSWXRtfyuwLSA6__3G7G1nvGG9fpVu5xufuxWSRQt7L2FBT8HmHj7LHRZATjG82h5yBtrY4q_4K5DgD9KoVQjWd-R3Rj7UVviGDB0zSs_22N01RP54NA_imQg7y/s1600/slider-image-2.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI2vgsbFt08hvNRFqpMSjwc3ZOPcIYZN1yGlU-bhiYGVWdRk7CRbsy43RAevYfnfsgAi6Hnrho-G4M_qs_yzg1hi10x3yCFJULUJxrQciMjVF2mnR8TyES_2ctYGwLMpnLo60yEC8XBb6p/s1600/slider-image-3.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4tTfQbK-6e7reKnVWFq5_NWiFueCh17E_MJXO2-cGMhttPgbRkKvukqkoM5kgToecdVpnQahmfc8KIvhQKh4_Zy6tQ-PwyxvhJS7_Jk1mD7WFMajBR1nHHxcLRD0gzGLYKZpy85EiCXuQ/s1600/slider-image-4.jpg" alt="" /></a>
<a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMzHNQtJeNi9jz-sOZq0_Ye2LH_wBwZ8PjmNu4liBxwrcBRQsVIC5esj7tqnOn-pkoBHoUpPZVcNRZdr7DZi4-aek6TRpsdXga6YxNmoCrHEYbmQc2ytHe4b0RcUePGyXzTdukEnclMd-G/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