non riesco a risolvere l'allineamento dello sfondo con IE, rimane sempre una parte sulla dx
http://www.leblancdisco.it/
vi allego il css
tnks in advance
Codice PHP:
/* Layout Stylesheet */
html, body{
margin:0;
padding:0;
color:#000000;
background-attachment: fixed;
background-color: #C8EBF5;
background-image: url(../../leblanc/images/bg.jpg);
background-repeat: repeat-x;
font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
font-size: small;
line-height: 1.4;
}
#wrap {
width:515px;
margin:0 auto 0 auto;
background:#fff url(../../leblanc/images/wrap.jpg) repeat-y;
}
#hdr{
width:515px;
height:260px;
margin:0;
color:#000000;
/*background-color: #FF0000;*/
background-image: url(../../leblanc/images/head.jpg);
background-repeat: no-repeat;
background-position: right;
padding: 0px;
}
#lh-col{
width:460px;
float:left;
color:#72833C;
padding:10px;
margin-left: 8px;
}
#content {
margin:10px;
background:#fff;
}
#footer {
height:100px;
margin:0;
color:#57652E;
background:#fff url(../../leblanc/images/footer.png) no-repeat;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: x-small;
font-style: normal;
line-height: 1.2;
font-weight: normal;
font-variant: normal;
}
#footer #credits {
margin: 0 20px 0 20px;
padding-top:35px;
}
h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}
#hdrimg h1 {
padding:60px 0 0 0;
font-size: 2em;
text-align: center;
}
.tag {
margin:0 0 30px 0;
font-size: 1.2em;
text-align: center;
}
h1, h1 a, h1 a:hover, h1 a:visited, .tag {
text-decoration: none;
color: #fafbfc;
}
a:link, a:visited {
color:#57652E;
font-weight:bold;
text-decoration:underline;
}
a:hover {
color:#72833C;
text-decoration:none;
}
#exitcontent {
margin:0 10px;
float:right;
}