Copy code The code is as follows:<div class="content"> <div class="title"></div> <div class="body"> ... </div> <div class="bottom"></div> </div> After searching, I found out that IE stipulates that the height of the div box must be higher than the font height of the box. The default height set on the web page is 12px. Therefore, setting the div height to 10px will inevitably fail. The solution is very simple, just set the font size of the div to 0, so that the height set by the div will work normally and the web page will return to normal. PS: A new solution has been found for this problem, which is to add a sentence at the top of the page code to indicate support for W3C standards. For details, please refer to my other article: Notes on Writing Web Front-end Code |
<<: Example code for implementing the nine-grid layout of dynamic images with CSS
>>: HTML+CSS+JavaScript to achieve list loop scrolling example code
1. Document flow and floating 1. What is document...
Absolute, relative and fixed in position position...
This article shares the specific code for Vue to ...
MySQL paging queries are usually implemented thro...
Although head and DTD will not be displayed on th...
Preface Using Docker and VS Code can optimize the...
Table of contents background Function Purpose Ide...
There is no need to say much about the difference...
Today I experimented with the network settings un...
The first step is to create a mysql container doc...
This article describes the MySQL user rights mana...
Generally speaking, it is unlikely that you will ...
Download MySQL https://dev.mysql.com/downloads/my...
RocketMQ is a distributed, queue-based messaging ...
1. View the renderings Select forward: Select bac...