apr18
Ho scoperto da poco che c'è un modo per impostare lo stile delle scrollbar anche su firefox.
Ovviamente con il css che funziona anche per explorer. Ad esempio ho trovato queste classi:
- .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0px;
left: 0px;
}
.hscrollerbase {
height: 17px;
background-color: #eae9e9;
visibility: visible !important;
}
.hscrollerbar {
height: 17px;
background-image: url('../img/hscroller.gif');
background-repeat: repeat;
background-color: #d6d6d6;
padding: 0px 19px 0px 19px;
}
.hscrollerbasebeg {
background-image: url('../img/hscrollerbasebeg.gif');
height: 17px;
width: 17px !important;
}
.hscrollerbaseend {
background-image: url('../img/hscrollerbaseend.gif');
height: 17px;
width: 17px !important;
}
quindi oltre ad impostare i colori è possibile ache utilizzare immagini.... buono a sapersi no? :)