Foros del Web » Creando para Internet » CSS »

tablas y CSS

Estas en el tema de tablas y CSS en el foro de CSS en Foros del Web. QUIERO TRANSFORMAR UNA TABLA QUE TIENE 3 FILAS, UNA 4a FILA CON 3 COLUMNAS Y DOS FILAS MAS CON UN ANCHO DE 750 PX todas ...
  #1 (permalink)  
Antiguo 05/02/2007, 15:19
 
Fecha de Ingreso: julio-2003
Ubicación: Barcelona
Mensajes: 142
Antigüedad: 20 años, 8 meses
Puntos: 1
Pregunta tablas y CSS

QUIERO TRANSFORMAR UNA TABLA QUE TIENE 3 FILAS, UNA 4a FILA CON 3 COLUMNAS Y DOS FILAS MAS CON UN ANCHO DE 750 PX todas ellas, PERO NO HAY MANERA.
aLGUIEN ME PUEDE ECHAR UN CABLE

aDEMAS EN LA PARTE DE ARRIBA DE LAS 3 FILAS FIREFOX ESTA OK, PERO IE ME CREA UN MINI ESPACIO DE COMO SI FUERA UN <Br><p>


HAY OS DEJO EL CODIGO QUE ESTOY UTILIZANDO



<html>
<head>
<style type="text/css">
div.container
{
width:750px;
margin:0px;
border:1px solid gray;

}
div.header,div.footer
{
margin:0px;
color:white;
background-color:#fff;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:150px;
background-color:#fff;
margin:0;
padding:0em;
}
div.content
{

margin-left:150px;
width:450px;
background-color:#fff;
border-left:1px solid gray;
padding:0em;
}


div.right
{

width:150px;
background-color:#fff;
margin:0;
padding:0em;
}
</style>
</head>
<body>

<div class="container">
<div class="header">
<!-- #include file='top_edirol.htm' -->
<!-- #include file='azar.asp' -->
<!-- #include file='barra_edirol.htm' -->

</div>
<div class="left"><p><!-- #include file='banner_LILA.htm' --></p></div>
<div class="content">
<!-- #include file='random_home.asp' --></div>
<div class="right">
<!-- #include file='faqs_home.asp' --> </div>
<div class="footer"><!-- #include file='footer.htm' --></div>
</div>

</body>
</html>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 06:21.