Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/10/2009, 13:24
trevol
 
Fecha de Ingreso: agosto-2008
Mensajes: 606
Antigüedad: 15 años, 9 meses
Puntos: 11
Respuesta: tabla que no me aparece en el navegadorpero si en la vista diseño

iba el códico chicos a ver que pasa?

Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">



<html>
<head> 


<title>no aparece la tabla </title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> 



<link rel="stylesheet"  href="css/estiliosjugon.css" type="text/css" > 






</head>
<body>
<div id="navcontainer"> 
  <ul id="navlist">
    <li><a class="casino" href="casino.html"> casino</a></li>
    <li><a class="casinos-en-linea" href="casinos-en-linea.html" >casinos en linea</a></li>
    <li><a class="jugar-gratis" href="#">Item three</a></li>
    <li><a class="juegos-de-casino" href="#">Item four</a></li>
    <li><a class="contacto" href="#">Item five</a></li>
  </ul>
</div>
<div class="contenedor"> 
  <h1> pppppppppp</h1>
pppppppppppppppppppppppppppppppp
pppppppppppppppppppppppppppppp
ppppppppppppppppppppppppppppp
 </div>


<table width="250" border="1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

 


</body>

 
 </html>
 

y en css

* {margin: 0; padding:0; outline: none; border: 0; position:;}
#navcontainer {position:relative;
margin-top:30px;
margin-left:350px;
overflow: auto;
}

ul#navlist {}

#navlist li {
display:table;
float:left;
height:4.5em;
list-style-type:none;
margin-right:40px;
width:4.5em;
}

#navlist a {
display:table-cell;
height:100%;
position:relative;
text-align:center;
vertical-align:middle;
text-decoration: none;
color: #444;
border: 1px inset #660;
}

#navlist a:link.casino{background: #ff0000;}
#navlist a:link.juegos-en-linea {background: #00ff00;}
#navlist a:link.jugar-gratis {background: #0000ff;}
#navlist a:link.juegos-de-casino {background: #ffff00;}
#navlist a:link.contacto {background: #ff3300;}
#navlist a:hover {
color:#ff3300;
border: 1px outset #69f;
}

#navlist a:hover.casino {background: #ff0033;}
#navlist a:hover.casinos-en-línea{background: #99ff00;}
#navlist a:hover.jugar-gratis{background: #0033ff;}
#navlist a:hover.juegos-de-casino{background: #ffff33;}
#navlist a:hover.contacto {background: #ff6600;}

#navlist a:visited.casino {background: #ff0000;}
#navlist a:visited.casinos-en-linea{background: #00ff00;}
#navlist a:visited.jugar-gratis {background: #0000ff;}
#navlist a:visited.juegos-de-casino {background: #ffff00;}
#navlist a:visited.contacto{background: #ff3300;}

.contenedor {position:relative;
margin-left:400px;
clear: both;
margin-top:30px;

font-size:13 px;}

y no aparece la tabla en el navegador.