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

Detailed steps for installing JDK and Tomcat on Linux cloud server (recommended)

Download and install JDK Step 1: First download t...

Use iframe to submit form without refreshing the page

So we introduce an embedding framework to solve th...

Web page header optimization suggestions

Logo optimization: 1.The logo image should be as ...

Briefly talk about mysql left join inner join

Preface I have been busy developing a cold chain ...

How to install mysql5.7 in windows

First download the compressed version of mysql, t...

How to completely uninstall iis7 web and ftp services in win7

After I set up the PHP development environment on...

The core process of nodejs processing tcp connection

A few days ago, I exchanged some knowledge about ...

MySQL 8.0.19 Installation Tutorial

Download the installation package from the offici...

In-depth understanding of mathematical expressions in CSS calc()

The mathematical expression calc() is a function ...

Ideas and codes for implementing waterfall flow layout in uniapp applet

1. Introduction Is it considered rehashing old st...

MySQL slow_log table cannot be modified to innodb engine detailed explanation

background Getting the slow query log from mysql....

How to view MySQL links and kill abnormal links

Preface: During database operation and maintenanc...