I am on an https site and receive a security pop-up message: "You have mixed content, unprotected elements on a secure page." This is like removing the inline style: background-image:url('../images/img.png')fixes the problem. Does anyone know why?
<div style="background-image:url('../images/img.png')" />
Internet Explorer wonders if "background-image: url" uses a different loading mechanism.
This is IE7-8.
Here is a related bug from Microsoft, but I still canβt find more details on what is wrong with IE. Help:
http://support.microsoft.com/kb/925014
source
share