Javascript conversion from IE to mozilla firefox <a href="#" >

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdbrown
    New Member
    • Sep 2007
    • 1

    #1

    Javascript conversion from IE to mozilla firefox <a href="#" >

    Hi guys,

    I have been searching for solutions, but in vain. Hope i'll be able to source for answers here from you guys, thanks in anticipation.

    I have this application that works fine in IE7, but not in mozilla. I have this left menu bar that is suppose to have a column with 2 sub menu. In IE7, the sub menu is able to be shown, but sad to say, in mozilla, it doesn't budge.

    My codes snippet being,

    Code:
    <li class="top" id="clothes"><a href="#" accesskey="K">Clothes</a></li>
        	<li class="submenu" id="tops1"><a href="tops.do" target="mainFrame" accesskey="G">Tops</a></li>                         	
     	    	<logic:present role="Retail.Create New Bill Payment">
    		<li class="submenu" id="tops2"><a href="BillClothesWishList.do?method=start&home=MainCS.do" target="mainFrame" accesskey="K">Bill Clothes Wish List</a></li>                     
    		</logic:present>
    Seems to me that it is due to the <href="#">. Hope there's an answer as to how should i go about changing it so that it is compatible for both IE7 as well as mozilla, in fact, let's just make it compatible for most used browsers, thanks again for your time.

    regards, mdbrown
    Last edited by mdbrown; Sep 20 '07, 03:09 AM. Reason: input [code] tags
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Welcome to TheScripts.

    What code are you using to show the sub-menu?

    Comment

    Working...