Hi,
Some time ago you gave me some code to insert in the backend of the J51 Privilege template, to give a warning to a visitor that they are using an out of date browser. Here it is:
<!--[if lte IE 7]>
<style type="text/css">
#ie6msg{border:3px solid #eee; background:#fff; padding:20px;color:#000;
margin:100px auto; width: 600px;}
#ie6msg h4{margin: 8px; padding:0;}
#ie6msg p{margin: 8px; padding:0;}
#ie6msg p a.getie7{font-weight:bold; color:#006;}
#ie6msg p a.ie6expl{font-weight:bold; color:#006;}
#body_bg {display:none;}
</style>
<div id="ie6msg">
<h4>Did you know that your browser is out of date?</h4>
<p>Consequently, some of the website content may not be displayed properly. Please upgrade your browser to improve your browsing
experience. We strongly recommend upgrading to either <a
href="http://www.getfirefox.com/">Firefox</a>, <a
href="http://www.opera.com/">Opera</a>, <a
href="http://www.apple.com/safari/">Safari</a>, <a
href="http://www.google.com/chrome">Google Chrome</a>, or a more recent
version of <a
href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet
Explorer</a>.</p>
<![endif]-->
On my own old version of IE the warning displays properly, but rather worryingly I'm getting complaints from clients that the website is misaligned and there is no top menu on their versions of IE, but they are not seeing any warning that they are using an out of date version of IE.
Can you advise me further? Do we simply need to tweek the code, so that all older versions of IE can read the error message?
Thanks,
David G