Forums

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

Home Forums CSS help dynamically render the length of page according to contentage

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #171562
    theMethodMan
    Participant

    hello Everyone

    i would really appreciate some help in making this page render its length according to the content.

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

    i don’t know if my approach was correct, the way i built the page was to have two background images ( one after the other) and then a middle part of the page.

    the middle part of the page is positioned on top of the two images and is the part of the page in which content is rendered.

    my problem is that i want the lower part of the page i.e

    <!– START div id lowers_body960 –>

    to render dynamically according to the page content.

    i thank you in advance for your kind help

    warm regards

    #171563
    Paulie_D
    Member

    Codepen example doesn’t appear to have worked.

    #171565
    theMethodMan
    Participant

    hi Paulie

    i am trying to send the link over now

    #171566
    theMethodMan
    Participant

    Hello again Paulie_D

    the original link now works.

    sorry for the earlier confusion.

    warm regards

    #171569
    Paulie_D
    Member

    I confess I’m not really sure what it is you are trying to do.

    Do you have an image of how this is supposed to look?

    This worries me though – height:2500px;

    #171571
    theMethodMan
    Participant

    Hi Paulie

    i want that part, i.e the part with a height of 2500px to render dynamically. for example, i have some pages that due to their content will be longer than other pages.

    i will look for more information

    #171574
    Paulie_D
    Member

    It can’t be ‘dynamic’ with a set height.

    I just don’t understand what it is you are trying to do…really need that image.

    #171589
    Paulie_D
    Member

    I’ve tried to make some sense of where you are coming from and, from what I can tell, you have three main sections to your page/

    The header/navbar, the footer and middle section.

    In the middle section is your ‘dynanic’ content…so the height of the middle section could be anything.

    Now I think what you are asking is that regardless of the height of the middle section, you need the “backgrounds” to cover it properly.

    Is that right?

    What I’m struggling to figure out is how you want the ‘layered’ images to look.

    #171619
    theMethodMan
    Participant

    Hi Paulie

    Thank you very much for your kind attention.

    I suspect that i have not constructed the page properly. i will send you an image tomorrow of how the page should render.

    warm regards

    theMethodman

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