Forums

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

Home Forums CSS Align to bottom of a container?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44885
    Zevoxa
    Member

    I’m trying to align my a href links (which are in #nav) and I’m trying to align them to the bottom of .header all at once. I tried putting

    position:absolute;
    bottom: 0px;

    In #nav but all that does is align them to the very bottom of the page. What could I be doing wrong?

    #135639
    ChrisP
    Participant

    @Zevoxa, put `position: relative` on `.header`

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