Place an image.jpg as the maximized background

Asked

Viewed 164 times

0

<head>
<link rel="stylesheet" href="stilo.css">
</head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Gleriston</title>
<body background="images.jpg" style="background-repeat: no-repeat" background>

<h2>Sua viagem comeca aqui</h2>


<div align="center"> Login:<input type="text" name="nome"> </div><br>
<div align="center"> Senha:<input type="text" name="nome1"> <br> <br>

<input type="submit" value="Entrar"></div>


<div id="nav">

</div>

<div id="section">

</div><br><br><br><br><br><br>

<div id="footer">
Copyright © Gleriston.com
</div>
</body>
</html>

Here and the CSS:

<style>
#bg{

}

#header {

}
#nav {

}
#section {

}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}
</style>
  • 1

    che, Gleison, how do you put a thing like that and go away??? Shows very little interest... :(

  • Hi, my net this bad, excuses, moral of the story I’m using jsp,html and css to be clearer I want to put a maximized image,so I can only put it in the left corner of the monitor the image is in my project. Disregard the background after no-repeat,.

  • Since the problem is CSS and HTML, not Java, the top answer probably works.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.