Ciao, ho questa situazione:
Rollover creato con:
codice:
table.topbannertable th.label1 {
width:236px;
height:150px;
background-image:url("../images/storia_1_off.png");
background-repeat:no-repeat;
background-position:center;
border-bottom: 1px solid #ffffff;
vertical-align:bottom;
}
table.topbannertable th.label1:hover {
width:236px;
height:150px;
background-image:url("../images/storia_1_on.png");
background-repeat:no-repeat;
background-position:center;
border-bottom: 1px solid #ffffff;
vertical-align:bottom;
}
ma come mai non mi funziona su IE ma solo su FIREFOX?
Thanks