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 center center fixed; background-size: 1400px 600px; -moz-background-size: 1400px 600px; -webkit-background-size: 1400px 700px; } form { position: absolute; margin-bottom: 400px; margin-top:315px; margin-right: 600px; margin-left: 420px; text-align: right; font-family: sans-serif; font-size:15px; } </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>