background-image: url(URL address of your image);

Learning Everythings l Software

A kan leng tu nan dih lak cungah kan i lawm. Mah blog cu Laimi nih ser mi a si.

Tuesday 10 May 2016

14th Best Scrollbars for Blogger

css scrollbar style

Tuni cu na Blogger chung ah "Scrollbars" thleng ningcang tete tlawmbal ka van langh ter duh than. Hi Scrollbars thleng a duhmi hna caah tiah kan van langh ter hlei ah a thiam lo mi le a herh mi tete kan um sual ah tiah ka van langh ter than.

A tuah ning fawi tuk!

1) Hmasa bik ah na blogger on law Template>>Customize ah kal piak ding.
2) Na tuahmi tlam a tling cang ahcun, Advanced kha Click law CSS box chung ah a tang lei Code hi Copy law Paste piah..
3) Apply to Blog hmeh ding!

Scrollbars caah na duhmi naa thim kho.

1)
Blue lined css Scrollbar style

 ::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 border-radius: 10px;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #3366FF;
 border-radius: 10px;
 background-image: -webkit-linear-gradient(0deg,
                                           rgba(255, 255, 255, 0.5) 25%,
             transparent 25%,
             transparent 50%,
             rgba(255, 255, 255, 0.5) 50%,
             rgba(255, 255, 255, 0.5) 75%,
             transparent 75%,
             transparent)
}

2)
Green CSS Scrollbar style

 ::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
 background-color: #F5F5F5;
 border-radius: 10px;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 background-color: #FFF;
 background-image: -webkit-gradient(linear,
            40% 0%,
            75% 84%,
            from(#4D9C41),
            to(#19911D),
            color-stop(.6,#54DE5D))
}

3)


Red N' Black css Scrollbar

::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
 border-radius: 10px;
 background-color: #444444;
}
::-webkit-scrollbar
{
 width: 12px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 background-color: #D62929;
 background-image: -webkit-linear-gradient(90deg,
             transparent,
             rgba(0, 0, 0, 0.4) 50%,
             transparent,
             transparent)
}

4)
Gray gradient css Scrollbar

 ::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
 background-color: #CCCCCC;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #FFF;
 background-image: -webkit-linear-gradient(90deg,
                                           rgba(0, 0, 0, 1) 0%,
             rgba(0, 0, 0, 1) 25%,
             transparent 100%,
             rgba(0, 0, 0, 1) 75%,
             transparent)
}

5)





Black N Grey css Scrollbar style

::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 border-radius: 10px;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #AAA;
 border-radius: 10px;
 background-image: -webkit-linear-gradient(90deg,
                                           rgba(0, 0, 0, .2) 25%,
             transparent 25%,
             transparent 50%,
             rgba(0, 0, 0, .2) 50%,
             rgba(0, 0, 0, .2) 75%,
             transparent 75%,
             transparent)
}

6)
Orangey css Scrollbar style

 ::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #F90;  background-image: -webkit-linear-gradient(90deg,
                                           rgba(255, 255, 255, .2) 25%,
             transparent 25%,
             transparent 50%,
             rgba(255, 255, 255, .2) 50%,
             rgba(255, 255, 255, .2) 75%,
             transparent 75%,
             transparent)
}

7)


Balcky css Scrollbar style

::-webkit-scrollbar-track
{
 border: 1px solid black;
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #000000; }

8)
 Blue grad css scrollbar style

::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 border-radius: 10px;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(122,153,217)),
            color-stop(0.72, rgb(73,125,189)),
            color-stop(0.86, rgb(28,58,148)));
}

9)
Orange shaded css Scrollbar style

 ::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #F90;  background-image: -webkit-linear-gradient(45deg,
                                           rgba(255, 255, 255, .2) 25%,
             transparent 25%,
             transparent 50%,
             rgba(255, 255, 255, .2) 50%,
             rgba(255, 255, 255, .2) 75%,
             transparent 75%,
             transparent)
}

10)


Bluety css Scrollbar style

::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                    color-stop(.5, rgba(255, 255, 255, .2)),
        color-stop(.5, transparent), to(transparent));
}

11)
Blacky I css scrollbar style

 ::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #000000;
 border: 2px solid #555555;
}

12)




Balcky css scrollbar style

::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 6px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 background-color: #000000;
}

13)
Red-Shade css scrollbar style

::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 12px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #D62929;
}

