True, but it could be better. I see 8 background images and 5 icon sprites. Why not bundle in 1 background and 1 icon sprite, since all background have the same size (same for icon sprites). Just place all background one below the other and all icon sprites align vertically and place them side-by-side
http://jquery-ui.googlecode.com/svn/trunk/themes/base/images/ Also, consider replacing background gradient images with canvas generated (works in FF/Webkit/Opera and in IE with http://excanvas.sourceforge.net/) https://developer.mozilla.org/samples/canvas-tutorial/4_9_canvas_lineargradient.html Unfortunately css gradient is only implemented in webkit. http://ajaxian.com/archives/css-gradients-in-webkit Rui On Jan 23, 12:31 am, "Richard D. Worth" <[email protected]> wrote: > This has already been done actually. See > > http://jquery-ui.googlecode.com/svn/trunk/themes/base/images/ui-icons... > > http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.theme.css > > - Richard > > > > On Thu, Jan 22, 2009 at 6:10 PM, JEF <[email protected]> wrote: > > > For the next themeroller update you should make it so that the icons > > are all on one image an use css sprites to handle them it would make > > loading the images much faster since there are so many. > > > Just a suggestion thought it might help > > > Jorge Fernanadez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
