jetiro
Head Administrator
Global user
Registered: 10-2006
Location: Under a Spruce Bow
Posts: 193
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Style for IE colored scrollbars
Color coordinate your scrollbars to match your page...this bit of CSS will add color to your scrollbars.
Feel free to play with the color#
Just Copy Ctrl+c and Paste Ctrl+v into your top most panel's html editor.
<style>
body {
scrollbar-track-color: #006666;
scrollbar-face-color: #006666;
scrollbar-arrow-color: #33cc99;
scrollbar-shadow-color: #33cc99;
scrollbar-highlight-color: #33cc99;
scrollbar-3dlight-color: #006666;
scrollbar-darkshadow-color: #006666;
}
</style>
--- Live Learn Love and Laugh
|
|
14/Dec/2007, 4:37 pm
|
Send Email to jetiro
Send PM to jetiro
Blog
|