Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • It could also be CSS: a floating, transparent div element could be between your mouse and the image.
    – iglvzx
    Commented Jun 6, 2012 at 7:32
  • 2
    True, but in this site's case, I checked the source code, and the image isn't under a transparent <div> at its expected location, so I think it has to be some JavaScript.
    – Deltik
    Commented Jun 6, 2012 at 7:35
  • Nicely done. IE doesn't have the problem with the javascript, maybe just Chrome.
    – barlop
    Commented Jun 6, 2012 at 8:07
  • 1
    @barlop This is not a Chrome bug, it's obviously an IE bug. The intention of the Javascript is that the image URL can't be copied that easily.
    – slhck
    Commented Jun 6, 2012 at 8:17
  • @Deltik Look closer! Below the <div> that contains the <img>, there is another <div style="height:498px;width:498px;">. If you delete this element, you can save/copy the image as usual. But I agree, the Network tab will always show all images.
    – iglvzx
    Commented Jun 6, 2012 at 8:27