Problema rollover su IE...

  • Creatore Discussione Creatore Discussione neorf
  • Data di inizio Data di inizio

neorf

Nuovo Utente
14 Nov 2006
1
0
0
Ciao,
ho creato un rollover con il seguente codice:
Codice:
table.topbannertable th.label1 {

width:236px;
		height:150px;
		background-image:url("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("storia_1_on.png");
		background-repeat:no-repeat;
		background-position:center;
		border-bottom: 1px solid #ffffff;
vertical-align:bottom;

}

poi usando nella pagina html:
<table border="0" cellspacing="0" cellpadding="0" class="topbannertable">
<tr>
<th class="label1"><a href="?content=storia_1">Testo</a></th>
</tr>
</table>

Ora, il tutto funziona bene su FIREFOX, ma non su IE, come mai?
Eccovi la pagina dove potete vederlo in funzione:
http://www.trix.it/test/roll.htm

ciao e thx :mavieni:
 
Ultima modifica:
Ciao ;)

Ciò che ti succede non è, ahimè, una novità :)

Accade spesso infatti che codice che funziona perfettamente in un browser, non funzioni per altri.. :rolleyes:

Prova con questo semplice script, dovrebbe essere compatibile sia per FireZozz che per IE:
ROLLOVER SU IMMAGINI :book:

Buona lettura
:byebye:
 

Discussioni simili