Forums

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

Home Forums CSS Mobile Table 4

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

    starting with the table number 1 you can turn it with just css table number 2?

    (1)

    <table>
    <tr><td>1</td><td>one</td><td>5</td><td>five</td></tr>
    <tr><td>2</td><td>two</td><td>6</td><td>six</td></tr>
    <tr><td>3</td><td>three</td><td>7</td><td>seven</td></tr>
    <tr><td>4</td><td>four</td><td>8</td><td>eight</td></tr>
    </table>

    (2)

    <table>
    <tr><td>1</td><td>one</td></tr>
    <tr><td>2</td><td>two</td></tr>
    <tr><td>3</td><td>three</td></tr>
    <tr><td>4</td><td>four</td></tr>
    <tr><td>5</td><td>five</td></tr>
    <tr><td>6</td><td>six</td></tr>
    <tr><td>7</td><td>seven</td></tr>
    <tr><td>8</td><td>eight</td></tr>
    </table>

    #198151
    analis
    Participant

    you can order them ?

    http://jsfiddle.net/km3av3j2/3/

    #198153
    Paulie_D
    Member

    Is this homework or something?

    You keep coming back with the same sorts of questions.

    If you’re really having this sort of issue in a real environment I’d suggest you hire someone to fix the underlying issue.

    As I’ve said several times now.

    If you don’t want a table to act like a table, don’t use a table.

    #198160
    analis
    Participant

    is a table type different from the other

    #198161
    Paulie_D
    Member

    is a table type different from the other

    Not really relevant.

    Why do you need to do this?..If you’re trying to fix an actual problem show us the page.

    #198164
    analis
    Participant

    the resolution of this problem can be of help to many people .

    this is my code:

    http://jsfiddle.net/km3av3j2/3/

    #198165
    Paulie_D
    Member

    the resolution of this problem can be of help to many people .

    I dispute that completely.

    If you want to set coding challenges I feel that this is not the forum for you.

    This feels like we’re doing your homework for you…or trying to fix an actual problem that, for some reason, you won’t show us.

    #198168
    analis
    Participant

    I can not post links . is spam .

    I prefer to use jsfiddle

    #198169
    Paulie_D
    Member

    I can not post links is spam .

    One link isn’t spam…

    Anyway, if someone else wants the intellectual exercise that’s up to them.

    Me…I’m washing my hands of it.

    #198734
    analis
    Participant

    Can you help ?

    thank you

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