Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/09/2006, 16:00
Avatar de merolhack
merolhack
 
Fecha de Ingreso: junio-2006
Ubicación: México
Mensajes: 1.242
Antigüedad: 18 años, 6 meses
Puntos: 16
Sonrisa

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&uacute;n navegas con Internet Explorer?.&nbsp;&nbsp;<br />
                Prueba 
              Firefox, te ir&aacute; mejor.</strong>
                <br />
                <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>&middot;</strong> Firefox bloquea los molestos anuncios  
                <em>pop-up</em>.
                <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>&middot;</strong> Es mucho m&aacute;s seguro, detiene virus y <em>spyware</em>.
                <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>&middot;</strong> Evita que 
                Microsoft controle el futuro de internet.
                <br />
                <br />
                Puedes usar ambos navegadores a la vez. Pru&eacute;balo y decide despu&eacute;s.</div>
          </div>
        </div>
    </div> 
    <div align="center">
  <!-- CLOSES LEVEL 1 --> 
  <!--fin firefox button-->
</td>
    </tr>
  </tbody>