Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/10/2005, 19:03
furoya
(Desactivado)
 
Fecha de Ingreso: noviembre-2002
Ubicación: Ciudad Autónoma de Buenos Aires
Mensajes: 2.367
Antigüedad: 21 años, 6 meses
Puntos: 317
Hola todos :

A mi también me parece que el borde no acepta background (mucho menos una imagen dentro) así que habrá que inventar algo.

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<style>
.alfa{
background-image: url(http://www.forosdelweb.com/images/rating/rating_5.gif);
background-position: top center;
border-width:0px;
}
.alfa td{
background-color: #ffffff;
font-size: 16px;
font-family: "times new roman", arial;
}


.zulu{
background-color: #ffffff;
}
.yankee{
font-size: 1px;
background-image: url(http://www.forosdelweb.com/images/editor/justifycenter.gif);
background-repeat: repeat-x;
background-position: center;
height: 15px;
}
.xray{
background-image: url(http://www.forosdelweb.com/images/editor/justifycenter.gif);
background-repeat:repeat-y;
background-position:center;
}
.whisky{
background-color:#ffffff;
padding:10px;
border:1px solid;
}
</style>
</head>
<body>
<table class="alfa" border=1 cellspacing=12>
<tbody>
<tr>
<td>QWERTYUIOP</td>
<td>QWERTYUIOP</td>
</tr>
</tbody>
</table>

<br /><br />

<table class="zulu" border=0 cellspacing=0>
<tbody>
<tr>
<td><img src="http://www.forosdelweb.com/images/editor/justifycenter.gif" /></td>
<td class="yankee">&nbsp;</td>
<td class="yankee">&nbsp;</td>
<td><img src="http://www.forosdelweb.com/images/editor/justifycenter.gif" /></td>
</tr>
<tr>
<td class="xray">&nbsp;</td>
<td class="whisky">QWERYUIOP</td>
<td class="whisky">QWERYUIOP</td>
<td class="xray">&nbsp;</td>
</tr>
<tr>
<td class="xray">&nbsp;</td>
<td class="whisky">QWERYUIOP</td>
<td class="whisky">QWERYUIOP</td>
<td class="xray">&nbsp;</td>
</tr>
<tr>
<td><img src="http://www.forosdelweb.com/images/editor/justifycenter.gif" /></td>
<td class="yankee">&nbsp;</td>
<td class="yankee">&nbsp;</td>
<td><img src="http://www.forosdelweb.com/images/editor/justifycenter.gif" /></td>
</tr>
</tbody>
</table>
</body>
</html>
Por supuesto que las imágenes deben ser tipo "mosaico". El segundo es el mismo que se usa para el efecto de bordes con esquinas redondas.

saludos

furoya