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)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #156692
    nickmoyer
    Participant

    I am trying to get an inset shadow to appear on my circles that I’ve made on my website. It looks how I want in other browsers, just not FF. In FF, it gives an inset shadow to the cell or to a square, not sure which, instead of on the circle itself.

    Any help is greatly appreciated.

    Site is @ http://nickmoyer.net/RHS_PubMed/

    Thanks!!

    #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.

    #156930
    nickmoyer
    Participant

    perfect. Thanks!!!!

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