Blind Guardian
02-02-2009, 19:30
Questo file css non "lavora" come dovrebbe. L'ho ricontrollato un sacco di volte pur non essendo io un grande esperto di programmazione... ma non è che abbia utilizzato chissà quali funzioni... ai miei occhi dovrebbe funzionare senza problemi, e invece non lo fa... non mi carica nessuna immagine (e ovviamente sono tutte al loro posto) e mi svampa il layout! perché??:muro: :muro: :muro: :muro: :muro:
BODY {
background: #122878;
color: #122878;
margin: 0px;
height: 100%;
}
#page {
width: 900px;
height: 100%;
background: #f5f7ff;
background-image: body_bg.jpg;
border: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
}
#head {
background-image: head_bg.jpg;
height: 134px;
border: 0px;
margin: 0px;
}
#nav {
background-image: nav_bg.jpg;
height: 51px;
width: 797px;
border: 0px;
margin: auto;
}
#main {
background: #f5f7ff;
background-image: body_bg.jpg;
width: 100%;
height: 100%;
border: 0px;
padding-left: 60px;
padding-right: 110px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
text-align: justify;
}
#foot {
background: #f5f7ff;
background-image: foot_bg.jpg;
width: 100%;
height: 17px;
border: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
text-align: center;
position: absolute;
bottom: 0px;
}
#rightc {
width: 110px;
border: 0px;
padding: 0px;
right: 0px;
top: 185px;
margin: 0px;
position: absolute;
}
BODY {
background: #122878;
color: #122878;
margin: 0px;
height: 100%;
}
#page {
width: 900px;
height: 100%;
background: #f5f7ff;
background-image: body_bg.jpg;
border: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
}
#head {
background-image: head_bg.jpg;
height: 134px;
border: 0px;
margin: 0px;
}
#nav {
background-image: nav_bg.jpg;
height: 51px;
width: 797px;
border: 0px;
margin: auto;
}
#main {
background: #f5f7ff;
background-image: body_bg.jpg;
width: 100%;
height: 100%;
border: 0px;
padding-left: 60px;
padding-right: 110px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
text-align: justify;
}
#foot {
background: #f5f7ff;
background-image: foot_bg.jpg;
width: 100%;
height: 17px;
border: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
text-align: center;
position: absolute;
bottom: 0px;
}
#rightc {
width: 110px;
border: 0px;
padding: 0px;
right: 0px;
top: 185px;
margin: 0px;
position: absolute;
}