Ecco il codice del layout.css:/* CSS Document */
*{
padding: 0;
margin: 0;
}
#gabbia {
margin-top:5px;
margin-bottom:5px;
margin-left:auto;
se metto auto firefox me lo centra perfettamente ie no!!!margin-right:auto;
se metto auto firefox me lo centra perfettamente ie no!!!width: 800px;
background:url('../images/middle.png');
background-repeat:repeat-y;
}
#top {
background: url('../images/top.png');
background-repeat: no-repeat;
height: 20px;
}
#centro {
padding: 0 40px 0 40px;
}
.header {
height: 130px;
background: url('../images/titolo.png');
background-repeat: no-repeat;
}
.navigatore {
background: url('../images/navigatore.png');
background-repeat: no-repeat;
border-top: 1px solid #DEDCDC;
border-bottom: 1px solid #DEDCDC;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 182px;
width: 600px:
}
.bloccoleft {
float:left;
display: inline;
width:180px;
height:60%;
margin-right: 0;
margin-top: 1;
border-left: 1px solid #DEDCDC;
border-right: 1px solid #DEDCDC;
background: #999999;
}
.middle {
table-layout: fixed;
width: 550px;
margin-top:10px;
margin-left: 180px;
padding-left: 10px;
}
#clear {
display: block;
clear: both;
width: 100%;
height:1px;
overflow:hidden;
}
.piedipagina {
background:url('../images/navigatore.png');
background-repeat: no-repeat;
text-align: center;
border-top: 1px solid #DEDCDC;
border-bottom: 1px solid #DEDCDC;
padding: 12px;
}
#down {
background:url('../images/down.png');
background-repeat: no-repeat;
height: 28px;
}
---------------------------------------------------------------
il codice della pagina index.php:in allegato
-----------------------------------------------------------------------------------------------
Grazie roberto per la risposta di prima, mi sto avvicinando a joomla piano piano ( sono un grafico

) sicuro ho fatto un css ed un codice spartano...eheheh grazie per l'aiuto.