Tema: Ancho celdas
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/07/2009, 09:44
bolzak
 
Fecha de Ingreso: abril-2008
Mensajes: 7
Antigüedad: 16 años
Puntos: 0
Ancho celdas

Buenas tardes.

Estaba intentando regular el ancho de las celdas de esta tabla

He intentado con width pero no me funciona


<STYLE>

.table_data
{
border-style:ridge;
border-width:1;
border-spacing: 2px;
border-color: ;
border-collapse: separate;
background-color:#F0EDED;
}
.tab_base
{
background:#6774F0;
font-weight:bold;
border-style:ridge;
border-width:1;
cursor:pointer;
}
.table_sub_heading
{

background:#5B7696;
// background:#CCCCCC;
font-weight:bold;
border-style:ridge;
border-width:1;
}
.table_body
{
background:#F0F0F0;
font-wieght:normal;
font-size:12;
font-family:sans-serif;
border-style:none;
border-width:1;
border-spacing: 0px;
border-collapse: collapse;
}
.tab_loaded
{
background:white;
color:white;
font-weight:bold;
border-style:none;
border-width:1;
cursor:pointer;
}
</STYLE>

Gracias por todo

David