Código HTML:
<iframe id="alerta" scrolling="no" frameborder="0" style="background-image:url(alerta.png); position:absolute; width:330px; height:240px; bottom:-200px; right:0px; display:none;"></iframe>
No me aparece la imagen por muchas cosas que he probado, como por ejemplo añadir un estilo tal como este:
Código HTML:
<style> #imagen { width: 330px; height: 240px; background-image: url("alerta.png") !important; background-image: none; filter: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='alerta.png'); } </style>