+ Yanıtla
Toplam 2 sonuçtan 1 ile 2 arası olanlar

Konu Başlığı: açılır menü firefox sorunu

  1. #1

    açılır menü firefox sorunu

    arkadaşlar bu açılır menünün linklerine Explorer'da tıklayabiliyorum fakat Firefox'ta tıklayamıyorum

    ypSlideOutMenu adında bir menü kodlarım şöyle menu.js dosyası ise ekte sorunu çözebilmem için yardım ederseniz çok sevinirim

    menu'nun calıs(mayan)an haline www.copkonteyneri.net adresinden bakabilirsiniz

    Kod:
    <script language=JavaScript src="../js/menu.js"></script>
    <script language=JavaScript>
    	//left,top,width,height
    	new ypSlideOutMenu("menu3", "down", 0, 369, 170,360)
    	new ypSlideOutMenu("menu4", "down", 0, 369, 170,360)
    </script>
    
    <div align="center">
    	<table border="0" width="730" id="table3" cellspacing="0" cellpadding="0" height="40">
    	<tr>
    		<td bgcolor="#353535" width="10"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="10" height="10"></td>
    		<td background="../images/menuBack.gif" align="center">
    		<table border="0" id="table4" cellspacing="0" cellpadding="0">
    			<tr>
    				<td width="67"><a href="default.ASP"><img border="0" src="http://forum.zoque.net/images/menu_anasayfa.gif" width="67" height="40"></a></td>
    				<td width="16"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="16" height="40"></td>
    				<td width="87"><a href="pageGroup.ASP?groupID=2"><img border="0" src="http://forum.zoque.net/images/menu_firmaProfili.gif" width="87" height="40"></a></td>
    				<td width="16"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="16" height="40"></td>
    				<td width="101">
    				
    				<div id=menu3Container>
    				<div style="z-index: 26" id=menu3Content>
    				
    				<table width="170" border="0" id="table1" cellspacing="0" cellpadding="0">
    					<tr>
    						<td  height="2" bgcolor="#003399"></td>
    						<td width="2"></td>
    					</tr>
    					<tr>
    						<td bgcolor="#FDE7E7">
    						<table border="0" width="100%" id="table3" cellspacing="0" cellpadding="0" bgcolor=#00b06c>
    						
    							<%
    								Set RSPGM=server.CreateObject("ADODB.RecordSet")
    								SQLPGM="SELECT * FROM ProductGroups WHERE statusTR=1 order by sort ASC"
    								RSPGM.open SQLPGM,Conn,3,1
    							%>
    							
    							<% while not RSPGM.EOF %>
    							<% rowCount=rowCount+1%>
    						
    							<a href="productGroupSubs.ASP?groupID=<%=RSPGM("groupID")%>">
    						
    							<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">&nbsp;&nbsp;&nbsp;<%=RSPGM("nameTR")%></td>
    							</tr>
    							
    							</a>
    							
    							<% if RSPGM.RecordCount<>rowCount then %>
    							
    							<tr>
    								<td bgcolor="#003399" height="1"></td>
    							</tr>
    							
    							<% end if %>
    							
    							<% RSPGM.MoveNext %>
    							<% wend %>
    							
    							<% rowCount=0 %>
    							<% RSPGM.Close %>
    							<% set RSPGM=nothing %>
    							
    						</table>
    						</td>
    						<td bgcolor="#BFBFBF" width="2"></td>
    					</tr>
    					<tr>
    						<td bgcolor="#FDE7E7"><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td><td bgcolor="#FDE7E7"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td><td bgcolor="#BFBFBF" width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    						<td bgcolor="#BFBFBF" width="2"></td>
    					</tr>
    					<tr>
    						<td bgcolor="#FDE7E7"><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td width="2"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="2" height="1"></td><td bgcolor="#BFBFBF"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    						<td bgcolor="#BFBFBF" width="2"></td>
    					</tr>
    					<tr>
    						<td><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td width="3"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="3" height="1"></td><td bgcolor="#BFBFBF"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    						<td width="2"><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td bgcolor="#BFBFBF" width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td><td width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    					</tr>
    				</table>
    				
    				</div>
    				</div>
    				
    				<a href="productGroups.ASP" id="menu3" onMouseOver="ypSlideOutMenu.MenuGoster('menu3')" onMouseOut="ypSlideOutMenu.MenuGizle('menu3')"><img border="0" src="http://forum.zoque.net/images/menu_urunProgrami.gif" width="101" height="40"></a></td>
    				<td></td>
    				<td width="16"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="16" height="40"></td>
    				<td width="83">
    				
    				<div id=menu4Container>
    				<div style="z-index: 26" id=menu4Content>
    				
    				<table width="150" border="0" id="table1" cellspacing="0" cellpadding="0">
    					<tr>
    						<td  height="2" bgcolor="#003399"></td>
    						<td width="2"></td>
    					</tr>
    					<tr>
    						<td bgcolor="#FDE7E7">
    						<table border="0" width="100%" id="table3" cellspacing="0" cellpadding="0" bgcolor=#00b06c>
    						
    							<a href="sellersAndServices.ASP?pageType=sellers">
    						
    							<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">&nbsp;&nbsp;&nbsp;Bayiler</td>
    							</tr>
    							
    						  </a>
    							
    							<tr>
    								<td bgcolor="#003399" height="1"></td>
    							</tr>
    							
    							<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">&nbsp;&nbsp;&nbsp;Servisler</td>
    							</tr>
    							
    							</a>
    							
    							<tr>
    								<td bgcolor="#003399" height="1"></td>
    							</tr>
    							
    							<a href="sellersAndServices.ASP?pageType=all">
    						
    							<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">&nbsp;&nbsp;&nbsp;Tüm Bayiler ve Servisler</td>
    							</tr>
    							
    							</a>
    							
    						</table>
    						</td>
    						<td bgcolor="#BFBFBF" width="2"></td>
    					</tr>
    					<tr>
    						<td bgcolor="#FDE7E7"><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td><td bgcolor="#FDE7E7"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td><td bgcolor="#BFBFBF" width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    						<td bgcolor="#BFBFBF" width="2"></td>
    					</tr>
    					<tr>
    						<td bgcolor="#FDE7E7"><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td width="2"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="2" height="1"></td><td bgcolor="#BFBFBF"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    						<td bgcolor="#BFBFBF" width="2"></td>
    					</tr>
    					<tr>
    						<td><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td width="3"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="3" height="1"></td><td bgcolor="#BFBFBF"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    						<td width="2"><table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0" height="1"><tr><td bgcolor="#BFBFBF" width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td><td width="1"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="1" height="1"></td></tr></table></td>
    					</tr>
    				</table>
    				
    				</div>
    				</div>
    				
    				<a href="#" id="menu4" onMouseOver="ypSlideOutMenu.MenuGoster('menu4')" onMouseOut="ypSlideOutMenu.MenuGizle('menu4')"><img border="0" src="http://forum.zoque.net/images/menu_bayiServis.gif" width="83" height="40"></a></td>
    				<td width="16"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="16" height="40"></td>
    				<td width="65"><a href="news.ASP"><img border="0" src="http://forum.zoque.net/images/menu_haberler.gif" width="65" height="40"></a></td>
    				<td width="16"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="16" height="40"></td>
    				<td width="111"><a href="humanResource.ASP"><img border="0" src="http://forum.zoque.net/images/menu_insanKaynaklari.gif" width="111" height="40"></a></td>
    				<td width="16"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="16" height="40"></td>
    				<td width="53"><a href="communication.ASP"><img border="0" src="http://forum.zoque.net/images/menu_iletisim.gif" width="53" height="40"></a></td>
    			</tr>
    		</table>
    		</td>
    		<td bgcolor="#353535" width="10"><img border="0" src="http://forum.zoque.net/images/spacer.gif" width="10" height="10"></td>
    	</tr> 
    </table></div>
    
    Ekli Dosyalar (Kullanmadan önce virüs taramasından geçiriniz)

  2. #2

    Re: açılır menü firefox sorunu

    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">&nbsp;&nbsp;&nbsp;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">&nbsp;&nbsp;&nbsp;<a href="sellersAndServices.ASP?pageType=services">Servisler</td>
    							</tr>
    

+ Yanıtla

Bu konu başlığı için etiketler

Mesaj Seçenekleri

  • Yeni başlık açamazsınız
  • Cevap yazabilirsiniz
  • Dosya ekleyemezsiniz
  • Mesajlarınızı değiştiremezsiniz