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 that mimics that functionality.
Alex. On Mar 2, 6:38 pm, Ben Imp <[email protected]> wrote: > 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 their appearance. > > -Ben > > On Mar 2, 9:27 am, K <[email protected]> wrote: > > > > > > > > > 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 message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
