Ver Mensaje Individual
  #7 (permalink)  
Antiguo 29/06/2012, 03:49
Avatar de elacunza
elacunza
 
Fecha de Ingreso: mayo-2011
Mensajes: 46
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: Border en tr de tabla

Muchísimas gracias a todos!

Ahora el problema ha mutado y esque las tablas me llevan de cabeza, veréis, yo tengo la siguiente tabla:

<table id="table-design" cellpadding="0" cellspacing="0">
<thead >
<th>Tipo de habitación</th>
<th>Fecha</th>
<th>Precio</th>
<th>Total</th>
<th>Disponibles</th>
<th></th>
</thead>

<tbody>
tipos_habitaciones
<tr>
<td >
descripcion_tipo_habitacion
</td>
<td>
dias_reserva
</td>
<td>
dias_reserva
</td>
<td>
precio
</td>
<td>
disponibles
</td>
</tr>
</tbody>
</table>

Y quiero conseguir el siguiente efecto:

http://postimage.org/image/ya8ibksij/

Pero claro, la tabla está separada por columnas, no por filas ¿Se podría hacer algo?

Un saludo y gracias de nuevo.