Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Vertical Menu -> Horizontal Menu?!

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42810
    xcadesigns
    Member

    Hi, I just need a little help with the menu in my site.

    I want them to be aligned horizontally in one row, just like any other ordinary menu, instead of what it looks like right now on my site.

    Can you show me how to do it right?

    Here’s my site: http://schooluniformsprosncons.blogspot.com/

    Thank you very much!

    #125007
    gilgimech
    Participant

    Try this in your css

    .navigation{
    list-style-type:none;
    }
    .navigation li{
    float:left;
    }

    #125012
    xcadesigns
    Member

    wow, it worked! thank you very much!! i’ve been trying to find my way around it for a while now.. in fact, i’ve been working on the site for 3 hours straight customizing it, etc. and this one problem was the one thing that really got in the way.. anyway, thanks a lot for showing me how to fix it. I didn’t realize it would just require a couple of simple codes. ^^

    many thanks again, gilgimech!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.