怎样让两个正方形 横向排列_html/css_WEB-ITnose
程序员文章站
2022-05-11 15:22:34
...
如图 想让这两个正方形横向排列,怎么整,本人菜鸟一枚。。。。
回复讨论(解决方案)
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
推荐阅读
-
两个div怎样横向排列?_html/css_WEB-ITnose
-
两个div怎样横向排列?_html/css_WEB-ITnose
-
css如何实现让两个div在同一行排列_html/css_WEB-ITnose
-
css如何实现让两个div在同一行排列_html/css_WEB-ITnose
-
怎样让两个正方形 横向排列_html/css_WEB-ITnose
-
怎样让两个正方形 横向排列_html/css_WEB-ITnose
-
一段div css代码, 让页面中的两个div左右排列。 如果不使用float应该怎么实现?_html/css_WEB-ITnose
-
一段div css代码, 让页面中的两个div左右排列。 如果不使用float应该怎么实现?_html/css_WEB-ITnose