- From: Mjumbe Ukweli <mjumbewu@hotmail.com>
 - Date: Fri, 27 Apr 2001 10:43:58 -0400
 - To: dylans@yahoo.com, www-style@w3.org
 
>I feel that you don't need a special way to style a
>scrollbar, but you need a way to reference it, i.e.:
>
>scrollbarBase
>{color:#000000;background-color:#ffffff;}
>scrollbarArrow {}
>etc. (hopefully with a better nomenclature)
>
>rather than "polluting" css with a number of
>additional properties.
>
good point.  perhaps even a pseudo-element:
  #element1 {
    width: 100px;
    height: 100px;
    overflow: scroll;
  }
  #element1:scrollbar-base {
    border: 1px dashed #0080ff;
    background-image: url(scrbar.gif);
  }
or something of the sort.
                                                  • mjumbe •
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Received on Friday, 27 April 2001 10:44:38 UTC