Connecting Tech Pros Worldwide Forums | Help | Site Map

caching CSS bg images

Andrew Poulos
Guest
 
Posts: n/a
#1: Dec 9 '05
The site I'm working on uses the same CSS background images for a number
of DIVs across most of the site. Unfortunately IE doesn't cache them.

From my reading of MSDN it seems this this is 'by design'. Is there some
way to code around this. That is, a way to force IE to create/use a
cached version?

Andrew Poulos

Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#2: Dec 9 '05

re: caching CSS bg images


Andrew Poulos wrote:
[color=blue]
> The site I'm working on uses the same CSS background images for a number
> of DIVs across most of the site. Unfortunately IE doesn't cache them.
>
> From my reading of MSDN it seems this this is 'by design'.[/color]

"It's not a bug, it's a feature!"

How do you get the idea here? (URL?)
[color=blue]
> Is there some way to code around this. That is, a way to force IE to
> create/use a cached version?[/color]

I do not know any with client-side scripting (that is what you asked for).
If IE does not cache a resource, it does not cache a resource. Period.


PointedEars
Closed Thread


Similar JavaScript / Ajax / DHTML bytes