CSS problem on HTTPS pages (IE8 toolbar BHO)

Posted by simil on Stack Overflow See other posts from Stack Overflow or by simil
Published on 2010-05-18T06:48:06Z Indexed on 2010/05/18 6:50 UTC
Read the original article Hit count: 194

Filed under:

I am developing an IE8 toolbar in C#. The toolbar has a button which when clicked adds some user defined content to the page. I am using a BHO to add the required HTML, CSS & JS to the page. Things are fine with "http" pages. But, when a "https" page is loaded, user keeps getting the IE warning "Do you want to view only the webpage content that was delivered securely?....". I traced the problem to some css rules, where I am using local png files which are already installed on the user's machine. Is there any way by which I can access the png files on the local machine without getting the IE8 warning?

© Stack Overflow or respective owner

Related posts about internet-explorer