Forums

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

Home Forums CSS display-table alternative for order element

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209096
    analis
    Participant

    I’m using the display-table to position elements, like this:

    display:table-header-group
    display:table-footer-group
    display:table-row-group

    you know an alternative way without display-table?

    thanks

    #209100
    analis
    Participant

    Flexbox has problems with many browsers, I would avoid it if possible, display table is ok but has some problems.

    the sample is located at the bottom of this thread:

    https://css-tricks.com/forums/topic/div-different-position/

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