Forums

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

Home Forums CSS table

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

    Hmm, there is any way to do on first example(table) like in second example?

    http://jsfiddle.net/DtUs2/15/

    I want to do on thead background image or smth, cuz now on first example is background green and between

    is white color so I want to remove them(smth like in second example)
    #126181
    Greysquirrel
    Participant

    If I’ve understood the question properly you need to collapse the borders on your table. Add the following:

    table#asd{
    border-collapse:collapse;
    }

    #126182
    nuodas159
    Participant

    Och, thanks :).

    #126183
    nuodas159
    Participant

    Och one question there will work?

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    #126184
    Greysquirrel
    Participant

    Border-collapse seems to not play nicely with Border-radius.

    I found this tutorial which may help:

    http://www.red-team-design.com/practical-css3-tables-with-rounded-corners

    #126187
    Greysquirrel
    Participant

    [deleted]

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