If you mean the images in a jQuery UI theme, they are referenced in css by relative paths. For example, see
http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.theme.css notice the many instances of background: url(images/ui-bg_....png) These are references to images in a subfolder (called 'images') at the same level as that file (ui.theme.css): http://jquery-ui.googlecode.com/svn/trunk/themes/base/images/ So wherever you have your theme file(s) located, you need a folder at the same level called images. As far as downloading the images, they come in the download of the theme. You can get one theme at a time (and even custom themes) from themeroller.com, or download our themes bundle here: http://jquery-ui.googlecode.com/files/jquery-ui-themes-1.7.zip - Richard On Sat, Mar 7, 2009 at 4:32 AM, haranal <[email protected]>wrote: > > Hi, > > I am using jQuery UI Dialog its working fine. I am using same css > and js files specifird in the tutorials > in my application, but i am not getting how to add imgaes or i can get > imgaes from jQery site. > > Please help me to solve it. > > Thanks, > Haranal. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
