tr which add input text box integration and tr table

Here Insert Picture Description

Adding input text box tr inside, because of work requirements, so that the method text box integration with tr table below:
CSS

    td input[type='text']{border:none;border-radius:3px;height:30px; width: 100%;border:none;outline:medium;}

; border: none; outline: medium ; removing the border color and highlights

html

  <td >
<input type="text" name="zhuti" size=""  />
 </td>
Published 98 original articles · won praise 4 · views 20000 +

Guess you like

Origin blog.csdn.net/weixin_42416812/article/details/104959188