当前位置:Gxlcms > html代码 > 怎样让两个正方形横向排列_html/css_WEB-ITnose

怎样让两个正方形横向排列_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:89人阅读

如图 想让这两个正方形横向排列,怎么整,本人菜鸟一枚。。。。


回复讨论(解决方案)

1.diaplay:inline-block;
2.float:left;
3.定位也可以

浮动定位 就可以了

1.display:inline-block
2.float-left
3.position


1.display:inline-block //ie6不兼容
建议用下面这两种:
2.float:left
3.position :absoult

人气教程排行