Forums

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

Home Forums JavaScript Help modifing Equal Height Blocks in Rows javascript

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40528
    CreateSean
    Member

    Hi,

    I’ve got the script from the fluid demo on this page working fine. It’s from the demo for the fluid code, apparently slightly different than the main page.

    However I need to be able to increase the height of each row by about 30px. This because I have an element inside the div that I want to absolutely position at the bottom below the content.

    I’ve looked at the code and can’t figure out where I would cause the height to be equal to the tallest plus 30 pixels.

    please advise.

    #112956
    mmoustafa
    Member

    Since you’ll position the child element absolutely, you can add **padding-bottom:30px;** and **position:relative;** to the row parent elements.

    #112961
    CreateSean
    Member

    Thanks mmoustafa,

    Honestly I can’t believe i didn’t think of padding bottom.

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