Home >
Article > Web Front-end > External css cannot be introduced under IE11. After trying for a long time, I came here to solve the problem_html/css_WEB-ITnose
External css cannot be introduced under IE11. After trying for a long time, I came here to solve the problem_html/css_WEB-ITnose
Write .XXX in css Then write class="XXX" in html. Not possible ?
Riga type="text/css" Try
Tried adding type, but it didn’t work
Add Tried type, but it didn’t work
Is the css path correct? Are there no conflicts between the two css files?
I have uploaded everything to the server, but even the pictures are gone under IE
I have uploaded everything to the server, and even the pictures are gone under IE
The css path and image path may be wrong or the image has not been uploaded. When the file is uploaded to the server, the path may change
Are you sure it cannot be imported under iE11? You try Google and Firefox. F12 to debug. There must be something wrong with your path!
Everything works fine under Google, Firefox, and Safari. I can’t sleep tonight.
Everything works fine under Google, Firefox, and Safari. I can’t sleep tonight.
Press F12 to debug it and see if there are any errors in the console. IE is more strict and errors will occur even if it is slightly worse
1. Check the format
="stylesheet" type="text/css" href="">
2. Check the path
Open the Google console, find the tag, right-click the path in new Open the CSS file in the window and see if it can be opened
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn