How to create a sub menu with mouseover on the main tabs on homepage ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 14 ans
How to create a sub menu with mouseover on the main tabs on homepage ?

I looked into the code and i found this :

How to create a sub menu with mouseover on the main tabs on homepage ?

        <li><a href="<%=Page.ResolveUrl("~/Default.aspx")%>">
            <%=GetLocaleResourceString("Content.HomePage")%></a> </li>  
        <li><a href="<%=Page.ResolveUrl("~/Search.aspx")%>">
            <%=GetLocaleResourceString("Search.Search")%></a> </li>
        <li><a href="<%=Page.ResolveUrl("~/Account.aspx")%>">
            <%=GetLocaleResourceString("Account.MyAccount")%></a> </li>

so how i can create a sub menu if i want to create it ?
Like  within search option i want sub menus like 1) search by product name 2) search by Description

Please explain me
Il y a 14 ans
please help me with this issue....
Il y a 13 ans
Please help........
I have to do the same.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.