IE11 Edge browsers div border-radius isn't smooth [closed] - html

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
When you scale a div element close to the rounded corner it appears that in IE11 and Edge the corners aren't smooth. I checked in Chrome 49 and latest FF and it works fine.
Please see the demo page. You should have access to code in the demo.
My question is: do you know a workaround for this issue?

Related

New issue Chrome opacity 0 not clickable [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
Hi i have a new issue with chrome , for some reason i want to click on element (iframe) when the opacity is set to 0 ! It was working some days ago but not anymore on Chrome ? But still working good on safari ! Any alternative to hide an element but still click on it ?
I found a fix : put opacity:0.0000000001 did the trick !

iOS Mobile Safari Virtual keyboard bug [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
i got some problem with iOS mobile Safari virtual keyboard.
After focusing input white space appears between fixed footer and virtual keyboard, can't figure out how to fix it.
https://youtu.be/AUqeg98AoKE
http://tokarskyi.ho.ua/testdrop2.html - link from video, you can test it, on iPhone 6/6s 5/5s Safari only vertical view.

Font visual rendering different on safari. Working fine on chrome [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
Footer text visual not looking same at Safari. Working fine on chrome. I have applied many hacks to fix issue but no luck.
Attached image of issue with difference in safari and chrome:
http://prntscr.com/g5t8kg
It's may be help to you, just add this code in your css, it's safari hack code
::i-block-chrome, footer .address, .address a {
-webkit-text-stroke-width: 0.5px;
}

#media query does not seem to be working [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
Does anyone know or could point me in the right direction with this site, I have major issues with IE 11. I have not tested lower than this yet but Chroms, FF, Safari all work fine.
If you compare this website in both you will see the difference, it looks to me like media queries are not applying to the website. But I have no idea how to get it working. I know this is a glow in the dark!
www.stamford.ac.uk
Left side is Chrome and right side is IE11. I don't see any differences, but the menu needs more contrast and the "Find a Course" needs adjustment to be responsive.

White space bottom Firefox [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I have a misterous gap between footer and the end of the window. It's only on Firefox.
http://agendakinder.wampanas.com
Thanks in advance
I can't really explain why, but from what I can see, this is caused due to the usage of positioning.
But where you have .logo-footer for the image of the giraffe, disable position:relative; and use margin-top:-232px;