En mi humilde e inexperta opinión no creo que sea cuestión de código, porque todo funciona bien desde Internet incluso en la PC en cuestión. Y también funciona bien desde una laptop con el mismo Windows y el mismo IE10 y sin servidores de prueba, etc.. Y también sucede con cualquier archivo HTML que ejecute en ésa PC.
De todos modos aquí dejo el código de acuerdo a tu petición. He quitado textos que solo hacen el código más largo. Y además, éste código es el que estoy usando para pruebas, pero repito que sucede con cualquiera. Gracias de antemano.
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<script type="text/javascript"> function parpadeo() {
var imagen = document.images["parpadeante"];
imagen.style.visibility = (imagen.style.visibility == "visible") ? "hidden" : "visible";
}
setInterval("parpadeo()", 500);
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="description" content="Place your description here" /> <meta name="keywords" content="put, your, keyword, here" /> <link href="style.css" rel="stylesheet" type="text/css" /> <link href="layout.css" rel="stylesheet" type="text/css" /> <!--[if lt IE 7]>
<link href="style_ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--
.Estilo2 {font-size: 16px}
-->
<!--
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:Arial;
}
.Estilo15 {
font-size: 12px;
font-weight: bold;
}
.Estilo16 {font-size: large}
.Estilo17 {
color: #0066CC;
font-weight: bold;
font-size: large;
}
-->
<div class="tail-top-right"></div> <div class="tail-bottom"> <!-- header -->
<li><a href="index.html"><img src="images/icon1.gif" alt="" /></a></li> <li><a href="formulario_anunciate/forma.php"><img src="images/icon2.gif" alt="" /></a></li> <li class="last"><a href="sitemap.html"><img src="images/icon3.gif" alt="" /></a></li> <li><a href="index.html">Inicio
</a></li> <li><a href="servicios.html">Servicios
</a></li> <li><a href="computo.html">Cómputo
</a></li> <li><a href="formulario_anunciate/forma.php">Contacto
</a></li> <!-- <li><a href="preguntas.html">Preguntas Frecuentes</a></li> -->
<li class="last"><a href="sitemap.html">Site Map
</a></li> <div class="logo"><a href="index.html"><img src=" " alt="" width="640" height="77" /></a></div> <!-- content -->
<h1 align="center" class="Estilo2"> </h1> <table width="600" border="0" cellspacing="0"> <td width="158"> </td> <td width="438"><h1 class="Estilo17"> </h1> <td colspan="2" valign="top"><div align="justify" class="Estilo2"> <td colspan="2" valign="top"><p align="justify"> </p> <td colspan="2" valign="top"><p align="justify"> </p> <td colspan="2" valign="top"> </td>
<p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p><a href="ofertas.html"></a> </p> <p align="justify"> </p> <p align="justify"> </p> <!-- footer -->
<div class="aligncenter"><table width="500" border="0" align="right" cellspacing="5" bgcolor="#464646"> <td><div align="center"><a href="#">Ir Arriba
</a> </div></td> <td><div align="center"><a href="index.html">Inicio
</a></div></td> <td><div align="center"><a href="servicios.html">Servicios
</a></div></td> <td><div align="center"><a href="computo.html">Cómputo
</a></div></td> <td><div align="center"><a href="formulario_anunciate/forma.php">Contácto
</a></div></td>