Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/11/2002, 23:30
corteh
Colaborador
 
Fecha de Ingreso: julio-2002
Ubicación: Buenos Aires
Mensajes: 699
Antigüedad: 21 años, 8 meses
Puntos: 1
algunos efectos:

efecto alpha:

<style><!--
.alpha { Filter: alpha(opacity=30);
height:12}
--></style>

efecto blur:

<style><!--
.blur {
Filter: blur(Add=1, Direction=45,strength=4); height:12}
--></style>

efecto glow:

<style><!--
.glow {
filter:glow(color=#000000, strength=10);
height: 12; }
--></style>

efecto wave:

<style><!--
.wave {Filter: wave(Add=0, Freq=5, LightStrength=10 ,Phase=5 ,Strength=2); height:12}
--></style>


efecto xray:

<style><!--
.xray {
Filter: xray; height:12}
--></style>




saludos y espero q te sirva...