Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/05/2003, 19:41
Avatar de hucasys
hucasys
 
Fecha de Ingreso: noviembre-2001
Ubicación: Bastante buena...
Mensajes: 816
Antigüedad: 22 años, 5 meses
Puntos: 3
td background no-repeat

Jelou...

Estoy haciendo una tabla en la cual, en algunas celdas se repita el fondo y en otras no. Para que no se repita en una he probado esto....

Tengo el siguiente archivo css :

TD.norepeat {background-repeat: no-repeat;
}


Luego, en el html que tiene link al css :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0">
<tr>
<td height="162" class"norepeat" background="images/autor_r2_c1.gif">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

Help plís :-p soy muy torpe
__________________
La manera en que resuelves el problema, es el problema.
ROBERT FRIPP