Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/09/2012, 09:12
Avatar de humanista
humanista
 
Fecha de Ingreso: abril-2005
Mensajes: 878
Antigüedad: 19 años
Puntos: 15
Bordes de tabla

Hola, tengo ésto:

Código HTML:
Ver original
  1. <table border="0" cellpadding="0" cellspacing="0" width="870" style="border-top:solid 1px #6E94B4; border-bottom:solid 1px #6E94B4; border-left:solid 1px #6E94B4; border-right:solid 1px #6E94B4; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;">
  2.  <tr>
  3.   <td>
  4.    <table border="0" cellpadding="0" cellspacing="0">
  5.     <tr>
  6.      <td width="872" height="45">aaaaaaa</td>
  7.     </tr>
  8.    </table>                                    
  9.   </td>
  10.  </tr>
  11. <tr>
  12.  <td bgcolor="#F9F9F9">bbb</td>
  13.  </tr>

Cómo hago para que también me redondee el border inferior izquierdo y derecho?