Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #665517

    Hallo,

    ich nutze folgenden CSS-Code um IE10 & IE11 zu erkennen und den Border-Radius zu entfernen:

    @media all and (-ms-high-contrast: none) {
    .flex_column {
    border-radius: 0px !important;
    }}

    gibt es einen vergleichbaren CSS-Code um Microsoft-Edge Browser zu erkennen ??

    #665977

    Hi Frankmen,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #666240

    Hello Rikard,
    we have on all sites in our page the “border-radius” setting for the white background behind the text, it works fine with all browsers except Microsoft IE10 &IE11.
    These brosers displays small 1px lines in the background but only when the border-radius setting is enabled.
    (I have opend many posts about this 1px problem but nobody had an idea to fix it ?!?!?)
    The CSS-Code above will detect the IE10 & IE11 browser and disable the border-radius so that the text backround got default-corners insted of round corners.
    Now I’ve detectet that the Microsoft-Edge browser (Windows 10) hat the same problem like IE10 & IE11 and i’m searching for a way the detect the Edge-Browser and disable the border-radius like the CSS-Code from IE10 & IE11 …

    Hope you have an idea ;-)

    greetings
    Frank

    #667391

    Hi,

    Using this class you should be able to target only IE browsers: avia-msie. So your code could look something like this:

    .avia-msie .flex_column {
    border-radius: 0px !important;
    }

    Could you try that out?

    Best regards,
    Rikard

    #667477

    Hi Rikard,

    thanks for your reply but that code is not working … any other tipps ??

    Greetings
    Frankmen

    #668399

    Hi,

    Ok, what is the exact element you are trying to change? Please post a screenshot if possible.

    Best regards,
    Rikard

    #669190

    Hello Rikard,

    here is the link to the screenshot’s:

    http://www.chung-gun-hammersbach.de/support

    I’m trying to remove the 1px line failtures in the Microsoft Edge browser (see last Picture) …

    Bye
    Frankmen

    #670767

    Hi,

    I will ask the rest of the team to check this thoroughly on Microsoft Edge. Please wait for their response.

    Best regards,
    Ismael

    #688780

    Hello,
    are there some news about the edge browser problem ??

    Greetings
    Frankmen

    #694123

    Hi,

    The images used in that page don’t exist:

    http://www.chung-gun-hammersbach.de/wp-content/uploads/2016/08/Chrome.jpg
    

    Best regards,
    Josue

    #694246

    Hi Josue,
    sorry i’ve fixed it …

    Greetings
    Frankmen

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Microsoft Edge Browser erkennen ??’ is closed to new replies.