Forums

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

Home Forums CSS How to code this picture in CSS??

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #36938
    thebirdbath
    Member

    I got stuck with a design (not by me) to build a footer in CSS. I’m searching google and trying different things in my attempt at building this and keep running into walls.

    Can anyone make a run at this?

    Image of what I’m trying to build.
    http://i141.photobucket.com/albums/r69/thebirdbath/footer.jpg

    #97882
    Senff
    Participant

    I would probably end up with 6 lists, with lists 1-3-5 having a strong first listitem, lists 2-4-6 having an empty listitem, and lists 2-4 having a right border.

    But that’s just because I’m kinda lazy about this! ;)

    #97889
    Maikel
    Member

    Uh..

    http://jsfiddle.net/Maikel1234/vgXUq/

    Didn’t have much time.

    #97934
    thebirdbath
    Member

    Awesome examples guys. I think that shall work!!

    #98003

    @karlpcrowley That’s a good snippet, I have always used this: ...

    #98005
    noahgelman
    Participant

    @joshuanhibbert, that’s less ideal than karlpcrowley’s code. You would have to apply that multiple times if there’s more than 1 link which is more code than is necessary.

    karlpcrowley’s is simpler and easily extended to include more or less links. Plus it’s easier to add effects should you want to later.

    #98094
    benjamin2012
    Participant

    Robs is the best answer I think!

    #98097

    @noahgelman I agree with you :)

    #98112
    wolfcry911
    Participant

    I think I would change Robs just slightly. I don’t like the use of two uls when it’s clearly one (two-column) list. I also don’t agree with the wrapping ul, but that’s purely subjective.

    http://codepen.io/wolfcry911/pen/Dukms

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