用css+div如何写出类似下列table形式的代码?简易代码即可谢谢

2025-01-05 00:52:20
推荐回答(3个)
回答1:








#div1 {width:100px;height:300px;border:1px solid #f00;float:left;}
#div-box1,#div-box2 {border:0px solid #00f;width:100px;float:left;}
#div2 {width:100px;height:100px;border-top:1px solid #f00}
#div3 {width:100px;height:98px;border-top:1px solid #f00;border-bottom:1px solid #f00;}
#div4 {width:100px;height:100px;border-bottom:1px solid #f00;}
#div5 {width:100px;height:199px;border:1px solid #f00;}
#div6 {width:100px;height:100px;border:1px solid #f00;border-top:0px;}







    

    

    




    

    



不知道是不是这个!!

回答2:

用左右浮动可以弄出来

回答3:

Bootstrap 网格系统
http://www.runoob.com/bootstrap/bootstrap-grid-system.html

相关问答
最新问答