A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Browser Bar Change?

  1. #1
    Massah o de obitwang narcisis's Avatar
    Join Date
    Jun 2002
    Location
    Underneath your nails.
    Posts
    147

    resolved

    Yo, I have a question about bars.

    I dont think this is flash related, but, how do you change the graphic look on the scrollbars of the browser window?

    I mean.. you know you'll goto a website and the scrollbar on the right won't be the usual grey and lightgrey, it'll be some other color scheme or just a completely new graphic. Like here...

    http://pages.intnet.mu/jeff1/loaded/index.html

    Anyone know?

  2. #2
    ahajjaj
    Guest
    hi
    from the source of that page , its obvious that you should place this in the head of the page
    <STYLE TYPE="text/css">
    BODY {
    scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #006699;
    scrollbar-highlight-color: #006699;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #006699;
    }
    </STYLE>

    im not sure but i think this option is available on explorer 6.o

    if this doesnt work, try the style sheets

    regards
    Ali

  3. #3
    Senior Member
    Join Date
    Aug 2001
    Location
    Tucson, AZ
    Posts
    257
    That sweet feature should work in both ie 5.5 and 6

  4. #4
    here is a cool tool. its a generator that makes colored scrolbars.
    http://www.harmonyhollow.net/cws.shtml
    *Free download

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

HTML5 Development Center