Pues esto es lo que hay de codigo en su sitio:
Código PHP:
<body onload="javascript:hasIE_hideAndShow();" leftmargin="0" topmargin="0" marginheight="0" >
<script type="text/javascript">
<!--
// This function does the actual browser detection
function hasIE_hasIE() {
var ua = navigator.userAgent.toLowerCase();
return ((ua.indexOf('msie') != -1) && (ua.indexOf('opera') == -1) &&
(ua.indexOf('webtv') == -1) &&
(location.href.indexOf('seenIEPage') == -1));
}
function hasIE_showLayer(whichLayer)
{
if (document.getElementById)
{
var style2 = document.getElementById(whichLayer).style;
style2.display = "block";
}
else if (document.all)
{
var style2 = document.all[whichLayer].style;
style2.display = "block";
}
else if (document.layers)
{
var style2 = document.layers[whichLayer].style;
style2.display = "block";
}
}
// Hides and shows sections of the page based on whether or not it's
// running in IE
function hasIE_hideAndShow()
{
if (hasIE_hasIE())
{
hasIE_showLayer("hasIE_level1");
}
}
-->
</script>
<div align="center">
<table cellspacing="1" cellpadding="0" width="99%" align="center"
bgcolor="#ffffff" border="0">
<tbody>
<tr>
<td valign="top" align="middle" width="100%" bgcolor="#ffffff">
<div align="center"><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</div>
<div id="hasIE_level1" style="display: none;">
<div style="padding: 20px; background-color: #ffffff; font-family: arial; font-size: 15px; font-weight: normal; color: #111111; line-height: 17px; ">
<div style="width: 650px; margin: 0 auto 0 auto; text-align:left;">
<div style="padding-left: 8px; padding-top: 0px; float: right;">
</div>
<div align="center"><strong>Aún navegas con Internet Explorer?. <br />
Prueba
Firefox, te irá mejor.</strong>
<br />
<br />
<strong>·</strong> Firefox bloquea los molestos anuncios
<em>pop-up</em>.
<br />
<strong>·</strong> Es mucho más seguro, detiene virus y <em>spyware</em>.
<br />
<strong>·</strong> Evita que
Microsoft controle el futuro de internet.
<br />
<br />
Puedes usar ambos navegadores a la vez. Pruébalo y decide después.</div>
</div>
</div>
</div>
<div align="center">
<!-- CLOSES LEVEL 1 -->
<!--fin firefox button-->
</td>
</tr>
</tbody>