Forum Moderators: open
blue widget 1
red widget 2
deep blue widgets created on a sunny afternoon
deep blue widgets created on a sunny morning
The users probably see 'deep blue widgets created' and cannot choose properly.
Anyone got a solution?
Can stickymail for details/design and real world sample...
thanks in advance!
This problem only occurs in IE yes? NS extends the dropped selection width according to the widest field. If my memory serves me right, the only way of allowing IE to extend to show all, is by either setting the <select> to the widest occurrence of the dropped options (and this is not really an option), or creating a custom select box with the use of both CSS and JavaScript. The later suggestion can be a little painful for both usage and creation. I don't think there are any other ways of getting the desired effect in IE.
-George