Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/09/2004, 05:22
Avatar de seoista
seoista
 
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 7 meses
Puntos: 59
Hola kemie

Mi pregunta es:

1º.- ¿Como se pone esto en el DIV, así?

<div id="Layer2" style="position:absolute; left:150px; top:5px; width:366px; height:142px; z-index:2; filter:alpha(opacity=50);">
<font face="arial" color="#0000FF" size=6><span style="width=500;filter:glow(color=#000000 strength=7)"><strong>LO QUE SEA</strong></span></font></div>


2º.- O así:

<style>
#midiv{
/*para versiones mas viejas de mozilla*/
-moz-opacity:0.8;
/*para versiones nuevas, y otros navegadores, es CSS3*/
opacity:0.8;
/*para internet explorer*/
filter:alpha(opacity=80);
}
</style>

<div id="Layer2" style="position:absolute; left:150px; top:5px; width:366px; height:142px; z-index:2; class=midiv">
<font face="arial" color="#0000FF" size=6><span style="width=500;filter:glow(color=#000000 strength=7)"><strong>LO QUE SEA</strong></span></font></div>


Con el 1º, SI HACE EL EFECTO.
Con el 2º, NO HACE NINGÚN EFECTO, o ¿es que lo he puesto mal?.

Gracias por tu atención
__________________
· No contesto por M.P.