20/06/2003, 03:03
|
| | | Fecha de Ingreso: abril-2002
Mensajes: 287
Antigüedad: 22 años, 6 meses Puntos: 0 | |
Dices que no te funciona? es raro, yo también tengo IE 6.0 y no me da ningún problema. Prueba con este código a ver? <html>
<head>
<title>Sombra</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.sombra {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #006600;
text-decoration: none;
filter: DropShadow(Color=#FF0000, OffX=3, OffY=3);
}
-->
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="sombra">texto de prueba</td>
</tr>
</table>
</body>
</html>
De exho si no tengo mal entendido solo funciona a partir de IE 5.0
__________________ "En cuanto a mí, sólo sé que no sé nada"
Sócrates |