Ver Mensaje Individual
  #14 (permalink)  
Antiguo 20/06/2003, 03:03
Avatar de regui
regui
 
Fecha de Ingreso: abril-2002
Mensajes: 287
Antigüedad: 22 años
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