This time I will show you how to deal with the overflow of content in the table table. What are the precautions when dealing with the overflow of content in the table table. The following is a practical case, let's take a look at it together.
What is content overflow? In fact, when there is a lot of text, if the content area is only that long, then the extra part will be replaced by dots.
The case we are doing this time is in a table. We know that when we enter too much text in the table, it will mess up the table. For example, one line is too long or the line is automatically wrapped. But sometimes we want to display it in a row with a fixed width. If the extra part is replaced by dots, it will not clutter the table. So what to do?
Generally speaking we will use the following attributes
/*溢出部分样式*/ .txt-ell { whitewhite-space:nowrap; //强制在一行显示 overflow:hidden; //溢出的内容切割隐藏 text-overflow:ellipsis; //当内联溢出块容器时,将溢出部分替换为… word-break:keep-all; //允许在单词内换行 color: red; //这里我自己标识一下 padding: 0 7px; //由于想跟边线留有距离,所以设置了下 }
.table-fix { table-layout:fixed; }
First of all, the second style is specially added to the table tag. If you want to achieve content overflow, the table must have a fixed width and height. The tr and td inside the table must also have a fixed width and height. Before using content overflow, you must first add the table-fix class to the table. Then check whether your tr and td have given width. If not, it is best to give them a fixed width, or a percentage. I mainly give a percentage, and the outer table has a fixed width, and the tr and td inside It is the percentage width so that the content overflow style can be used. Finally, if there is a lot of content in any grid and you want to achieve a little bit, just add a .txt-ell class to this grid.
I believe you have mastered the method after reading these cases, and there will be more exciting things. Please pay attention to other related articles on php Chinese website!
Related reading:
Basic knowledge of HTML, detailed introduction to the style of hyperlink settings
Knowledge summary of HTML paragraphs
Knowledge summary of HTML text format
The above is the detailed content of How to deal with content overflow in the table. For more information, please follow other related articles on the PHP Chinese website!

The article discusses the roles of <head> and <body> tags in HTML, their impact on user experience, and SEO implications. Proper structuring enhances website functionality and search engine optimization.

Article discusses specifying character encoding in HTML, focusing on UTF-8. Main issue: ensuring correct display of text, preventing garbled characters, and enhancing SEO and accessibility.

The article discusses various HTML formatting tags used for structuring and styling web content, emphasizing their effects on text appearance and the importance of semantic tags for accessibility and SEO.

The article discusses the differences between HTML's 'id' and 'class' attributes, focusing on their uniqueness, purpose, CSS syntax, and specificity. It explains how their use impacts webpage styling and functionality, and provides best practices for

The article explains the HTML 'class' attribute's role in grouping elements for styling and JavaScript manipulation, contrasting it with the unique 'id' attribute.

Article discusses HTML list types: ordered (<ol>), unordered (<ul>), and description (<dl>). Focuses on creating and styling lists to enhance website design.

HTML entities are codes used in HTML to display special characters correctly, ensuring proper rendering across browsers and devices.

Collapsing white space optimizes content by reducing file size, enhancing readability, and ensuring consistent formatting across platforms in web and document processing.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Chinese version
Chinese version, very easy to use

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
