好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS如何让table不自动填充?_html/css_WEB-ITnose

提问:
想要的效果:
这是我的css


table{
width:600px;
height: 600px;
border-collapse: collapse;
}
td{
border: 2px solid lightgrey;
}


回复讨论(解决方案)

就是想让表格 不自动填充。。。

我在td里面做了一个内联的div。想让table不自动填充。

你把图片作为 div 的背景不就结了

手绘div···· 没有别的办法吗?

旗子absolute定位,

div
{
width:30px;
height:30px;
background:transparent;
border:5px solid red;
border-radius:60px
}



查看更多关于CSS如何让table不自动填充?_html/css_WEB-ITnose的详细内容...

  阅读:40次