[Javascript] How to change scrollbar color in a multiple selectinput

Peter Brunone peter at brunone.com
Mon Apr 5 10:58:18 CDT 2004


Hi Steve,

	Unfortunately, the <select> is a very different animal.  Since
it's technically a windows object and not native to the browser, it
follows very different rules (you may have noticed other limitations in
your attempts to bend it to your will).

	<shameless plug>If you're working with ASP.NET, I recommend a
third-party component like EasyListBox (www.easylistbox.com) as an IE
alternative (Mozilla browsers still use the old <select>, but that's on
my "to do" list)</shameless plug>.

Cheers,

Peter Brunone

-----Original Message-----
From: javascript-bounces at LaTech.edu On Behalf Of Steve Borruso

Greetings,

My first time appending.

I haven't been able to alter/control the colors of the scrollbar 
of a <select multiple> form input. Have played with the main 
browser window scrollbar, textarea form inputs, etc. but haven't been
able to do this, or find any doc/examples that do this with 
a multiple select input. 

Any assistance/advice is most appreciated.

Thanks,
Steve      





More information about the Javascript mailing list