How to fix the width of table in ie8 and chrome

How to fix the width of table in ie8 and chrome
When the above settings are used in IE8 and Chrome, the display is consistent with the maximum width of the screen, and the width of each column is not fixed. Generally speaking, for a commercial system, the general style needs to be consistent regardless of the browser.

What's a good way to fix it?

The first method is to set the width of the entire table to the sum of the columns.

The second method is to set the table title bar and the corresponding data column to the same width.

There may be other good approaches. I don't know much about CSS. I don't have much experience in screen programming. Still need to learn more.

<<:  52 SQL statements to teach you performance optimization

>>:  How to implement element floating and clear floating with CSS

Recommend

How to set mysql to case insensitive

mysql set to case insensitive Windows Go to the d...

Example of using CASE WHEN in MySQL sorting

Preface In a previous project, the CASE WHEN sort...

Vue data responsiveness summary

Before talking about data responsiveness, we need...

How to insert 10 million records into a MySQL database table in 88 seconds

The database I use is MySQL database version 5.7 ...

Detailed tutorial on installing MySQL 8 in CentOS 7

Prepare Environmental information for this articl...

Summary of MySQL InnoDB locks

Table of contents 1. Shared and Exclusive Locks 2...

Detailed tutorial for installing ffmpeg under Linux

1. Install ffmpeg under centos linux 1. Download ...

JavaScript tips to help you improve your coding skills

Table of contents 1. Filter unique values 2. Shor...

Use PSSH to batch manage Linux servers

pssh is an open source software implemented in Py...

JavaScript generates random graphics by clicking

This article shares the specific code of javascri...

Use elasticsearch to delete index data regularly

1. Sometimes we use ES Due to limited resources o...

Eight examples of how Vue implements component communication

Table of contents 1. Props parent component ---&g...

Detailed explanation of log processing of Docker containers

Docker has many log plug-ins. The default is to u...

Installation and use of mysql on Ubuntu (general version)

Regardless of which version of Ubuntu, installing...