Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Lorenzo 5 posts 25 karma points
    Mar 10, 2011 @ 11:39
    Lorenzo
    0

    Navigation menu splitted in multiple columns

    Hello,

    I would like to render the following html:

    <div class="footernavlr">
        <div class="footernavleft">
            <div class="footernavlist">
                <ul>
                    <li class="footernavlistactive"><a href="home.html">Home</a> </li>
                    <li><a href="aboutus.html">Who we are</a> </li>
                    <li><a href="javascript:void(0);">What we do</a> </li>
                </ul>
            </div>
        </div>
        <div class="footernavright">
            <div class="footernavlist">
                <ul>
                    <li><a href="joinus.html">Join us</a> </li>
                    <li><a href="contactus.html">Contact us</a> </li>
                    <li><a href="news.html">News</a> </li>
                </ul>
            </div>
        </div>
    </div>

    Could you please give me a clue?

     

    Thanks.

  • Chriztian Steinmeier 2798 posts 8788 karma points MVP 8x admin c-trib
    Mar 10, 2011 @ 17:03
    Chriztian Steinmeier
    0

    Hi Lorenzo,

    Few questions for you:

    1. How are your pages structured in the Content tree?
    2. Do you need the editors to be able to put items in either column?
    3. What's up with the javascript:void(0); link - is that intentional?

    If you don't need a lot of customizing, sometimes it's perfectly valid to just do the simplest thing... let us know how flexible it needs to be.

    /Chriztian

  • Lorenzo 5 posts 25 karma points
    Mar 11, 2011 @ 09:45
    Lorenzo
    0

    Actually that will be a static footer menu. I was just thinking to do something "future-proof". I think I'm going to create something very simple like you suggested.

     

    Thanks :)

Please Sign in or register to post replies

Write your reply to:

Draft