Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to color scrollbars in IE5.5+

Dreamweaver FAQs

How to color scrollbars in IE5.5+

by  TulsaJeff  Posted    (Edited  )
This is something found at dynamicdrive.com concerning the modifications that can be made to scrollbars on IE5.5+.

Scrollbar Colors customization IE5.5

Credits: Dynamicdrive.com

Description: Take your web design off road and beyond the webpage, by coloring your document's scrollbars. Visible in IE5.5+, every aspect of the bar can be colorized, from the arrow heads, bar background, to even the bar's shadows.

Directions:

Just add the following stylesheet into the <head> section of your page

<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>

Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top