Forums

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

Home Forums CSS DIV jumps out

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42936
    pnajafi
    Member

    Hi,

    I have a Div called video container which jumps up to the top of the page instead of being below the other divs as per the way the HTML is coded. How do I resolve this issue? Here is the Code Pen URL for it:

    http://cdpn.io/ctDJl

    #125777
    Paulie_D
    Member

    >It’s because almost all your elements before the video container are absolute positioned,

    Yeah….don’t do that. There are much better ways of laying out your pages.

    #125778
    pnajafi
    Member

    great thanks for the quick comments. I am going to read about this fluid layout and responsive paradigm more. Thanks. I guess I try seeing whether a quick fluid positioning works for now.

    #125781
    Paulie_D
    Member

    You would be better off learning about standard document flow and floats before jumping into fluid layouts etc.

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