Forums

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

Home Forums CSS Inset Shadow on Circle (firefox) Reply To: Inset Shadow on Circle (firefox)

#156917
Hundred
Participant

Hi,

Try adding “border-collapse: separate;” to your fixed class on your table.

table.fixed {
    border-collapse: separate;
    table-layout: fixed;
}

Hope this helps.