grazie per le info..
ho copiato spudoratamente il tuo codice ma non mi va...
foglio di stile:
codice:
body {
text-align:center; /* per centrare con IE */
}
#testata {background: #fff url(images/banner.gif) no-repeat top center;
width:87%;
color:#fff;
border-left:1px solid #8fbc8f;
border-bottom:1px solid #f00;
border-top:1px solid #f00;
padding:0px;
margin:0px;
}
pagine HTML
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>test - css</title>
<link rel="stylesheet" type="text/css" href="style/stile_real.css" />
</head>
<body>
<div id="titolo">
venerdì 25 giugno 2004 14:10
</div>
<div id="testata"> </div>
</body>
</html>
adesso devo capire!!