Alguien podria ayudarme? Aqui les dejo el codigo:
Código HTML:
Ver original
<!DOCTYPE html> <html> <head> <style type="text/css"> body { background:url(webb.jpg)no-repeat; background-attachment: scroll; background-position: right top; background-size: 1400px 600px; -moz-background-size: 1400px 600px; -webkit-background-size: 1400px 700px;; -o-background-size: cover; } form { position: static; margin-top:315px; margin-right: 640px; margin-left:400px; min-width: 315px; text-align: right; font-family: sans-serif; font-size:15px; overflow:scroll; } </style> </head> <body> <form name="formLogin" method="post" action="login.jsp" > <label id="contrasena"> Contraseña: </label> <input type="password" name="contrasena" id="contrasena" maxlength="15"/> <br/> <input type="submit" name="Ingresar" value="Ingresar" /> </form> </body> </html>