Results 1 to 4 of 4

Thread: nav bar

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    medina, OH
    Posts
    125

    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

  2. #2
    scoutt
    Guest
    the scroll bar? what navigation bar?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    medina, OH
    Posts
    125
    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

  4. #4
    scoutt
    Guest
    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
  •  



Click Here to Expand Forum to Full Width