asp seo menu

Last post 06-12-2009 1:49 PM by chintanpshah. 4 replies.

Sort Posts:

  • asp seo menu

    06-09-2009, 8:53 AM
    • Participant
      984 point Participant
    • SpongeBert
    • Member since 08-10-2006, 10:21 PM
    • Posts 1,077

    Hello,

     I want to display the seo menu like this:

            <div id="panelMenu">
                 <ul>
                     <li class="done"><img src="img/een_done.jpg" alt="shirts, fabric" /><a href="Men_Fabric_DEF.html">Fabric</a></li>
                        <li class="current"><img src="img/twee_current.jpg" alt="shirts, fabric" /><a href="Men_Design_collar_DEF.html">Design</a></li>
                        <li class="todo"><img src="img/todo3.jpg" alt="shirts, fabric" /><a href="Men_Design_Initials.html">MONOGRAM</a></li>
                        <li class="todo"><img src="img/todo4.jpg" alt="shirts, fabric" /><a href="Men_sizing.html">Sizing</a></li>
                        <li class="last_todo"><img src="img/todo5.jpg" alt="shirts, fabric" /><a href="Men_review.html">Review</a></li>
                    </ul>
                    <div class="clear">.</div>

    Is this possible? It seems I cannot assign an ID...

    Kind Regards

    Please give us feedback no matter whether you get your answer.
    Please "mark as answer" if it's useful for you

    Sincerely,
    SpongeBert
  • Re: asp seo menu

    06-09-2009, 9:09 AM
    • Star
      10,282 point Star
    • chintanpshah
    • Member since 11-19-2008, 5:39 AM
    • Ahmedabad
    • Posts 1,834

    SpongeBert:

    Is this possible? It seems I cannot assign an ID...

    Where do you want to assign ID?

    You can assign it in any element and set runat=server to access it in code-behind.

    Hope this helps...

    Don't forget to mark as answer, if it helps
  • Re: asp seo menu

    06-09-2009, 9:22 AM
    • Participant
      984 point Participant
    • SpongeBert
    • Member since 08-10-2006, 10:21 PM
    • Posts 1,077

    @chintanpshah: Thanks for your reply! I want to assign it to asp:MenuItem. I need this because I want to show a number of step as image.

        <asp:Menu ID="EntertainmentMenu" runat="server" Orientation="Horizontal"
                OnMenuItemClick="OnClick" CssSelectorClass="SimpleEntertainmentMenu">
                <Items>
                    <asp:MenuItem Text="FABRIC"></asp:MenuItem>
                    <asp:MenuItem Text="DESIGN"> </asp:MenuItem>
                    <asp:MenuItem Text="MONO"> </asp:MenuItem>
                    <asp:MenuItem Text="SIZING"> </asp:MenuItem>
                    <asp:MenuItem Text="REVIEW"> </asp:MenuItem>
                </Items>
            </asp:Menu>

    Hope you can help me out.

    Please give us feedback no matter whether you get your answer.
    Please "mark as answer" if it's useful for you

    Sincerely,
    SpongeBert
  • Re: asp seo menu

    06-10-2009, 9:18 AM
    • Participant
      984 point Participant
    • SpongeBert
    • Member since 08-10-2006, 10:21 PM
    • Posts 1,077

    To be sure you understand me.

    I want to be my menu like this:

    image of number 1 Fabric - image of number 2 DESIGN - image of number....

     

    THanks

    Please give us feedback no matter whether you get your answer.
    Please "mark as answer" if it's useful for you

    Sincerely,
    SpongeBert
  • Re: asp seo menu

    06-12-2009, 1:49 PM
    • Star
      10,282 point Star
    • chintanpshah
    • Member since 11-19-2008, 5:39 AM
    • Ahmedabad
    • Posts 1,834

    Have you tried this:

    <asp:MenuItem Text="<img src="img/een_done.jpg" alt="shirts, fabric" />Fabric"></asp:MenuItem>

    Hope this helps...

    Don't forget to mark as answer, if it helps
Page 1 of 1 (5 items)