Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Chris on Jul 28, 2008 06:15
open dhtmlx forum
Combobox list scrollbar color

Hi again :)

I wanted to change the blue color of the scroll bar in the dropdownlist...
But I haven't got a clue how to do this...
I already changed the image of the downarrow and the borders of the box, but the list scrollbar won't change its blue color...
Answer posted by Support on Jul 28, 2008 09:09
There is no crossbrowser way to set custom styling for scrollbars.
In case of IE it can be done by adding next css rule

    .dhx_combo_list { scrollbar-base-color: red; }
Answer posted by Chris on Jul 28, 2008 23:00
It was meant for IE, so thanx! :)