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

Hola chuntin he probado con esto:

<html>

<head>

<title>Ejemplo1</title>

<style type="text/css">


.opaco{
backgroun-color:white
}

.opaco:hover {
filter: alpha(opacity=50);
opacity: .5
}

</style>


</head>

<body>


<img src="fondo.jpg" class="opaco" width="150" height="150">
</body>


</html>

pero no funciona

Te ayudaría con tu post pero en esto del diseño y css no soy bueno, alo mejor si fuera lago de java si,sorry

Gracias por tu respuesta