Results 1 to 7 of 7

Thread: Why is it possible, in a CSS, to alter the props of a scrollbar...but not a combobox!

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Unhappy Why is it possible, in a CSS, to alter the props of a scrollbar...but not a combobox!

    using:
    Code:
    BODY, SELECT
    {
    scrollbar-face-color:red;
    scrollbar-shadow-color: Maroon;
    scrollbar-highlight-color: #FF7F50;
    scrollbar-3dlight-color:pink;
    scrollbar-darkshadow-color:darkgreen;
    scrollbar-track-color: green;
    scrollbar-arrow-color: white;
    }
    so...why can't you do anything like this with a combo???

    Woka

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Probably because it is not supported?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Because MS didn't create proprietary tags for comboboxes?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  4. #4
    Addicted Member
    Join Date
    Sep 2002
    Location
    Durham, NC, US
    Posts
    218

    Re: Why is it possible, in a CSS, to alter the props of a scrollbar...but not a combobox!

    [QUOTE]Originally posted by Wokawidget
    Code:
    BODY, SELECT
    {
    scrollbar-face-color:red;
    scrollbar-shadow-color: Maroon;
    scrollbar-highlight-color: #FF7F50;
    scrollbar-3dlight-color:pink;
    scrollbar-darkshadow-color:darkgreen;
    scrollbar-track-color: green;
    scrollbar-arrow-color: white;
    }
    I wanted to point out that this is not CSS. What you have here is MS proprietary style elements, but not CSS.

    If you directly affect these, you will undermind accessibility. The civilized world understands this. MS will eventually decide that there can be no variation in its user base, and accessibility will not be an issue.
    Travis, Kung Foo Journeyman

    Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
    Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    OSS: Mozilla, MySQL (Manual)

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Actually it is CSS. It just isn't valid CSS1 2 or 3. But it is valid CSS MS-version.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  6. #6

  7. #7
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    You can't. Not the scrollbars.
    My evil laugh has a squeak in it.

    kristopherwilson.com

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