Re: Styeling a ListBox

2011-03-03 Thread Alex D.
Form elements are implemented by the browser, you are very limited in terms of customization (both Ui and functional). I remember an old post where somebody was asking how to customize an upload form - same issue - you cannot do that. What you can do is have a custom 3rd party (or your own) widget

Styeling a ListBox

2011-03-02 Thread K
Hi, I wish to change the way ListBox looks using CSS - Change the border color - Tried using the usual border-color:red. Worked on Firefox. No effect on IE Still the standard blue color - Change the Color of the arop down arrow. No idea how to go about doing it. regards K -- You received this

Re: Styeling a ListBox

2011-03-02 Thread Ben Imp
You can probably simulate a red border by surrounding the list box with a div, which you could add a border color to. IE should actually listen to that one. I don't think you can style the drop down arrow at all. From my understanding, form elements are kind of limited in how you can alter