HighDots Forums  

Div style question- How to change grey default color scrollbar

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Div style question- How to change grey default color scrollbar in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
newaccount`causemacromedi webforumsuser@macromedia.com
 
Posts: n/a

Default Div style question- How to change grey default color scrollbar - 01-25-2004 , 05:22 AM






Hi, Does anyone know how to change the color of the scrollbar from the normal grey default? Thanks a lot

<div style="border: 0px solid; overflow: auto; padding: 0; margin: 0; width: 131px; height: 210px;>




Reply With Quote
  #2  
Old   
Capt. Verde
 
Posts: n/a

Default Re:Div style question- How to change grey default color scrollbar - 01-25-2004 , 09:16 AM






Howdy, I've attached a code snippit that if inserted into the <body> </body> section of your page will color your scroll bars, just modify the colors as you need. I should mention however that this coloring of scroll bars only affects IE...and then only IE5 and later I believe. Other browsers will not change color.

BODY{
scrollbar-highlight-color:#787878;
scrollbar-shadow-color:#4F4F4F;
scrollbar-track-color:#565652;
scrollbar-face-color:#666666;
scrollbar-arrow-color:#999999;
scrollbar-darkshadow-color:#000000;
scrollbar-3dlight-color:#565652;
}

Hope this helps!

Capt. Verde


Always remember, no matter where ya go....there ya are!

Reply With Quote
  #3  
Old   
Nadia Perre
 
Posts: n/a

Default Re: Re:Div style question- How to change grey default color scrollbar - 01-25-2004 , 09:37 AM



If you really want to use this, it should be applied to the html tag.
There is an extension at www.dreamlettes.com


--
Nadia
~~~~~~~~~~~
Dreamweaver Templates:Web Tools
http://www.DreamweaverResources.com
"FREE" & Commercial NavBar Menu Sets
Ecommerce-Shopping Cart
Search Engine Tips & Tricks (SEO)
--------------------------------------


"Capt. Verde" <steve (AT) capt-verde (DOT) net> wrote

Quote:
Howdy, I've attached a code snippit that if inserted into the <body
/body> section of your page will color your scroll bars, just modify the
colors as you need. I should mention however that this coloring of scroll
bars only affects IE...and then only IE5 and later I believe. Other browsers
will not change color.
Quote:
BODY{
scrollbar-highlight-color:#787878;
scrollbar-shadow-color:#4F4F4F;
scrollbar-track-color:#565652;
scrollbar-face-color:#666666;
scrollbar-arrow-color:#999999;
scrollbar-darkshadow-color:#000000;
scrollbar-3dlight-color:#565652;
}


Reply With Quote
  #4  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Div style question- How to change grey default color scrollbar - 01-25-2004 , 07:14 PM



newaccount`causemacromedi webforumsuser wrote:

Quote:
Hi, Does anyone know how to change the color of the scrollbar from the
normal grey default?
1) My scrollbars are not grey.
2) You can't change it (only in IE/Win with some proprietary MS-stuff).

Micha


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.