ciao duri93!!
ho trovato la soluzione.. è fatta coi CSS3 però funziona solo con chrome e non con firefox o IE.
comunque ti allego il codice che devi usare:
codice:
::-webkit-scrollbar{width:8px;
height:5px;
background: #eeeeee;
margin-right: 10px;
}
::-webkit-scrollbar:hover{background-color:#eeeeee;
border: none;
}
::-webkit-resizer{-webkit-border-radius:4px;
background-color:#ffffff;
border: none;
}
::-webkit-scrollbar-thumb{min-height:5px;
min-width:5px;
-webkit-border-radius:4px;
background-color: #aaaaaa;
border: none;
}
::-webkit-scrollbar-thumb:hover{background-color: #666666;
border: none;
opacity: 0.85;
}
::-webkit-scrollbar-thumb:active{background-color: #333333;
border: none;
}
se usi un editor (io uso netbeans) potrebbe darti errore sui :: ma è giusto così..
adesso divertiti a cambiarlo