Originariamente inviato da Jerry Masslo
guardate che la barra non si vede ma c'è, sarà dello stesso colore, però se provate ad andare nel punto dove dovrebbe essere la trovate. Una cosa del genere:
<html>
<head>
<title>Test of non-standard scrollbar properties</title>
<style type="text/css">
body, html {
scrollbar-face-color: silver;
scrollbar-shadow-color: silver;
scrollbar-highlight-color: silver;
scrollbar-3dlight-color: silver;
scrollbar-darkshadow-color: silver;
scrollbar-track-color: silver;
scrollbar-arrow-color:red;
height:100%;
}
body {
background:silver;
}
div {
background-color: #CCCCCC;
height: 100%;
width: 100%;
margin:4em;
}
</style>
</head>
<body>
<div>
barre
</div>