css-sprites
Maximum image dimensions in a browser/CSS spec?
I want to display a page containing about 6000 tiny image thumbnails (40x40 each). To avoid having to make 6000 HTTP requests, I am exploring CSS sprites, i.e. concatenating all these thumbnails into[详细]
2023-01-29 10:41 分类:问答Is there a .Net library to create Css sprites, from a list of Image objects, or image files?
I am optimizing the images of a website using css sprites, but it is very difficult to do it all the times, because styles change, images change, css changes, everything changes with time. I wish to i[详细]
2023-01-27 00:55 分类:问答Javascript photo slideshow with one sprite
I just wrote a js code for a slideshow, using only one image (sprite). With js I\'m changing the background position to change the visible image.[详细]
2023-01-26 18:47 分类:问答Image Map / Sprite Tool
Is there a tool that allows you to upload and maintain images as 开发者_开发技巧individual entities, but allows you to reference them in an image map as sprites?[详细]
2023-01-26 13:23 分类:问答css sprites: which html element using for background-position?
I am wondering for using css sprites which tag html is best? I mean i can use < img src=\"trasparent.png\" sty开发者_开发百科le=\"background-position:ecc\">[详细]
2023-01-25 13:58 分类:问答Where to declare/load background image sprites for CSS so that it loads only once?
I want to use a single image sprite for my web page, where should I declare this in CSS? Should this be in the body or where?[详细]
2023-01-25 02:13 分类:问答Is there an equivalent of spriting for SVG images in web pages?
SVG images aren’t bitmaps, so (unless I’m missing something) you can’t do spriting like you can with other images files used on web pages (see开发者_运维技巧 http://www.alistapart.com/articles/spri[详细]
2023-01-22 15:07 分类:问答CSS sprites and gradients
Is it possible to put multiple repeating gradients on a single sprite master image? I\'ve got about 5 1px X 400 px gradients that could be combined to reduce the page requests. It\'s pretty much my la[详细]
2023-01-22 05:56 分类:问答Android Web Browser Scaling Works More Effectively for Images than Sprites
I\'m developing a mobile web application and I have a home screen with a number of icons on it, so I tried to use a sprite to serve all the images in one swoop.[详细]
2023-01-21 00:33 分类:问答What html tag best to use with sprites
I would like to use sprites to display my icons. I created image and CSS, now I need to add class to my html element. What is the best HTML element for that?[详细]
2023-01-20 14:51 分类:问答