HTML adaptive table method

HTML adaptive table method

<body style="scroll:no">
<table width="100%" height="100%">
<tr>
<td height="10px" id="conditions"></td>
</tr>
<tr>
<td id="Content"></td>
</tr>
<tr>
<td height="10px" id="btns">
<input type="button" id="btnDel" value="Delete" />
</td>
</tr>
</table>
</body>

This table is divided into 3 parts

The first id is conditions, which contains the query conditions.

The second id is Content, which is used to display content.

The third id is btnDel, which holds the delete button.

The first and third widths can be set smaller to allow the content to expand on its own.

<<:  Vue basics MVVM, template syntax and data binding

>>:  Analyzing the practical record of using docker to build microservices with SpringBoot

Recommend

How to install and modify the initial password of mysql5.7.18

For Centos installation of MySQL, please refer to...

mysql group_concat method example to write group fields into one row

This article uses an example to describe how to u...

HTML basics - CSS style sheets, style attributes, format and layout details

1. position : fixed Locked position (relative to ...

Native javascript+CSS to achieve the effect of carousel

This article uses javascript+CSS to implement the...

Docker solution for logging in without root privileges

When you use the docker command for the first tim...

Using Vue3 (Part 1) Creating a Vue CLI Project

Table of contents 1. Official Documentation 2. Cr...

Example of ellipsis when CSS multi-line text overflows

Ellipses appear when multi-line text overflows Th...

Install OpenSSL on Windows and use OpenSSL to generate public and private keys

1. OpenSSL official website Official download add...

Elegant practical record of introducing iconfont icon library into vue

Table of contents Preface Generate SVG Introducti...

Summary of common sql statements in Mysql

1. mysql export file: SELECT `pe2e_user_to_compan...

The latest mysql-5.7.21 installation and configuration method

1. Unzip the downloaded MySQL compressed package ...