Originariamente inviato da omodeo
....qual è il codice ?
Grazie!!
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<style type="text/css">
#footer {
position: fixed;
background-color: #0F0;
margin: 0 0 0 -490px;
padding: 0px;
height: 100px;
width: 980px;
overflow: hidden;
z-index: 999;
top: auto;
left: 50%;
bottom: 0px;
}
</style>
</head>
<body>
<div id="footer">Inserite qui il contenuto per id "footer"</div>
</body>
</html>
Prego!