Forums

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

Home Forums CSS Need help in a particular grid problem

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #240921
    ershwetabansal
    Participant

    I have two boxes on a web page – sidebar and content.
    Height of both the boxes may vary depending on the dynamic content getting loaded in each box.

    As the content is loaded dynamically, I have no control on the heights of both the boxes. But I have to keep the heights same for both the boxes so they look like partitions of a big box.

    I have created a pen to explain the problem –
    http://codepen.io/ershwetabansal/pen/ONoprR?editors=0100

    Currently I am using javascript to increase the height of the box which is smaller. But as the content is asynchronously loading, the height adjustment looks poor on the screen and quite visible to the eyes.

    I wanted to fix it with some css solution. Could someone help me on this. Happy to provide more detail if required.

    Edit: I can not use flexbox due to its no support in IE older version.

    #240931
    Paulie_D
    Member

    Define older versions.

    Flexbox is supported by IE10 and above.

    #240934
    ershwetabansal
    Participant

    IE 9 to be specific.

    #240940
    Paulie_D
    Member
    #240941
    ershwetabansal
    Participant

    Thanks a lot, Pauli !!

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