- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- Problema con background-image in IE 6
-
Problema con background-image in IE 6
Ciao a tutti,
ho un piccolo problemino:con IE 6 non mi mostra le immagini "background-image" richiamate sia da un css esterno sia dal tag html nella pagine (come proprietà del DIV) mi aiutate???
Con Firefox e IE 7 tutto ok...
posto il link dell' area di sviluppo provvisoria
[..]
e il codice del file CSS esterno:
[html]
#body{
background-image:url(../style/bg.gif);
}#container {
background-color:#FFFFFF;
width:800px;
margin:0px auto;
text-align:center;
}#header {
background-image:url(../style/bg.gif);
width:800px;
text-align:center;
}#center {
background-color:#FFFFFF;
width:800px;
border-bottom:1px solid;
border-color:#666666;
text-align:center;
}#text {
background-color:#FFFFFF;
width:792px;
margin-top:4px;
margin-bottom:4px;
text-align: justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
background-image:url(../style/bg.gif);
width:800px;
text-align:center;
}a:link {color: #0099FF;}
a:visited {color:;}
a:hover {color: #FFFF00;}
a:active {color:;}.Stile5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
[/html]Vi prego aiutatemi.. mi ci sto scozzando da una settimana senza risultati
Grazie anticipatamente a tutti
Ciao