Forums

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

Home Forums CSS LavaLamp menu (list) not centering horizontally

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

    I’ve never really had a problem centering lists before, but for some reason this JQuery plugin(?) isn’t centering for me. The list items would need to be manually forced into place.

    My attempt: http://www.unfunction.com/reddit/

    Source: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/

    Thanks in advance!

    *EDIT* Included “horizontally” to clear up any confusion.

    #72885
    chrisburton
    Participant

    @unfunction

    .lavaLamp li {
    float:left;
    display:inline;
    list-style: none;
    line-height: 51px; /* vertically centers the text */
    }
    #72824
    unfunction
    Member

    Sorry for the confusion Christopher, I actually meant horizontally centered. But thanks for taking the time to help.

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