Thank you!
On 23 aug, 01:53, "Richard D. Worth" <[email protected]> wrote:
> Your theme does not contain any reference the required resizable css in
> ui.resizabale.css.
> Seehttp://www.helena-schaken.nl/jquery/themes/humanity/ui.all.css
> @import "ui.base.css";
> @import "ui.theme.css";
>
> http://www.helena-schaken.nl/jquery/themes/humanity/ui.base.css
> @import url("ui.core.css");
>
> Compare to
>
> http://jquery-ui.googlecode.com/svn/tags/1.7.2/themes/humanity/ui.all...
> @import "ui.base.css";
> @import "ui.theme.css";
>
> http://jquery-ui.googlecode.com/svn/tags/1.7.2/themes/humanity/ui.bas...
> @import url("ui.core.css");
>
> @import url("ui.accordion.css");
> @import url("ui.datepicker.css");
> @import url("ui.dialog.css");
> @import url("ui.progressbar.css");
> @import url("ui.resizable.css");
> @import url("ui.slider.css");
> @import url("ui.tabs.css");
>
> That's a lot of @imports, only intended for development. For production,
> best to point to a single css file that contains no @imports, such as
>
> http://jquery-ui.googlecode.com/svn/tags/1.7.2/themes/humanity/jquery...
>
> or better yet
>
> http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/humanity/j...
>
> Such a file should be included in a downloaded theme. The individual files
> are included for development or debugging purposes.
>
> - Richard
>
> On Sat, Aug 22, 2009 at 5:07 PM, Terradon <[email protected]> wrote:
>
> > Hi all,
> > To completely remove my lack of knowledge, i have tried to use only
> > the code of the resizable sample.
>
> > The sample code works fine with the base theme,
> > but as soon as i change this the theme to humanity, the helper pic for
> > resizing appears on the wrong place!!
>
> > here you can see the UI resizable sample in action:
> >http://www.helena-schaken.nl/V34/testbord2.php
>
> > I only added a base href (works fine for testing purposes) and changed
> > the theme to humanity!
>
> > With the base theme the helper pic appears in the right down corner,
> > with humanity te helper is always showed on the left side!!
>
> > Can somebody explain this for me??
> > Many thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---