Border Height on CSS

前端 未结 12 1030
既然无缘
既然无缘 2020-12-12 21:55

I have a table TD and on the right of it I want to add a 1 pixel border, so I\'ve done this:

table td {
    border-right:1px solid #000;
}

12条回答
  •  天命终不由人
    2020-12-12 22:15

    Currently, no, not without resorting to trickery. borders on elements are supposed to run the entire length of whatever side of the element box they apply to.

提交回复
热议问题