Re: [jquery-ui] Strange text-resizing problem

2009-12-05 Thread Richard D. Worth
Change your theme css to have a ui-widget font-size of 1em instead of 1.1em. - Richard On Fri, Dec 4, 2009 at 11:35 AM, Tony Green wrote: > I've almost finished redesigning a site using jquery-ui tabs, which is > doing a great job for me. But I've hit a problem with IE. > > The tabs contain a s

Re: [jquery-ui] thumbPopup and news ticker

2009-12-05 Thread Richard D. Worth
Your question is better suited to the main jQuery list: http://groups.google.com/group/jquery-en The list you've posted to (jquery-ui) is for discussion of jQuery UI plugins, listed here: http://jqueryui.com/demos/ Thanks. - Richard On Fri, Dec 4, 2009 at 9:55 AM, newroz wrote: > > Hi, > I

[jquery-ui] Re: UI Dialog Postition

2009-12-05 Thread theUnseen
any suggestion please. On Dec 4, 12:25 pm, theUnseen wrote: > currently I have: > > > //      $.ui.dialog.defaults.bgiframe = true; >         $(function() { >                 var win = $(window); >                 $("#dialog").dialog({ >                                         position: > [(win

[jquery-ui] Re: Keep Tab Selected on refresh?

2009-12-05 Thread Rick Harding
On Dec 4, 12:47 pm, West415 wrote: > Hi, > > I am using the jquery UI tabs and wanted to know is there a way to keep the > tab selected when the page is refreshed?  If so, can someone provide code > that does this? > > Thanks, I've pulled parts of this from various sources, but this is what I'

[jquery-ui] Re: Strange text-resizing problem

2009-12-05 Thread Chris Simpson
I can confirm this was the problem. My tab widget was in a jquery ui dialog widget. The css class that describes widget (not sure exactly what the class name is as I don't have the code here) sets the text size to 1.3 em. Therefore the inner tab control was being set to 1.3 * 1.3. Adding a css lin

[jquery-ui] Re: jQuery 1.4 compatibility

2009-12-05 Thread Scott González
Are you asking if 1.7.2 is going to be compatible or if 1.8 is going to be compatible? 1.8 will be compatible, but we can't make any guarantees about versions that have already been released. On Dec 4, 5:05 pm, Josh Powell wrote: > Is the latest jQuery UI going to be compatible with jQuery 1.4?

Re: [jquery-ui] Set body background

2009-12-05 Thread Clayton Dukes
Got it - it was caused by the ui layout plugin. Thanks for the help! On Fri, Dec 4, 2009 at 6:26 PM, Richard D. Worth wrote: > My guess is it's not the body that needs those classes added to it, but some > other element that's filling the page. Use Firebug to inspect and see how > you can identi

[jquery-ui] Cookie for portlets?

2009-12-05 Thread Clayton Dukes
Hi, Can someone point me to some sample code for using a cookie to store the state of portlets? example: http://dukey.gdd.net login/pass is guest/guest I'd like to store the state of the portlets on that page when a user rearranges the boxes. -- _

[jquery-ui] Re: jQuery 1.4 compatibility

2009-12-05 Thread Josh Powell
I guess I'm asking about 1.7.2, does anyone plan to test it with jQuery 1.4? Is an upgrade from 1.7.2 to 1.8 straightforward, or have the API's changed significantly for existing widgets? Especially the dialog. Thanks, Josh Powell On Dec 5, 10:06 am, Scott González wrote: > Are you asking if 1