[jquery-ui] Removing Doctype give unwanted font size

2009-05-25 Thread codef0rmer
Hi guys, In my html page, http://www.w3.org/1999/xhtml";> PPM - Powerful Project Manangement body { font:normal 11px Trebuchet MS; margin:0px; } The font applies to all the controls but does not support table height 100%. Instead if i remove the first line i.e. Doc

[jquery-ui] Want to submit a Theme for JqueryUI Widgets

2009-11-09 Thread codef0rmer
Hi Guys, Can i submit a theme made for jqueryUI with the help of themeroller on 'http://jqueryui.com/themeroller/' ? If yes, please let me know where to submit or whats the procedure for submission? Thank you, jquery rocks!!! -- You received this message because you are subscribed t

[jquery-ui] Re: Using jQuery Accordion

2010-03-05 Thread codef0rmer
You want to open related accordion drawer based on menu selected. e.g if u have set up your accordion, $('#my_accordion').accordion({}); so u can open 4th drawer of your accordion dynamically, the following way, $('#my_accordion').accordion({active: 3}); // index starts from 0 just call abo