Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/06/2011, 22:15
Avatar de GAST0N
GAST0N
 
Fecha de Ingreso: agosto-2010
Ubicación: Buenos Aires
Mensajes: 680
Antigüedad: 14 años, 4 meses
Puntos: 64
Respuesta: Columna - linea vertica - Columna

Mira aca modifique el css que hiciste.. creo q es el resultado q buscas... luego comparalos con el tuyo para saber las diferencias

Código:
#noticias{
position:relative;
overflow: hidden;
text-align:center;
background-color:green;
margin:0 auto 0 auto;
width:935px;
padding-bottom:40px;
}
#noticias #cuadro-noticias1{
float:left;
background-color:#cccccc;
width:410px;
height:100%;
margin-left:40px;
}
#noticias #linea-vertical2{
float:left;
height: 100%;
background-color:#FF0000;
width:2px;
margin-left:17px;
margin-right:17px;
margin-top:30px;

}
#noticias #cuadro-noticias2{
float:left;
background-color:#cccccc;
width:410px;
height:100%;
}
__________________
Twitter: @GastonArnedo

Muerte a los <tr> y <td>