-
AuthorPosts
-
July 26, 2016 at 10:38 pm #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 ??
July 27, 2016 at 10:37 pm #665977Hi Frankmen,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardJuly 28, 2016 at 2:06 pm #666240Hello 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
FrankAugust 1, 2016 at 6:25 pm #667391Hi,
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,
RikardAugust 1, 2016 at 9:50 pm #667477Hi Rikard,
thanks for your reply but that code is not working … any other tipps ??
Greetings
FrankmenAugust 4, 2016 at 6:14 am #668399Hi,
Ok, what is the exact element you are trying to change? Please post a screenshot if possible.
Best regards,
RikardAugust 6, 2016 at 2:40 am #669190Hello 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
FrankmenAugust 10, 2016 at 11:30 am #670767Hi,
I will ask the rest of the team to check this thoroughly on Microsoft Edge. Please wait for their response.
Best regards,
IsmaelSeptember 19, 2016 at 8:56 pm #688780Hello,
are there some news about the edge browser problem ??Greetings
FrankmenOctober 1, 2016 at 1:56 am #694123Hi,
The images used in that page don’t exist:
http://www.chung-gun-hammersbach.de/wp-content/uploads/2016/08/Chrome.jpg
Best regards,
JosueOctober 1, 2016 at 7:50 pm #694246Hi Josue,
sorry i’ve fixed it …Greetings
Frankmen -
AuthorPosts
- The topic ‘Microsoft Edge Browser erkennen ??’ is closed to new replies.