PK

ADDRLIN : /home/anibklip/adhocacademy.com/offerzoo/includes/css/
FLL :
Current File : /home/anibklip/adhocacademy.com/offerzoo/includes/css/scrol.css




#main_content {
height:200px;
left:0px;;
overflow:auto;
	overflow-y: hidden;

top:0px;;
width: 215px !important;
}

.ssb_down {
background:transparent url(../../img/icon-arrow-down.png);
bottom:0;
cursor:pointer;
position:absolute;
right:0;
}

.ssb_sb {
background:transparent url(../../img/scrol.png) no-repeat;
cursor:pointer;
position:absolute;
right:0;
height: 31px !important;
width: 14px !important;
}
/*
.ssb_sb_down {
background:transparent url(back.png);
}

.ssb_sb_over {
background:transparent url(back.png);
}  */

.ssb_st {
background:transparent url(../../img/scroling.png);
cursor:pointer;
height:100%;
position:absolute;
right:0px;
top:0;
width: 16px !important;
}

.ssb_up {
background:transparent url(../../img/icon-arrow-up.png);
cursor:pointer;
position:absolute;
right:0;
top:0;
}

.parent {
font-family:verdana;

}




/*--------------------------------------------------------------------------------------------------------------------*/

.scrollbar{
width:150px;
height: 125px;
background-color:lightgray;
margin-top:40px;
margin-left:40px;
overflow-y:scroll;
float:left;
}
.content{
height:450px;
} 
#ex3::-webkit-scrollbar{
width:16px;
background-image:url(../../img/scroling.png);
} 
#ex3::-webkit-scrollbar-thumb{

background-image:url(../../img/scrol.png);
border-radius:10px;
}

#ex3::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
} 


PK 99