Answer the question
In order to leave comments, you need to log in
Is there a universal JS solution for normal CSS rendering in ie8?
I actually made a website and was happy until I looked it up in IE8 on a laptop with Win7.
Especially, it is depressing that many still have win7 with IE8 not updated.
To redo the entire layout for IE8 is honestly too lazy ...
What should I do?
Is there a universal pluggable JS solution for displaying CSS properly in ie8?
And what do you generally do in such cases?
Is it possible to include different css files depending on the browser used without using PHP code?
Answer the question
In order to leave comments, you need to log in
And what do you generally do in such cases?
Made up a block - tested it in all browsers.
Made up the page - tested it in all browsers.
I made the first page responsive - I tested it on devices.
Such a scheme allows you to immediately catch and fix a bug, in comparison with your case, when the project is ready, but there are a lot of bugs and it is not clear what is coming from and why.
For IE9, you can create a separate css file, include it in the section, but as a rule, these are crutches, and therefore not very acceptable.
Make a stub for IE9 with a link to download Chrome or Firefox.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question