Forums

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

Home Forums CSS Absolute element hiding border Reply To: Absolute element hiding border

#238024
Atelierbram
Participant

have you tried border-collapse: initial ISO collapse?

.juloawrapper table {
    /* border-collapse: collapse */
    border-collapse: initial;
}