How do you save an image in IE that is displayed using css background-image?

  • Thread starter Thread starter arif
  • Start date Start date
A

arif

When an image is displayed in IE as a background-image
property in css, I can't seem to save the image to disk.
In firefox (and probably other browsers) you can but in IE
you can't.

Any ideas (short of viewing source to see the actual url)?

Thanks,
arif.
 
Whats the problem with just typing in the URL of the image?

That or use a bettter browser


Tom
 
arif,
This works in IE6. What element are you applying the background-image to?

Here's the example I tested.

<DIV STYLE="height:100;width:300;background-image:url(a.bmp)">test</DIV>

Alex Scott [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
 
When an image is displayed in IE as a background-image
In Firefox, View Page Info and go to the Media tab.
 
Back
Top