大家好,今天小编关注到一个比较有意思的话题,就是关于css中如何设置一个的问题,于是小编就整理了1个相关介绍css中如何设置一个的解答,让我们一起看看吧。
在html的表格中,怎么把表格的边框设置为实线框?具体的代码是什么?谢谢?
写个样式:.divTable { padding: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: none;//上边 border-right-style: none;//右边 border-bottom-style: solid; //就是这个 它这个是把表格的t最下面一行设为实线 border-left-style: none;//左边 border-bottom-color: #ababab; FONT-SIZE: 12px;}
到此,以上就是小编对于css中如何设置一个的问题就介绍到这了,希望介绍关于css中如何设置一个的1点解答对大家有用。