I have a DIV on my site that calls a few external javascripts... unfortunatley the vendor does not support IE6. This script is in the global footer, so its on every page.
I get the error that our https site is passing content that is not secure, would you like to view the content...blah blah...
Is is possible to just hide this div if the browser is IE6??
<div id="get-satisfaction">
<style>
a#fdbk_tab {
top:60px;
}
</style>
<script type="text/javascript" charset="utf-8">
//content here
</script>
</div>
<!--[if IE 6]>
<style>#DIVID {display: none;}</style>
<![endif]-->
A better option is to detect the browser server side and not render the javascript tag if it's IE6.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With