|
Posted by David Dorward on 01/20/06 21:49
Martin wrote:
> Is it possible to have a cell border at the bottom of just one,
> specific row in a table?
Yes, the easiest way would probably be to set a class on the tr element,
then use a descent selector to specify all the td elements inside it (and
the nuse the border-bottom property).
However, a better solution is likely to involve using <thead> or <tfoot>
depending on exactly when you want a border under that specific row.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|