标签: html html5 css3
我是一张桌子,我想设置第一列的长度,因为它是一个描述。
由于某种原因,下面的代码段在Firefox和IE中无效。它在Chrome中运行良好。
.tblFooter td:nth-child(3) { width:100px !important; } .tblFooter td:first-child { width: 450px !important; text-align: left; }