Forums

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

Home Forums CSS Tbody tr – vertical

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #148572
    nuodas159
    Participant

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

    Is there other way to make tbody tr vertical? Bacause with this example doesn’t work on IE :/

    #148577
    Paulie_D
    Member

    It’s a row so it can’t be vertical… That is the point.

    I’m on my phone right now but I will look at it later.

    #148586
    Paulie_D
    Member

    Perhaps you could explain what, precisely, it is you are trying to do…perhaps with an image?

    #148607
    nuodas159
    Participant

    Amm, I just need vertical tbody tr ant that’s all ;D

    #148612
    Senff
    Participant

    I just need vertical tbody tr ant that’s all

    That doesn’t mean anything. Please be more specific.

    But from what I can see, you want ROWS to be displayed next to eachother, and COLUMNS be displayed on top of eachother? I think you’re setting yourself up for a lot of trouble with that.

    #148614
    jurotek
    Participant

    Why not just use floated or inline block divs for something like this instead of experimenting with table elements by forcing to change their default behavior for something they were not designed to be used for?

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