RakipBlog - Kendi çapında blog!
Hareketli Arkaplan
<script type="text/javascript">function cycleImages(){
var $active = $('#background_cycler .active');
var $next = ($('#background_cycler .active').next().length > 0) ? $('#background_cycler .active').next() : $('#background_cycler img:first');
$next.css('z-index',2);//move the next image up the pile
$active.fadeOut(1500,function(){//fade out the top image
$active.css('z-index',1).show().removeClass('active');//reset the z-index and unhide the image
$next.css('z-index',3).addClass('active');//make the next image the top one
});
}
$(window).load(function(){
$('#background_cycler').fadeIn(1500);//fade the background back in once all the images are loaded
// run every 7s
setInterval('cycleImages()', 7000);
})</script>
<div id="background_cycler" > <script type="text/javascript">
$('#background_cycler').hide();//hide the background while the images load, ready to fade in later
</script> <img class="active" src="http://www.kizlarhakkinda.com/wp-content/uploads/2013/03/guzel-manzara-fotograflari-1.jpg" _fcksavedurl="http://www.kizlarhakkinda.com/wp-content/uploads/2013/03/guzel-manzara-fotograflari-1.jpg" alt=""/> <img src="http://www.orjinalsozler.com/wp-content/uploads/2013/08/71.jpg" _fcksavedurl="http://www.orjinalsozler.com/wp-content/uploads/2013/08/71.jpg" alt="" /> </div>
Bugün 5 ziyaretçi (8 klik) kişi burdaydı!