javascript - Possible to style a select slider with JS or JQuery? -


i can't find way style scrollbar of drop down menu, solutions divs not elements. have tried javascript , jquery plugins unsuccessful.

you can see issue in question here (http://liquor.com/asp-test) - click drop down under type of alcohol , you'll see scrollbar wish style.

this not possible, except in ie, unless emulate drop down menu using div you've mentioned. scrollbars considered part of browser chrome.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -