Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Ola,fiz um layout em 1024x768 mais não estou conseguindo fazer ele ficar na tela toda e sem barra de rolagem alguem pode me ajudar?
Php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="[http://www.w3.org/1999/xhtml">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tanji Company</title>
<link rel="stylesheet" type="text/css" href="css/index.css" />
<div id="menu">
<a href="home.php"><img src="entrada/entrar.png" width="100" height="31"/></a>
</div>
</body>
</html>
CSS
body {
background-image:url(../entrada/1024x768.2.png);
background-repeat:no-repeat;
width:1024px;
height:768px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}Carregando comentários...