0

I've created an image Sprite for all the images on my jQuery mobile website(e.g. #page1, #page2), I thought I could download the image Sprite on #page1 of my site and then I wouldn't need to download it on #page2, But this isn't the case,

Should this work?

Thanks,

I'm doing nothing complex with theses Sprites

e.g.

.help-photo {
  width:100px;
  height:112px;
  background:url(help.png) 0px -440px;
}   
4

1 に答える 1

0

おそらくインスペクタで、respone に304http レスポンス ステータス コードを提供するリクエストが表示されNot Modifiedます。

于 2012-09-03T15:27:20.633 に答える