Forums

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

Home Forums CSS [Solved] IMG Sticking to Bottom of Page and not DIV Reply To: [Solved] IMG Sticking to Bottom of Page and not DIV

#193094
shaneisme
Participant

Two things that I see.

  • In the current example I loaded, there are no styles for `.stick-to-bottom`.
  • `.stick-to-bottom`’s parent doesn’t have a height set

If you set the height to be the same as the parent of .relative, and then give styles to .stick-to-bottom you should be set.

P.S. – if you save it out as a public pen, we can edit it and show you. Of course, it would be best to only have the portion of the code you need (a reduced test case).