[jQuery] Re: Line Wrap on Multiple Select Box

2007-04-27 Thread Rob Desbois
My suggestion would be to set the title attribute of those options to equal the text. Then, when you hover over the whole text will be shown. Not entirely sure how you'd select the ones which are longer though - probably some checking of widths would achieve that. On 4/26/07, Ⓙⓐⓚⓔ [EMAIL

[jQuery] Re: Line Wrap on Multiple Select Box

2007-04-26 Thread Sharan
Yes Glen, here is the page which i m talking about : http://akswebsolutions.com/projects/jobsfed3/index3.html At the bottom under the occupations title you can see three select boxes. now i can't increase their width but some entries may be longer than the width of the select box. So i want

[jQuery] Re: Line Wrap on Multiple Select Box

2007-04-26 Thread Glen Lipka
In Firefox you can put white-space: normal on the OPTION tag. Couldn't seem to figure it out in IE. Maybe take a look at EXT's combobox. http://www.extjs.com/deploy/ext/examples/form/combos.html Check the plugins on jquery.com to see if someone made a multiple select box replacement. Hope this