<head>
<style>
hr{width:1height:100color:#ff9966}
.h1{width:1height:200color:#ff0000}
</style>
</head>
<body>
<hr>
<hr class="h1">
</body>
</html>
width可以设置,height在IE中最高显示100px
设置每个单元格的线宽, table td {width:1px},单独设一列的话(行是tr),需要给对应的列加选择器,常用的有class,id。然后class为.类名{width:1px},id为#id名{width:1px}