The tdwidth setting of the table in multiple divs is the same and cannot be aligned

The tdwidth setting of the table in multiple divs is the same and cannot be aligned
Recently I found that even if the TD of the table in multiple divs is adjusted to the same width, it cannot be aligned, and there is no pattern in the width.

Later I read an article titled "Solution to the invalid width attribute of the td tag in the table in IE browser", which mentioned <table ....style="table-layout: fixed">

I tried it, and it doesn't solve the problem completely, but it's much better than before.

<<:  Detailed explanation of various join summaries of SQL

>>:  CSS3 gradient background compatibility issues

Recommend

The difference between datatime and timestamp in MySQL

There are three date types in MySQL: date(year-mo...

js+Html to realize table editable operation

This article shares the specific code of js+Html ...

Introduction to the use of the indeterminate property of the checkbox

When we use the folder properties dialog box in Wi...

How to add color mask to background image in CSS3

Some time ago, during development, I encountered ...

Build Maven projects faster in Docker

Table of contents I. Overview 2. Conventional mul...

About the overlap of margin value and vertical margin in CSS

Margin of parallel boxes (overlap of double margi...

Native JavaScript to achieve the effect of carousel

This article shares the specific code for JavaScr...

How to deploy k8s in docker

K8s k8s is a cluster. There are multiple Namespac...

Instructions for recovering data after accidental deletion of MySQL database

In daily operation and maintenance work, backup o...

JavaScript to implement click to switch verification code and verification

This article shares the specific code of JavaScri...

How to use MySQL stress testing tools

1. MySQL's own stress testing tool - Mysqlsla...

Detailed explanation of MySQL/Java server support for emoji and problem solving

This article describes the support and problem so...

Vue song progress bar sample code

Note that this is not a project created by vue-cl...