|
-
Feb 20th, 2002, 02:33 PM
#1
Thread Starter
Lively Member
nav bar
i see this all the time but dont know how its done.
Anyone know how to change the color of the navigation bar?
"Sometimes the only way you can feel good about yourself is by making someone else look bad And I'm tired of making other people feel good about themselves"-Homer Simpson
-
Feb 20th, 2002, 04:56 PM
#2
the scroll bar? what navigation bar?
-
Feb 20th, 2002, 06:55 PM
#3
Thread Starter
Lively Member
yeah i'm dumb thats what i mean scroll bar.
"Sometimes the only way you can feel good about yourself is by making someone else look bad And I'm tired of making other people feel good about themselves"-Homer Simpson
-
Feb 20th, 2002, 11:06 PM
#4
ok here you go
For scroll bars color, goes between head tages. you can change the colors to anything you want as long as they are in hex unless you use like white or black and a couple of other colors.
Code:
<style>
body{scrollbar-3d-light-color:#FF0000;
scrollbar-arrow-color:#FF0000;
scrollbar-Base-color:#000000;
scrollbar-track-color: #000000;
scrollbar-dark-shadow-color:#330000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#FF0000;
scrollbar-shadow-color:#990000;
</style>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|