css
codice:
body {
background-color: #97C236;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-right: 10px;
}
.corpo {
width: 850px;
background-color: #FFFFFF;
padding-top: 2px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.menu {
border-top: 2px #383484 solid;
}
html
codice:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="corpo">
<div class="menu">
testo
</div>
</div>
</body>
</html>
A 800x600 il padding-right su FF non va.