Forums

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

Home Forums CSS Navigation inline bullets two lines…possible?

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

    The navigation for the website that I’m currently working on consists of two lines. For example:

    Instead of
    Birthday Parties

    it would be

    Birthday
    Parties

    Now I usually use inline bullets to arrange my navigation menus, but usually the navigation options consist of just one word, and if it’s two it’s usually on the same line.

    However, when I use inline bullets and use the <br> tag, the whole navigation goes bonkers. Any idea? Is it even possible to create two lines in inline bullets?

    Here’s what I’m talking about:

    http://juliangaviria.net/partybox/

    And this is what it’s supposed to look like:
    http://juliangaviria.net/partybox/partybox.jpg

    Thanks!

    #80299
    TheDoc
    Member

    It’s perfectly acceptable to have a line break in a listed item. The problem you’re encountering is simply that you don’t have the proper CSS going on in your stylesheet to support something like that.

    You should have your listed items floated to the left, each with a set width (not 100%). Try that and you’ll see them starting to line up properly.

    Cheers! And welcome to the forum!

    #80319
    hoolyon
    Member

    Thanks doc!

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