How set the scroll bar to be color

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • simon lee

    #1

    How set the scroll bar to be color

    Dear all,

    Please help me to set the scroll bar to be a specific color, thanks

    Simon


  • lallous

    #2
    Re: How set the scroll bar to be color

    That is done via CSS and not Javascript AFAIK.

    --
    Elias
    "simon lee" <thomas@yahoo.c om> wrote in message
    news:bq6kkj$edi $1@hfc.pacific. net.hk...[color=blue]
    > Dear all,
    >
    > Please help me to set the scroll bar to be a specific color, thanks
    >
    > Simon
    >
    >[/color]


    Comment

    • Frank Hoek

      #3
      Re: How set the scroll bar to be color

      but still: try www.coffeecup.com
      they've got scrollbareditor somewhere amongst the free downloads

      Frank

      "lallous" <lallous@lgwm.o rg> schreef in bericht
      news:bq78c6$1um fmo$1@ID-161723.news.uni-berlin.de...[color=blue]
      > That is done via CSS and not Javascript AFAIK.
      >
      > --
      > Elias
      > "simon lee" <thomas@yahoo.c om> wrote in message
      > news:bq6kkj$edi $1@hfc.pacific. net.hk...[color=green]
      > > Dear all,
      > >
      > > Please help me to set the scroll bar to be a specific color, thanks
      > >
      > > Simon
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Dante

        #4
        Re: How set the scroll bar to be color

        You could do that with Javascript.
        Try this and experiment:
        <A HREF="#" onMouseOver="do cument.body.sty le.scrollbarBas eColor='green'" >Change
        Color</A>

        Comment

        • tom

          #5
          Re: How set the scroll bar to be color

          Hi Simon,

          The scrollbar like every other control can be styled.
          Use scrollbar-face-color, scrollbar-arrow-color, scrollbar-highlight-color,
          .... there are many scrollbar properties.
          But this works only in internet explorer I heard.

          Sincerely
          Tom F.


          "simon lee" <thomas@yahoo.c om> wrote in message
          news:bq6kkj$edi $1@hfc.pacific. net.hk...[color=blue]
          > Dear all,
          >
          > Please help me to set the scroll bar to be a specific color, thanks
          >
          > Simon
          >
          >[/color]


          Comment

          • Lasse Reichstein Nielsen

            #6
            Re: How set the scroll bar to be color

            "tom" <thf@binarythm. com> writes:
            [color=blue]
            > The scrollbar like every other control can be styled.[/color]

            Not with CSS.
            [color=blue]
            > Use scrollbar-face-color, scrollbar-arrow-color, scrollbar-highlight-color,
            > ... there are many scrollbar properties.
            > But this works only in internet explorer I heard.[/color]

            It is a proprietary Microsoft extension to CSS, not standard. Opera 7
            has support for it too, but I believe it is turned off by default.

            /L
            --
            Lasse Reichstein Nielsen - lrn@hotpop.com
            DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
            'Faith without judgement merely degrades the spirit divine.'

            Comment

            • Albert Wagner

              #7
              Re: How set the scroll bar to be color

              On Fri, 28 Nov 2003 12:57:43 +0800
              "simon lee" <thomas@yahoo.c om> wrote:
              [color=blue]
              > Dear all,
              >
              > Please help me to set the scroll bar to be a specific color, thanks[/color]

              I would be greatly annoyed if you did that to me. I prefer to set my
              own control styles.

              --
              "Rats and roaches live by competition under the laws of supply and
              demand. It is the privilege of human beings to live under the laws of
              justice and mercy."
              - Wendell Berry

              Comment

              • Stephen Poley

                #8
                Re: How set the scroll bar to be color

                On Wed, 10 Dec 2003 13:44:06 +0100, "tom" <thf@binarythm. com> wrote:
                [color=blue]
                >The scrollbar like every other control can be styled.
                >Use scrollbar-face-color, scrollbar-arrow-color, scrollbar-highlight-color,
                >... there are many scrollbar properties.
                >But this works only in internet explorer I heard.[/color]

                And playing around with the scrollbar annoys quite a lot of people, so
                probably best left alone.

                --
                Stephen Poley

                Comment

                Working...