arkadaşlar sorunu çözdüm
Yanlış:
Kod:
<a href="sellersAndServices.ASP?pageType=services">
<tr style="cursor:hand">
<td height="23" onMouseOver="this.style.backgroundColor='#FFFFFF';" onMouseOut="this.style.backgroundColor=''" style="font-family: Arial; font-size: 8pt; color: #2A2A2A"> Servisler</td>
</tr>
Doğru:
Kod:
<tr style="cursor:hand">
<td height="23" onMouseOver="this.style.backgroundColor='#FFFFFF';" onMouseOut="this.style.backgroundColor=''" style="font-family: Arial; font-size: 8pt; color: #2A2A2A"> <a href="sellersAndServices.ASP?pageType=services">Servisler</td>
</tr>