Problema con IE

Hola tanatos, te escribo porque tengo un problema en el diseño de una web con el dream weaver, resulta que en el firefox se me ve correctamente pero en el internet explorer me repite la imagen como 8 veces y no se ve bien te pongo mi codigo por si ves algo extraño.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Spider Shop</title>
<style>
td{font-family:Tahoma;font-size:11px;color:#000000}
a{color:#800000}
.date{font-family:Tahoma;font-size:10px;color:#787878;font-weight:bold;padding-left:10px;padding-top:10px;}
.cap{font-family:Tahoma;font-size:10px;color:#FFAA00;font-weight:bold;padding-left:10px;padding-top:2px;}
#myScroll {
    overflow: scroll;
}
#myScroll {
    overflow: scroll;
}
.Estilo1 {
    color: #999900;
    font-weight: bold;
}
#Layer1 {
    position:absolute;
    width:568px;
    height:753px;
    z-index:1;
    overflow: scroll;
}
.Estilo2 {    color: #000000;
    font-weight: bold;
}
</style>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<table cellpadding="0" cellspacing="0" border="0" height="100%">
<tr>
<td rowspan="10" width="50%" height="100%" background="images/bg1222.jpg" style="background-position:right top; background-repeat:repeat-y"></td>
<td rowspan="10" width="1" bgcolor="#000000"></td>
<td colspan="2" valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
            <img src="images/name2.png"/></td>
</tr>
</table>
</td>
<td rowspan="10" width="1" bgcolor="#000000"></td>
<td rowspan="10" width="50%" height="100%" background="images/bg1223.jpg" style="background-position:left top; background-repeat:repeat-y"></td>
</tr>
<tr>
<td valign="top" rowspan="2" height="100%">
<table cellpadding="0" cellspacing="0" border="0" height="771%">
<tr>
<td height="29"><img src="images/capform1.jpg"></td>
</tr>
<tr>
<form action="">
<td width="171" height="84" background="images/bgform1.jpg" valign="top">
<div style="padding-left:7px;padding-top:3px;">
<table width="160" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="120"></td>
<td><input type="text" style="width:96;height:20"></td>
</tr>
<tr>
<td height="6"></td>
</tr>
<tr>
<td width="120"></td>
<td><input type="text" style="width:96;height:20"></td>
</tr>
<tr>
<td colspan="2" style="padding-left:5px;">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><a href="" style="font-weight:bold;color:#B9B9B9;text-decoration:none;font-size:10px;">Ha olvidado su contraseña ?</a></td>
<td><a href="registro completado.html"><img src="images/enter.gif" border="0" vspace="3" hspace="7"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</form>
</tr>
<tr>
<td height="30"><img src="images/capform2.jpg"></td>
</tr>
<tr>
<form action="">
<td width="171" height="55" background="images/bgform2.jpg">
<div style="padding-left:10px;">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><input type="text" style="width:100;height:20"></td>
<td><a href="email recibido.html"><img src="images/submit.gif" border="0" vspace="3" hspace="7"></a></td>
</tr>
</table>
</div>
</td>
</form>
</tr>
<tr>
<td height="38"><img src="images/capnews.jpg"></td>
</tr>
<tr>
<td width="171"  height="526" background="images/bgnews.jpg" style="background-repeat:no-repeat;background-position:bottom left" valign="top">
<p><a href="paginaprincipal_sub.html"></a><a href="paginaprincipal.html"><img src="index_clip_image002.jpg" width="170" height="32" border="0"></a><br>
              <a href="quienes somos.html"><img src="index_clip_image003_0010.jpg" width="170" height="32" border="0"></a>
              <a href="contacte con nosotros.html"><img src="index_clip_image003_0011.jpg" width="170" height="32" border="0"></a> </p>
<p><br>
              <br>
          </p>
</td>
</tr>
</table>
</td>
<td valign="top"><img src="images/midtop.jpg"></td>
</tr>
<tr>
<td valign="top" height="753">
<div id="Layer1">
<div style="padding-left:20px;padding-top:20px;padding-right:20px;">
<p><span class="Estilo1">SPIDER SHOP:</span><br />
            <br />
            <u><span class="Estilo2">Nuestra empresa.</span></u><br />
            <br />
            Nuestra empresa "Spider Shop" es una tienda de productos online.
            Donde podrás encontrar los mejores productos a precios increibles.
          ...

1 Respuesta

Respuesta
1
¿Qué imagen es la que te repite?, por lo que veo tienes varias, por ello te pregunto.
Si por casualidad lo tienes subido a algun sitio dime la direccion, ya que yo no veo las imagenes con tu codigo.
Hola tanatos, gracias por contestar pero al final lo he arreglado. Resulta que se me fue el santo al cielo en este trozo
<table cellpadding="0" cellspacing="0" border="0" height="771%">
<tr>
<td height="29"><img src="images/capform1.jpg"></td>
y puse de height 771% y claro me ocupaba toda la tabla en el explorer, lo puse a 100% y solucionado :)
Ok, perfecto.

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas