Re: [jQuery] huge drop down

2009-12-21 Thread fachhoch
is my question not clear ? please help me reoslve this fachhoch wrote: after big search I got this code $(document).ready(function(){ $('#program').wrap(div class='wrapper'/div); $('.wrapper').after(div class='selectArrow'/);

Re: [jQuery] huge drop down

2009-12-21 Thread fachhoch
Sorry .I am a java programmer , but dumb with css ,java script and specially working with IE , unfortunately every body has to work for IE, sorry again Scott Sauyet-2 wrote: On Dec 21, 1:11 pm, fachhoch fachh...@gmail.com wrote: is my question not clear ? please  help me reoslve this

Re: [jQuery] huge drop down

2009-12-20 Thread fachhoch
that did not help me , I triedgoogle search but none of them worked for me , please, jquery experts tell me how to CONTROL WIDTH of dropdown IN IE , Scott Sauyet-2 wrote: You might look at a plug-in like: http://code.google.com/p/dropdown-check-list/ Good luck, -- Scott

Re: [jQuery] huge drop down

2009-12-20 Thread Charlie
IE gives limited support to what you can do to style selects. As suggested use a plugin, of which there are many, that convert select's to alternate html yet retain similar functionality fachhoch wrote: that did not help me , I triedgoogle search but none of them worked for me ,

Re: [jQuery] huge drop down

2009-12-20 Thread fachhoch
after big search I got this code $(document).ready(function(){ $('#program').wrap(div class='wrapper'/div); $('.wrapper').after(div class='selectArrow'/); $('.wrapper').find('select').mousedown(function(){

Re: [jQuery] huge drop down

2009-12-10 Thread Leonardo K
You can set the width with css. On Wed, Dec 9, 2009 at 23:48, fachhoch fachh...@gmail.com wrote: My page got a very big drop down list attached is the image http://old.nabble.com/file/p26720940/programs-drop-down.png I need suggestions in reducing the width of this drop down , I cannot

Re: [jQuery] huge drop down

2009-12-10 Thread fachhoch
It does not work in IE , what should I do for IE ? Bideshi wrote: hi there, it's so simple to do this, just add a style in your drop down control, select style=width:200px /select -- On Dec 10, 6:48 am, fachhoch fachh...@gmail.com

[jQuery] huge drop down

2009-12-09 Thread fachhoch
My page got a very big drop down list attached is the image http://old.nabble.com/file/p26720940/programs-drop-down.png I need suggestions in reducing the width of this drop down , I cannot replace the text inside this drop down , but I want to reduce the size overall , any suggestions ,help is