HTML CSS
撸主最近要设计word表格形式的页面,发现input很难和td框契合这是撸主的代码
<table id="list_tab" width="800" height="630" align="center" style="width:100%;border:0;border-collapse:collapse;cellspacing:0;cellpadding:0"> <tr> <td width="133">单位全称</td> <td colspan="2"><input type="text"/></td> <td width="133">电子邮箱</td> <td colspan="2"><input type="text" /></td> </tr> <tr> <td>现实际经营地址</td> <td colspan="3"><input type="text"/></td> <td width="133">邮政编码</td> <td width="156"><input type="text"/></td> </tr> <tr> <td height="51">上级主管单位(部门)</td> <td colspan="2"><input type="text"/></td> <td>单位状态</td> <td colspan="2"> <div style="text-align: left;float: left;padding-left: 30px;"> <input type="radio" name="UnitStats" value="" />正常<br/> <input type="radio" name="UnitStats" value="" />吊销、注销<br/> <input type="radio" name="UnitStats" value="" />破产、关闭、解散 </div> <div style="text-align: left;float: left;padding-left: 30px;"> <input type="radio" name="UnitStats" value="" />无证照<br/> <input type="radio" name="UnitStats" value="" />其他 </div> </td> </tr> <tr> <td>注册登记机关</td> <td width="112"><input type="text"/></td> <td width="109">成立日期</td> <td><input type="text"/></td> <td>注册号</td> <td><input type="text"/></td> </tr> <tr> <td>注册地址</td> <td colspan="3"><input type="text"/></td> <td>注册资金(万元)</td> <td><input type="text"/></td> </tr> <tr> <td>营业执照变更前名称</td> <td colspan="2"><input type="text"/></td> <td>营业执照变更前地址</td> <td><input type="text"/></td> <td><input type="text"/></td> </tr> <tr> <td>组织机构代码证号</td> <td colspan="3"><input type="text"/></td> <td>社保登记号</td> <td><input type="text"/></td> </tr> <tr> <td>法定代表人(或负责人)</td> <td><input type="text"/></td> <td>办公电话</td> <td><input type="text"/></td> <td>身份证号码</td> <td><input type="text"/></td> </tr> <tr> <td>人力资源负责人</td> <td><input type="text"/></td> <td>办公电话</td> <td><input type="text"/></td> <td>移动电话</td> <td><input type="text"/></td> </tr> <tr> <td>人力资源经办人</td> <td><input type="text"/></td> <td>办公电话及传真电话</td> <td><input type="text"/></td> <td>移动电话</td> <td><input type="text"/></td> </tr> </table>
.css:
* { font-family: "宋体"; font-size: 12px; text-decoration: none; margin: 0px; padding: 0px;}#list_tab th{ text-align: center; border: 1px solid #E0E4EB;}#list_tab td{ text-align: center; border: 1px solid #E0E4EB;}#list_tab input{ border:0; background:transparent;}
input输入框不能填满整个表格,如果将input的样式设成height:100%;width:100%;单选框会变形.求解决办法!
回复讨论(解决方案)
one | two | three | four |
---|---|---|---|
one | two | three | four |
---|---|---|---|
设置了width:100%;我的代码中这一段会变形 <div style="text-align: left;float: left;padding-left: 30px;"> <input type="radio" name="UnitStats" value="" />正常<br/> <input type="radio" name="UnitStats" value="" />吊销、注销<br/> <input type="radio" name="UnitStats" value="" />破产、关闭、解散 </div> <div style="text-align: left;float: left;padding-left: 30px;"> <input type="radio" name="UnitStats" value="" />无证照<br/> <input type="radio" name="UnitStats" value="" />其他 </div> 主要就是这里的问题,请问能解决么? 你把width设置成99%嘛,就不会让TD的边框变没了 |

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit


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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

WebStorm Mac version
Useful JavaScript development tools

Atom editor mac version download
The most popular open source editor

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
