Click to See Complete Forum and Search --> : Making color scroll bar using Dreamweaver??
Miss Strawberry
11-09-2006, 01:59 PM
Hi..
I want to know who to make a color scroll bar using Dreamweaver??
Anyone Knows please tell me :)
Thanks,
Miss strawberry
ryanbutler
11-09-2006, 04:43 PM
You can't inherently w/ DW, but here's the code:
<!--[if IE]>
<style type="text/css" screen="media">
html{scrollbar-face-color: #cc9900;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color:#000000; scrollbar-3dtrack-color: #666666;
scrollbar-arrow-color: #000000;}
</style>
<![endif]-->
The conditional comment is so your page will validate. This won't work in FF or Opera, only IE.
Miss Strawberry
11-09-2006, 04:53 PM
Thank You so Much!!
Miss Strawberry
TFitz
11-17-2006, 01:33 PM
That's great! I'm adding that to the Volunteer Website I'm working on.
Thanks for the code!
shapi
06-10-2008, 03:09 PM
You can't inherently w/ DW, but here's the code:
<!--[if IE]>
<style type="text/css" screen="media">
html{scrollbar-face-color: #cc9900;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color:#000000; scrollbar-3dtrack-color: #666666;
scrollbar-arrow-color: #000000;}
</style>
<![endif]-->
The conditional comment is so your page will validate. This won't work in FF or Opera, only IE.
can you make this but on horizontal scroll:confused: bar
i need coffe......:(
felgall
06-10-2008, 09:09 PM
It affects all the scrollbars in IE (both vertical and horizontal) unless the browser owner turns it off.