Salve a tutti ho un problema, praticamente nel mio foglio di stile se non imposto nella classe .content la proprietà height con un valore fisso (es 450 px) succede che cambiando pagina il sito che dovrebbe trovarsi sempre nella stessa posizione si sposta di qualche pixel verso destra.
Forse è questione di bordi padding e margini? Li ho azzerati ma succede sempre la stessa cosa.
Qualcuno puo' dirmi cosa succede e dove sbaglio?
Grazie mille in anticipo.
html,body {
font-family: Arial, Helvetica, sans-serif;
text-align:center; /*IE*/
font-size: 12px;
line-height: 24px;
/*background-image: url(../bg_all.png);*/
background-color:#F6F6F6;
background-position:top;
background-repeat:no-repeat;
color: #FFF;
height:auto;
}
.container{
/*border: 1px solid #047135;*/
margin: 0 auto; /*IE*/
width: 1024px;
height: auto;
}
#stage{
background-image: url(../image/stage.png);
background-repeat: no-repeat;
background-position: center;
width: 1024px;
height: 426px;
margin-top: 20px;
}
#stage_testo{
height:auto;
margin: 0 auto;
margin-top: 20px;
}
.stage_testo_class {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: justify;
color:#000;
font-size: medium;
}
.content{
width: 1024px;
height: auto;
padding:0;
margin:0;
border:0;
}
td, th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
color: #330000;
}
form {
background-color: #CCCC99;
}
.title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 30px;
background-color: #990000; color: #FFFF66;
}
.subtitle {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 20px;
font-weight: bold;
color: #660000; font-style: oblique;
}
.header {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #CCC;
height: 105px;
}
#logo{
background-image:url(../image/logo.png);
background-repeat:no-repeat;
width:314px;
height:100px;
float:left;
margin-top: 3px;
}
#menu{
font-size: 15px;
margin: 48px 0 0 0;
width: 673px;
float: right;
background-image: url(../image/bg_menu.png);
height: 33px;
}
.stanghetta {
color: #FFF;
background-color: #FFF;
width: 2px;
height: 33px;
}
ul{
margin:0px;
}
li{
float: Left;
display: Inline;
width: 120px;
text-align:center;
height: 33px;
margin: 0;
padding-top: 3px;
/*margin:auto;*/
}
.nav {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
border:40px;
}
.navLink {
font-family: Arial, Helvetica, sans-serif;
/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-size: 14px;
}
a {
color:#FFF;
text-decoration:none;
outline:none;
}
a:hover {
color:#FFF;
/*background-color: #06F;*/
}
.sidebar {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
padding: 3px;
background-color: #FFFF99;
}
.sidebarHeader {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;
color: #FFFF99;
background-color: #999933;
font-weight: bold;
}
.sidebarFooter {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
background-color: #FFFF99;
color: #990000;
}
#bg_footer{
width:1024px;
height:60px;
background-image: url(../image/bg_footer.png);
background-repeat: no-repeat;
}
.footer{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
font-weight: bold;
text-align: center;
padding-top: 5px;
}
.footer a{
color:#000;
}
.legal {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12pt;
color: #333333;
}
.box1 {
/*border:thin #CCC solid;*/
font-size: 30px;
}
#block{
width: 300px;
height: 100px;
float: left;
margin-right: 20px;
margin-left: 20px;
text-align: center;
}
#blocker{
height: 100px;
width: auto;
margin-left: 15px;
margin-top: 5px;
}
#in_block{
width: auto;
height: auto;
}
.promo {
color: #999;
font-size: 16px;
line-height: normal;
text-align: justify;
}
.titlebar {
font-family: "Times New Roman", Times, serif;
font-size: 9px;
color: #FFFFFF;
background-color: #336699;
}
.dingbat {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #CCCC99;
color: #660000; font-weight: bolder; font-size: medium;
}
input.big {
width: 100px;
}
input.small {
width: 50px;
}
.grassetto {
font-weight: bold;
}.corsivo {
font-style: italic;
}
.titolo_paragrafo {
color: #007134;
}
#dove_siamo{
width:250px;
height:300px;
float:left;
margin-right:20px;
}
.dove_siamo{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#000;
text-align:right;
}
.dove_siamo a{
color:#000;
}

Rispondi quotando