Forums

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

Home Forums CSS Div different position

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

    hi

    I have 2 table and 1 div in this position for desktop:

    <table class=”1″>
    </table>

    <table class=”2″>
    </table>

    < div>
    < /div>

    on mobile devices use a different css, using only CSS you can reverse the order in this way?

    <table class=”1″>
    </table>

    < div>
    < /div>

    <table class=”2″>
    </table>

    thanks

    #209090
    analis
    Participant

    hello, I tried float and position, but do not work

    #209093
    analis
    Participant

    work with display table but le width 100% in the table not work why?don’t expand?

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

    #209099
    analis
    Participant

    here is the example, sorting works, but the tables do not expand, why?

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

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