Hello everyone,
Just wanna confirm how many http requests for background images used multiple times on the stylesheet...#menu .1 {
background: url(SPRITE.png) 0px 0px no-repeat;
}
#menu .2 {
background: url(SPRITE.png) 0px -30px no-repeat;
}
Like if I used the same image with the same url 10 times, will I have 10 http resuests too?
Thanks in advance!



Reply With Quote


Bookmarks