T
T
tarthur2016-02-08 11:02:23
css
tarthur, 2016-02-08 11:02:23

Crossbrowser compatibility in IE < 11?

There is a site .
When you click on the image, all unnecessary goes down and only the arrows remain - this is the standard behavior, you can see it in modern browsers (eg in chrome). But in IE below version 11, all these zones are not clickable.
Why is IE below version 11 behaving so ugly?
P/S.
You can not search in scripts. Here, even the cursor pointer does not work, which means that the problem is at the html / css level of the
GitHub site .

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Igor Shumilovsky, 2016-02-08
@JiSeven

If the zones are not clickable, then, apparently, these zones lie in the layers below. Try playing around with the z-index. Just don't forget to set position: relative, for example, otherwise the z-index won't work.

M
Maxim Timofeev, 2016-02-08
@webinar

I would make a popup for ie "You are using non-Internet based software, please download a browser."
In edge, by the way, everything works.
Check if you have scripts disabled in ie js. Somehow I lost a day because of this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question