este codigo me permite dar clic sobre el fondo o area estrablecida .. pero en internet explorer no me funciona ...
Código PHP:
<head>
<style type="text/css">
<!--Codigo que pone link al fondo
#header a {
background: #fff url(../img/plantilla_login.jpg) no-repeat;
display: block;
height: 550px;
width: 990px;
}
#header a span {
visibility: hidden;
}
-->
</style>
</head>
<body>
<div id="header"><a href="contenedor_espec.php" >
<table width="100%" height="550"border="0">
<tr>
<td> </td>
</tr>
</table>
</a></div>
</body>