Forums

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

Home Forums CSS li’s not floating

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34973
    rappold
    Participant

    http://www.sonicavalanche.de/beta/

    Can anyone tell me why the li’s in the footer aren’t floating?

    #89923
    Mottie
    Member

    Because it’s missing

    footer ul li {
    float: left;
    }

    :)

    #89926
    rappold
    Participant

    Doesn’t it show up in your inspector? It’s definitely not missing http://cl.ly/BPeU

    Wish the solution would’ve been that simple, hehe

    #89928
    rappold
    Participant

    Alright, it’s working now! I have just rewritten the CSS from hand. Maybe some copy/paste voodoo.

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