Ver Mensaje Individual
  #9 (permalink)  
Antiguo 20/01/2011, 09:09
sirdaiz
 
Fecha de Ingreso: diciembre-2010
Mensajes: 459
Antigüedad: 13 años, 4 meses
Puntos: 21
Respuesta: Iluminación imagen

Bueno probe el codigo este:

<html>
<head>
<title>Ejemplo1</title>
<style type="text/css">
.opaco:hover {
opacity: .25;
-moz-opacity: .25;
filter:alpha(opacity=25);
}
</style>
</head>
<body>
<img src="fondo.jpg" class="opaco" width="150" height="150">
</body>
</html>

pero en ie no funciona,solo sigue funcionando en crome y firefox, pero bueno algo es algo,muchas gracias por tu ayuda