Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/04/2008, 13:07
xavierpaez
 
Fecha de Ingreso: diciembre-2007
Mensajes: 267
Antigüedad: 16 años, 4 meses
Puntos: 3
Problema degradado

Hola tengo problema con un fondo en degradado en css se ve en IE7 pero no en firefox y ningun navegador :S quisiera que me ayudaran porfavor este es el codigo html y css

<html>
<head>

<style type="text/css">
body {margin:0; background:#FFFFFF}
#body {background:#0018FF;width:100%; height:100%; filter:Alpha(Opacity=100,
FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100%)}
</style>


</head>
<body>
<div id="body"></div>

</body>
</html>

gracias