0
microsoft browser breaks my site, that’s why it’s Windows/bootstrap, imagine if it wasn’t, I have nothing against microsoft, I just need to cover the site in black and display the message not supported, it gives me time to tidy up or make a version only for this browser
I tried that, but it comes to nothing
<!--[if IE]>
<script type="text/javascript">
alert('Voce está rodando essa pagina no Internet Explorer');
</script>
<![endif]-->
<script type="text/javascript">
var isIE = /*@cc_on!@*/false || !!document.documentMode;
if(isIE == true){
var ie = '<style>body{background-color:black:!important; .did{color:white:!important;} </style><div><center><h1 class="did"> nao suportado</h1><center></div>';
}else{
var ie = '';
}
</script>