Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/06/2012, 20:43
lokoguille2005
(Desactivado)
 
Fecha de Ingreso: septiembre-2011
Mensajes: 133
Antigüedad: 13 años, 5 meses
Puntos: 1
alert show poblemas

amigos estoy probando el siguiente alert con stylo y no logro hacerlo funcionar alguien sabe porque?

<style type="text/css">
.Alert{
color : #124332;
background-color: #ffffff;
header-colors : #243322, #243322;
header-height:19;
drop-shadow-enabled: true;
drop-shadow-color :#243322;
corner-radius :6;
border-style :solid;
border-thickness: 1;
border-color : #243322;
footer-colors : #243322, #ffffff;
title-style-name : "title";
}
.title{
font-family :Verdana;
font-size :10;
font-weight :bold;
color :#ffffff;
}
</style>
</head>
<body>
<script language="javascript">
Alert.show('Welcome To Flex','Greetings');
</script>
</body>
</html>