Hey there...
I have seen others asking this same question (very old posts) and no luck anywhere....
does anyone know how to style the scrollbar in the listbox object?
ive tried importing a css style sheet & had no luck (might be my syntax within the style sheet)
#myIncorrectList -webkit-scrollbar-thumb {
background: #d23737;
border: 4px none #99a30a;
border-radius: 20px;
}
i get no errors...i just get the same old standard scroll bar.
any insight or help is appreciated!
-Rik
p.s. I HAVE TO USE THE LISTBOX (for accessibility reasons)