If so, any plans to build it into the tool?
The way to use a sprite is to combine the group of like images (e.g.
my arrows) into one image file that has enough space between each
image that when positioned as a background image only the desired part
of the image is visible. The CSS rules you will need to use are:
background-image, background-repeat, background-position, and height.
I don't see building and coding sprites as something that could be
easily turned into an automated tool. This really does take planning
for each individual implementation.
--
You received this message because you are subscribed to the Google Groups "page-speed-discuss" group.
To post to this group, send email to page-spee...@googlegroups.com.
To unsubscribe from this group, send email to page-speed-disc...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/page-speed-discuss?hl=en.
Of course, I see the advantages. Is the risk worth the saving? In my
opinion, the answer is no. We have one resource for one result and one
URL, and that's the way I handle it.
Regards, Thomas
Allen
On Jan 30, 8:42 pm, Richard Rabbat <rab...@google.com> wrote:
> As EnviroChem says, a sprite is more than just looking at a few images on a
> page.
> seehttp://www.google.com/images/nav_logo7.png
> if you get a good idea of what images you'd like to sprite, Steve Souders's
> SpriteMe <http://www.spriteme.org/> may be a good tool to use.
> > page-speed-disc...@googlegroups.com<page-speed-discuss%2Bunsubs cr...@googlegroups.com>
To unsubscribe from this group, send email to page-speed-disc...@googlegroups.com.
You can read more info about this here:
http://developer.yahoo.net/blog/archives/2009/10/a_engineers_gui.html
-David
On Jan 30, 10:54 am, EnviroChem <k...@environmentalchemistry.com>
wrote: