Una cosa cosi ti puo andare?
Codice PHP:
<html>
<head>
<title>prova</title>
<style type="text/css">
#bottombar-container
{
left: 0px;
margin: 0;
width: 100%;
z-index: 9999;
position: fixed;
bottom: 0px;
}
#bottombar
{
background: #f2f2f2;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
bottom: 0px;
color: #333;
height: 25px;
margin:0 auto;
width: 95%;
z-index: 9999;
}
</style>
</head>
<body>
<div id="bottombar-container">
<div id="bottombar">
Prova Barra
</div>
</div>
</body>
</html>