• Posted by : Unknown 4 Nisan 2012 Çarşamba

    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/AVvXsEivN4vXIC0TnZaL9pnPKQsMZsgwtEC9K1xazOFcqFelqsnE6CFElFbcySXMjmE7WZblOUp5brnAKlZVRwzjndQ_fpyGZNcpzDWXCDpiW0Poa7nDjCvOUGJmNtHjHtFrpxwasOzfhfdG9iYJ/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
    $(&quot;.paging&quot;).show();
    $(&quot;.paging a:first&quot;).addClass(&quot;active&quot;);

    //Get size of images, how many there are, then determin the size of the image reel.
    var imageWidth = $(&quot;.window&quot;).width();
    var imageSum = $(&quot;.image_reel img&quot;).size();
    var imageReelWidth = imageWidth * imageSum;

    //Adjust the image reel to its new size
    $(&quot;.image_reel&quot;).css({&#39;width&#39; : imageReelWidth});

    //Paging + Slider Function
    rotate = function(){
    var triggerID = $active.attr(&quot;rel&quot;) - 1; //Get number of times to slide
    var image_reelPosition = triggerID * imageWidth; //eklentileri.blogspot.com

    $(&quot;.paging a&quot;).removeClass(&#39;active&#39;); //Remove all active class
    $active.addClass(&#39;active&#39;); //Add active class (the $active is declared in the rotateSwitch function)

    //Slider Animation
    $(&quot;.image_reel&quot;).animate({
    left: -image_reelPosition
    }, 500 );

    };

    //Rotation + Timing Event
    rotateSwitch = function(){
    play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
    $active = $(&#39;.paging a.active&#39;).next();
    if ( $active.length === 0) { //If paging reaches the end...
    $active = $(&#39;.paging a:first&#39;); //go back to first
    }
    rotate(); //eklentileri.blogspot.com
    }, 7000); //Timer speed in milliseconds (3 seconds)
    };

    rotateSwitch(); //Run function on launch

    //On Hover
    $(&quot;.image_reel a&quot;).hover(function() {
    clearInterval(play); //Stop the rotation
    }, function() {
    rotateSwitch(); //Resume rotation
    });

    //On Click
    $(&quot;.paging a&quot;).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/AVvXsEjTORWqaBoPYRJAEeWQ1EpXddkYaDXPX84dxyanvgD-Tn8NioBo_TK27dfL9V2wk6FBNw3MBWQiV-sZkgZGYGgc1ffOzMQsDUUKX0QuHBnyhdGcuAM3VROjRXcbI9wUaXL6hSNeKIMGdlKY/s1600/slider-image-1.jpg" alt="" /></a>


    <a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAwqQFqTNl2aMItMonR1pEPVwLTQlhxnS25NIDDUsnsgRwlPMUpPXjIGH_0i83wWoU7jjaiuLZQZMWQlKI1RTLNyUGJOGrn4c3O4ost4qjNqME8PlJw9S7C_Qd6Tn7d2YmGcsMstNl-Pod/s1600/slider-image-2.jpg" alt="" /></a>


    <a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTfpHkTOwCznLTkT0cWvPytzftqXVBP5ovBLbfM4ofeRykzmRTQn2QGorBic_0lBEGUR3s7V-Ka-T7uKZU2N2wPHBUwfRNdDcClUVHayLPDlvc4sI8_hlVcYDu6f5oUbgS12vupwb7Hh1Q/s1600/slider-image-3.jpg" alt="" /></a>


    <a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdRQdNku-4Bn4lsjZ2OHwwnr5j65s8pKRHZcUeZorGMDEiUq1wzF_sgo_yYVaV-_rRmPA8iDJjsjZ-KhxzSfSjF0lSt5MEXkHNvVygca0E_NYEHdyQ9X5Z7SfoegkwZB5I5-teGRfxIQYo/s1600/slider-image-4.jpg" alt="" /></a>

    <a href="http://eklentileri.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJUW2zhJk-zGtK9WqyrevYZYI23GKHVkeLe0Yv8jFumu07XSTj-4KYvqHj4Ym5sN2c_u0DYUlzPiGkPwqOzoSTfkiPcD1BKqAArZM9TJyNYE95BL7Lz04tfVEt-hD17Elz1j-Qolra-gE_/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

    Leave a Reply

    Subscribe to Posts | Subscribe to Comments

  • Copyright © 2013 - Hyperdimension Neptunia

    Blogger Ve Wordpress Tema Arşivi - Powered by Blogger - Designed by Johanes Djogan