[jQuery] Putting a table inside a HTML drop down select box

2010-01-21 Thread fachhoch
is there any way to put table inside a HTML drop down select box -- View this message in context: http://old.nabble.com/Putting-a-table-inside-a-HTML-drop-down-select-box-tp27262269s27240p27262269.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Re: [jQuery] open drodown

2009-12-26 Thread fachhoch
size property (http://www.w3schools.com/TAGS/att_select_size.asp) from 1 to # of children and back again: (working) case in point: http://jsbin.com/iloqa/edit On Dec 26, 1:45 pm, fachhoch fachh...@gmail.com wrote: My select drop down   is inside a div , I am wondering if jquery has any

[jQuery] make table wisth adjustable

2009-12-22 Thread fachhoch
is there anything available to automatically turn my table , into adjustable width columns table ? -- View this message in context: http://old.nabble.com/make-table-wisth-adjustable-tp26897575s27240p26897575.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

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'/); $('.wrapper').find('select

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

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 fachhoch
this Charlie Tomlinson wrote: 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

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] 508 accessibility for tabs

2009-12-09 Thread fachhoch
I have tabs in my page attached is the image. I need suggestions on making the tabs 508 , please suggest me on tricks or ways to make tabs inside a page 508, also link for tabs i ma talking http://flowplayer.org/tools/tabs.html here is the image

[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

[jQuery] here is my html

2009-12-09 Thread fachhoch
here is my html [CODE] div style= margin-bottom: 0.5em; font-weight: bold; width: 100%; border: 1px solid #0079D6 ; div style=float: left; width: 75%; ul style=margin: 0pt 0pt 0.5em 0.5em; list-style-type:

[jQuery] 508 accessibility

2009-07-09 Thread fachhoch
I created expand collapse behavior using jquery , please suggest me is there any thing in jquery api which adds necessary attributes to make it 508 accessible ? -- View this message in context: http://www.nabble.com/508-accessibility-tp24356957s27240p24356957.html Sent from the jQuery