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,
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
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>
regards, mdbrown
Comment