14)

Grey css Scrollbar style

 ::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar
{
 width: 12px;
 background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #555;
}

"Back to Top" Blog ah Chiah Ningcang!



Tuni cu kan blog chung ah "Back to Top" timi Botton te kan chiah hna lai, na blog ah a um rih lo, le na duh a si ahcun fawi tein na blog chungah kan khum hna lai.

1) Hmasa bik ah Blogger.com ah kal law >>Na Blog>>Layout>>Add A Gadget>>HTML/JavaScript ah kal ding..
2) A tang i code ka ka chiahmi hi copy law HTML/JavaScript BOX chung ah kan Paste piak.



<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" >


/***********************************************

* Scroll To Top Control script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)

* Modified by http://cawnnakes.blogspot.ca/

* This notice MUST stay intact for legal use

* Visit Project Page at http://www.dynamicdrive.com for full source code

***********************************************/


var scrolltotop={

    //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control

    //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).

    setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},

    controlHTML: '<img src="Hmanthlak Link" />', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"

    controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ bottom of window corner

    anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
    state: {isvisible:false, shouldvisible:false},


    scrollup:function(){

        if (!this.cssfixedsupport) //if control is positioned using JavaScript

            this.$control.css({opacity:0}) //hide control immediately after clicking it

        var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)

        if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists

            dest=jQuery('#'+dest).offset().top

        else

            dest=0

        this.$body.animate({scrollTop: dest}, this.setting.scrollduration);

    },


    keepfixed:function(){

        var $window=jQuery(window)

        var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx

        var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety

        this.$control.css({left:controlx+'px', top:controly+'px'})

    },


    togglecontrol:function(){

        var scrolltop=jQuery(window).scrollTop()

        if (!this.cssfixedsupport)

            this.keepfixed()

        this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false

        if (this.state.shouldvisible && !this.state.isvisible){

            this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])

            this.state.isvisible=true

        }

        else if (this.state.shouldvisible==false && this.state.isvisible){

            this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])

            this.state.isvisible=false

        }
    },
   
    init:function(){
        jQuery(document).ready(function($){
            var mainobj=scrolltotop
            var iebrws=document.all
            mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
            mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
            mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
                .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
                .attr({title:'Scroll Back to Top'})
                .click(function(){mainobj.scrollup(); return false})
                .appendTo('body')
            if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
                mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
            mainobj.togglecontrol()
            $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
                mainobj.scrollup()
                return false
            })
            $(window).bind('scroll resize', function(e){
                mainobj.togglecontrol()
            })
        })
    }
}
scrolltotop.init()
</script>

3)  Na Paste mi dih cun a tang lei hmanthlak code kan pek mi hna hi na duhmi thim law Hmanthlak Link ka tinak ah khan code chiah ding a si lai.

Top.png (25×25)
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE2NVvFJvipV_x0T1Gofv5c0g7DWRYWAz2s0iiRz6rTXzFbw-hffJkEHQ9EiAGWdbOFyxB4FCekEa2XklY_EX_vaRRAjswS_gG1UC0Ce5W_ZEgtbXqfuo7YireRXNPiJtX5IhL2jTj43M/s400/Top.png
Back-to-top.png (21×30)
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis8Lpidjiw4zQ_NZ4iYdYOhtfqv6Jd4KHfblh-rWWJgODOu39dDRWxR-HHs31xnj8iPTxkXco2W-5AMibUolM8IAsUhGct4tuCRadfgJpZBd2RE_IEfoPNPBwVr2NFa490IMsgHq81BZM/s400/Back-to-top.png
back-to-top-small-1[4].png (30×34)
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHifsP1usS8EcDXZ1pc6wb8b5sXcGUIL9ZWFPh7QabfYu2r8G4GU_zlGAl95IZdZe463G-SdFOvwKxwk8OjUduK2u6f0s3KM-TnE0rdMC3vM3VY7fYjtYXpj5LB14xLzupgwwIt0CUjx0/?imgmax=800
back-to-top-button.gif (72×107)
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFrjitxSFcJ94k1_UdA6lWjLPUuISwpqREzes-Bfrp9kBgzLo3QI6scF6k4h9rsPT14fNQ39LZINNHBFL3go5UocY1GOVhQbwZHvA4mChcNV-UIaNsf9b4hfFE-w48zBNYgaiEBK-CELdZ/s1600/back-to-top-button.gif