T O P I C R E V I E W |
Fouch |
Posted - 20 Apr 2006 : 22:02:15 Is it possible to change the looks of the scrollbar in DHE. The standard windows scrollbar is very "present".
Fouch |
2 L A T E S T R E P L I E S (Newest First) |
Fouch |
Posted - 21 Apr 2006 : 11:22:45 Davide
Thank you, i will give it a try.
Fouch |
s.dav |
Posted - 21 Apr 2006 : 09:02:25 Actually the only way to do this is by adding this style element to the header code of your page:
<style type="text/css"> body { SCROLLBAR-FACE-COLOR: #e4e6e8; SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3; SCROLLBAR-SHADOW-COLOR: #f3f3f3; SCROLLBAR-ARROW-COLOR: #1f4a74; SCROLLBAR-BASE-COLOR: #cccccc; scrollbar-dark-shadow-color: white; scrollbar-3d-light-color: #9BAAC1; } </style>
|