Volevo sapere se sapete dirmi come fare per realizzare la barra di scorrimento laterale di explorer (normalmente grigia) di colore e forma differente.... ossia come custumizzarla.... grazie in anticipo
Volevo sapere se sapete dirmi come fare per realizzare la barra di scorrimento laterale di explorer (normalmente grigia) di colore e forma differente.... ossia come custumizzarla.... grazie in anticipo
by Wolfman
body
{
SCROLLBAR-SHADOW-COLOR: #dee3e7;
SCROLLBAR-FACE-COLOR: #dee3e7;
SCROLLBAR-ARROW-COLOR: #006090;
SCROLLBAR-TRACK-COLOR: #efefef;
SCROLLBAR-BASE-COLOR: #ccccff;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #d1d8dd;
SCROLLBAR-DARKSHADOW-COLOR: #98aab0;
}
Heaven's closed. Hell sold out.
Linux 2.6.26-2-amd64
Debian squeeze
Scusami ma come lo devo inserire il codice sull'Html???
by Wolfman
Inseriscilo così tra i tag <head></head>, come il javascript.
<style type="text/css">
body
{
SCROLLBAR-SHADOW-COLOR: #dee3e7;
SCROLLBAR-FACE-COLOR: #dee3e7;
SCROLLBAR-ARROW-COLOR: #006090;
SCROLLBAR-TRACK-COLOR: #efefef;
SCROLLBAR-BASE-COLOR: #ccccff;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #d1d8dd;
SCROLLBAR-DARKSHADOW-COLOR: #98aab0;
}
</style>