asp.net - Mixed Content Error in IE7 with html5shiv and SSL -


i'm developing asp.net app using html5shiv , ssl. reason getting mixed content errors in ie7 using html5shiv. if remove html5shiv errors go away. i'm using update panels , master pages if matters. ideas?

edit: after further testing appears combination between html5shiv , stylesheet. if either excluded, no mixed content error.

<script type="text/javascript" src="../js/html5shiv.js"></script> <link rel="stylesheet" href="../styles/global.css" /> 

solution: had data uri on header style. removing uri solved problem.

are using externally hosted html5shiv (on cdn)? if so, download file , host on same server.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -