views:

543

answers:

2

I don't have enough space to change its width on click or any stuff like that. I need the main select to keep its orginal size with wider options.

I'm using jQuery / IE6

10x

A: 

try specifying width attribute: <select width="100px">

TheVillageIdiot
I think he wants something like <select name="foo"><option style="width:500px;" name="foo" value="bar">FooBar</option></select>but only in javascript or jquery
somacore