Premessa sono un mega profano però fino ad oggi mi arrangicchiavo
sto rifacendo il foglio di stile per un mio sito web e non riesco a capire perchè ie8 non me lo riconosce nè in locale ne on line questo è il codice
body{
background-color: #FFFFFF;
scrollbar-3dlight-color: #F0F8FF;
scrollbar-arrow-color: #FFA800;
scrollbar-base-color: #F0F8FF;
scrollbar-darkshadow-color: Black;
scrollbar-face-color: #F0F8FF;
scrollbar-highlight-color: #F0F8FF;
scrollbar-shadow-color: #999999;
scrollbar-track-color: #FEFFE6;
text-decoration: none;
}
#principale{
position: absolute;
width: 100%;
height: 600px;
z-index: 1";
}
#menu{
position: absolute;
width: 100%;
height: 30px;
z-index: 1;
left:0px;
top:0px;
}
.titolo{
position: absolute;
width: 100%;
height: 200px;
z-index: 1;
left:0px;
top:30px;
background-color: #F0F8FF;
background-image: url(images/sfondo1.jpg);
background-repeat: no-repeat
}
#sx{
position: absolute;
width: 33%;
height: 300px;
z-index: 1;
left:0px;
top:230p;
}
#cx{
position: absolute;
width: 33%;
height: 300px;
z-index: 1;
left:33%;
top:230px;
}
#dx{
position: absolute;
width: 33%;
height: 300px;
z-index: 2;
left:66%;
top:230px;
}
#fondo{
position: absolute;
width: 100%;
height: 100px;
z-index: 3;
left:0px;
top:530px;
che viene richiamato
da questa istruzione....
<head>
<link rel="stylesheet" href="nuovostile.css" type="text/css" >
</head>
su firefox funziona su ie8 viene ignorato......s
qualche consiglio.....

Rispondi quotando