Código
<html> <head> <title>Eliken</title> </head> <script type="text/css"> .recuadro { border:none 5px #000000; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; } </script> <script type="text/javascript"> </script> <body style="color: white; background-image:url('imagenes/fondoweb.jpg');"> <div class="recuadro" style="position: fixed; left: 10px; top: 10px; border: 4px soild blue; color: white; background-color: red; width: 400px">hola</div> </body> </html>
A mi no me funciona.