Forums

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

Home Forums CSS CSS doesn't work correctly on firefox only.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #270272
    giovannicrazy
    Participant

    Hi, I have a big problem with firefox, every browser shows me correctly this website but non firefox.

    You can see these page and observe the difference: http://schoolofcomics.us/italia/corsi.php

    Someone have a definitive solution to fix this problem? Thanks…

    #270281
    tomnoble92
    Participant

    Hi, what verison of firefox as I’m using firefox quantum 59.0.2 and it looks the same to me.

    #270283
    giovannicrazy
    Participant

    The marker icon was in a different position on firefox but now it is ok, I tried a lot of solution and I have found the best way to fix this issue using this code:

    @supports (-moz-transform: translate(0, 0)) {
     .example {
        ...
    }
    }
    

    With @support you can fix all css problem on firefox using a different value.

    I hope that can be useful for other people.

    #270463
    peterflax
    Participant

    i seems fine on my firefox !

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