Why css sprite not working
-
In my yslow, I have an F in make fewer http request and compression gzip.
I have turned on zib compression and put it to level 6,
I use https://css.spritegen.com/ and combine css. example:.fitpad, .it-works-pack, .optimized-640, .gabby-2, .optimized-healthy-600-png,
.background, .xertionico
{ display: block; background: url(‘tmp.png’) no-repeat; }.fitpad { background-position: -0px -0px; width: 839px; height: 960px; }
.it-works-pack { background-position: -0px -960px; width: 750px; height: 675px; }It still didnt change in my fewer http request. What else do i need to try?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Why css sprite not working’ is closed to new replies.