| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Title Bar Color change
Hi guys,
How can I change the color of my Title bar to black and the scroller and the top/down arrows to Red? Is this CSS Style? Cheers , Tr>inman |
|
#2
|
||||
|
||||
|
For the scrollbar you can use CSS to do this:
Code:
Place this code inside of the HEAD tags or make a class and use it in an external style sheet:
<style>
<!--
BODY{scrollbar-face-color: #000000; scrollbar-shadow-color: #666666; scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #666666; scrollbar-darkshadow-color: #990000; scrollbar-track-color: #444444; scrollbar-arrow-color: #DD0000;}
-->
</style>
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Vote for your favorite Search Engine in this Poll located over at the free lounge: http://forums.aspfree.com/t31038/s.html |
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > Title Bar Color change |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|