于是给td设置了style=margin-right:0px,按优先级也是行内权值高但是为什么无效呢?只能是style=margin-left跟px值才有效果?
<div class="head">
<table style="width: 1400px; height: 100px; border: #000000 1px solid;">
<tr>
<td style="margin-left: 10px;">
<img src="../image/qq_logo_2x.png">
</td>
<td style="position: relative; margin-left: 230px">
<input style="width: 300px; margin-top: 15px;" type="text" value="网页" name="anything">
<input style="width: 80px; height: 42px; position: absolute; top: 18px; right:-2px" type="submit" value="搜索">
</td>
<td style="margin-left: 245px;">
136455
</td>
</tr>
</table>
</div>
.head{width: 1400px; height:100px; margin:0 auto; border: #FC0004 solid 3px;}
.head tr td{ float: left; width: 300px; height:80px; margin-top: 5px;}
.head tr td input{height:40px; border-radius: 20px;}
开始我还在.head tr td中设置了margin:5px 80px。然后在第三个td中设置了margin-left:100px发现不是执行这个取值高的内联样式而是都执行。变成了100px+80px然后margin-right还没用就很气。 来个大哥棒棒忙,别又是我哪出了个小毛病闹的