Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Scrollbar appearance

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

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>

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000