微软真垃圾,怎么做的东西都不兼容!!!!关于table和input显示边框问题
文本框设置了不显示边框,在有些电脑看不到边框,但是在有些可以看到边框,代码如下:
<input name=sum type="text" id="sum" style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none" value="sum" size="12" readonly="true">
什么原因,是不是ie设置问题?
还有table边框,我不需要显示table顶部边框,为什么有些电脑四边全都显示了?代码如下:
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#91A8C8" style="border-left: 1 solid #c7cbce; border-right: 1 solid #c7cbce;border-top: 0 solid #c7cbce; border-bottom: 1 solid #c7cbce">
<tr>
<td> </td>
</tr>
</table></td>
我估计都事电脑IE问题,微软真垃圾,怎么做的东西都不兼容!!!!