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 that mimics that functionality.

Alex.

On Mar 2, 6:38 pm, Ben Imp benlee...@gmail.com 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 upadhya...@gmail.com 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 their appearance.

-Ben

On Mar 2, 9:27 am, K upadhya...@gmail.com 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.