I struggled with this for a long time, and after searching, I found that someone really solved this problem. When using UL and LI to display text, the IE browser does not force the LI text length to start on one line by default. As a result, if the text exceeds the width set by UL, it will wrap at the existing position, causing display problems. Solution: Copy code The code is as follows:ul li{ white-space:nowrap; } Look carefully, it is li that sets this attribute, not ul. |
<<: CSS3 to achieve dynamic background gradient effect
>>: Solve the problem of using less in Vue
Table of contents Preface design accomplish summa...
Recently, I encountered the need to embed a player...
Use the Linux utility certbot to generate https c...
Using the <img> element with the default sr...
Not using lazy loading import Vue from 'vue...
In Node.js, a .js file is a complete scope (modul...
Today we will learn how to use CSS to create a co...
Preface This article mainly shares with you an ex...
After solving the form auto-fill problem discussed...
Table of contents 1. What is event delegation? 2....
Passive Check With passive health checks, NGINX a...
Busybox: A Swiss Army knife filled with small com...
Because I have been tinkering with Linux recently...
1. Background Buttons are very commonly used, and...
Recently, I solved the problem of Docker and the ...