Forums

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

Home Forums Design positioning elements methods

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249901
    Seth-666
    Participant

    What is your opinion? what you guys use ? i was a little while trying to learn flexbox and i take a look at how much compatibility is for browsers and its not super ok , allmoust 80% , what do you use? what do you think its ok for compatibility ?

    #249927
    Shikkediel
    Participant

    I’m using floats, max-width, calc() and a bit of JS for switching classes and providing a fallback (mostly because of slightly lacking support for calc())…

    Not a fan of table layout for regular content myself.

    #249964
    bearhead
    Participant

    It really depends on the situation. Sometimes floats work, sometimes flexbox is best, and I have found css columns useful on occasion.

    btw, flexbox support is like 97%: http://caniuse.com/#feat=flexbox
    its actually higher than border-radius at this point.

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