Results 1 to 3 of 3

Thread: Navigation menu

  1. #1
    New user
    Join Date
    09-08-10.
    Posts
    14

    Default Navigation menu

    Hello , I am a beginner and I want to make a horizontal navigation menu :P (links on one row). Which is the best (easiest) way to make horizontal menu? Maybe with CSS? :roll: Thanks in advance.

  2. #2
    User
    Join Date
    04-27-10.
    Posts
    134

    Default Re: Navigation menu

    Hey,

    Use the Navigation Module, give it an ID/Class and use css to make it a horizontal menu.
    This post may help also viewtopic.php?f=4&t=2069

  3. #3
    User
    Join Date
    05-25-10.
    Location
    Rotterdam, The Netherlands
    Posts
    39

    Default Re: Navigation menu

    Hi,

    Add to css:

    .mod_navigation ul {
    display: inline;
    }

    For horizontal menu bar


    Best regards,

    Paul Kegel
    Artified
    --
    Regards, Paul Kegel
    Online designer at Artified | Follow me on twitter

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •