我时候我们会使用背景为透明的DIV但是也为了让表格的标签也达到协调美观也将其table下的标签设置为背景透明,其实使用属性为“background-color:transparent”即可。
<input style=”background-color:transparent” type=”text” name=”name”> (有边框)
<input style=”background-color:transparent; border-width:1;”> (细边框)
<input style=”background-color: transparent; border: 0px”> (无边框)