Forums

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

Home Forums CSS Working media query hack for Edge

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #261616
    nexus
    Participant

    Does anyone know a working media query hack for Edge?
    I found a lot, searching some sources, but no single one seems to have any functionality, while those for Webkit, FF and IE11 are all doing fine …

    #261619
    Paulie_D
    Member

    To do what?

    Not sure what it is you are trying to acheive.

    #261646
    nexus
    Participant

    I want to adress Edge only by Mediaquery, like for example IE11

    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    selector {
    flex-basis: 100%;
    }
    }*

    Something is wrong here with the edit/post function, it seems that it only works for me once per day …?

    #261647
    Paulie_D
    Member

    Not sure whether this has been pulled yet (as MS are actively removing the -ms properties but…

    https://stackoverflow.com/questions/43528940/how-to-detect-ie-and-edge-browsers-in-css

    Essentially though, you should use JS for this…not CSS….

    #261663
    Paulie_D
    Member

    As for the not allowing to post I’m not sure. Chris may have some protections in place but I did find a whole bunch (and I mean lots) of posts that were marked as spam.

    I’m not saying they were (obviously) but there were a lot in a short time frame, presumably you just kept resubmitting the same text repeatedly and this may have triggered something.

    If you post something a couple of times and it doesn’t show up, just ping me or Chris using the @Username option and we can take a look

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