|
farbige scrollbalken in ebenen
ich möchte gerne diesen farbigen scrollbalken auf eine ebene (layer) setzen:
<style type="text/css">
body {
scrollbar-base-color:#333366;
scrollbar-track-color:#333366;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3d-light-color:#333366;
scrollbar-dark-shadow-color:#333366;
scrollbar-shadow-color:#F3F3F3;
scrollbar-arrow-color:#F3F3F3,
}
</style>
soll das ganze jetzt in den head-bereich (schon probiert, hat allerdings in der lokalen browservorschau nicht geklappt) oder in den tag des layers, oder wohin sonst....?
|