Ciao sapete come Creare barra stile facebook...
Ciao sapete come Creare barra stile facebook...
scusami, stai creando un sito da zero o hai un cms?
Ciao
un sito da zero
io sono riuscito a fare una cosa del genere pero con ie non si vede bene
<html>
<head>
<title>prova</title>
<style type="text/css">
#bottombar-container{
left: 0px;
margin: 0;
width: 100%;
z-index: 0;
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: 0;
}
</style>
</head>
<body>
<div id="bottombar-container">
<div id="bottombar">
proma
</div>
</div>
</body>
</html>