Forums

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

Home Forums CSS [Solved] A relative problem that I absolutely need fixed

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #154844
    cybershot
    Participant

    I have this div that is about 590px wide. At the bottom I have a div that holds pagination. The 590 div has position: relative applied. I want the pagination div to stick to the bottom of the 590 div. So I did position: abosolute; on the pagination div but I noticed that when I did that, the width of the pagination div which stretches 100% by default shrunk way down. I don’t know why applying position absolute did that. Do you know how to fix it?

    http://codepen.io/anon/pen/IfKHw

    #154846
    cybershot
    Participant

    Thank You

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