求教一个 table的css



 想要实现这个一个Table,table的padding和下面的黑线一直实现不了,求各位大牛指点。

.div-css 有兼容问题,改为
.div-css {

position:absolute;

border:10px solid #CFD0FE;
padding:20px 10px;

}

我也想问这种问题 谁能解答一下?

首先把 table style="border:5px solid #Yourcolor" border = 0;cols 0 等.....

按照标准的写法 是有一个 table footer 的,但是一般来说要考虑IE6 最好是在最后一行的 tr 标记上一个 lastRow
然后
.lastRow td{
border-top:2px solid #000;
}
这样应该就可以实现了。

[code="html"]


testing... .div-css { width:1px; border:10px solid #CFD0FE; padding:20px 10px; } .table-css { border-collapse:collapse; } .table-css td{ padding-right:10px; text-align:left; font-size:14px; color:#331513; } .first td{ font-weight:800; color:#050E2F; } .last td { border-top:2px solid #000100; font-weight:800; color:#050E2F; }


ItemManufacturerSizeUnit PriceQuantityTotal Price
Corn FlakesKellogg's18 oz.2.5012.50
Solid White TunaStakist5 oz2.7925.58
Cream of Mushroom SoupCampbell's10.75 oz1.0022.00
2% lowfat MilkSafeway0.5 gal1.9911.99
Extra-Wide Egg NoodlesGolden Grain12 oz0.8732.61
Total914.68


[/code]