Forums

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

Home Forums CSS border on table-cell

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

    http://jsfiddle.net/ghSkp/58/

    why not working border on table-cell?

    #122292
    Senff
    Participant

    You shouldn’t put DIVs with a property of display: table-cell; in a TR as a replacement for TDs.

    Semantically, a TR should include TDs or THs as direct children.

    #122295
    nuodas159
    Participant

    Can you write an example with children?

    #122301
    nuodas159
    Participant

    Oke. Thanks then :). I tried to search another attempt

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