这里我提供了jssfile
现在的样子:
我想要达到的目标:
这是通过带有边框和负边距的 table 和 div 完成的,并且在不同的浏览器中确实无法预测。
它应该是一个表格,顶部有三个小菜单列,在它们下方是 100% 表格宽度列和内容。但在小提琴中它以不同的方式工作,帮助我解决这个问题。
CSS:
#main_box{
width:60%;
box-sizing:border-box;
}
table#menu_table{
position:relative;
width:100%;
border-collapse: collapse;
}
td.menu_item{
width: 10%;
border:solid 1px green;
}
tr#content_row{
width:100%;
}
td#content{
border:solid 1px green;