Forums

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

Home Forums CSS Why does firefox hate this code?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42323
    revolutiong
    Participant

    As soon as I add this code, firefox doesn’t load the css. Works on chrome and IE

    .ngg-galleryoverview{
    margin:0 0 0 -10px;
    } ​

    .ngg-galleryoverview{
    width:100%;
    &:after {
    /* Or @extend clearfix */
    content: “”;
    display: table;
    clear: both;
    }
    }

    Here is the site.

    http://costacultura.com/services/concerts-festivals-special-events/stars-on-the-lake-concert-series/

    Also why do I need to add a seperate .ngg-galleryoverview class in order to add a negative margin, seems strange. Maybe the problem is related.

    Thanks

    #122768
    revolutiong
    Participant

    Yup, it was the unicode. However that happened and how you found that is beyond me. Thank you.

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