div+css怎么实现两行横向排列样式
像这样的样式,每一个快的高度宽度可以相等,要兼容ie8是两列横向无限加载,大框架没有,width=“100%”.fblc_zh_jul{height:550px;marg...
像这样的样式,每一个快的高度宽度可以相等,要兼容ie8
是两列横向无限加载,大框架没有,width=“100%”
.fblc_zh_j ul{ height:550px; margin:80px 0 0 30px;
-webkit-column-width:340px;
-moz-column-width:340px;
-o-colum-width:340px;
column-width:340px;
-webkit-column-gap:2px;
-moz-column-gap:2px;
-o-column-gap:2px;
column-gap:2px;}
这种方法可以实现,就是不兼容IE8 展开
是两列横向无限加载,大框架没有,width=“100%”
.fblc_zh_j ul{ height:550px; margin:80px 0 0 30px;
-webkit-column-width:340px;
-moz-column-width:340px;
-o-colum-width:340px;
column-width:340px;
-webkit-column-gap:2px;
-moz-column-gap:2px;
-o-column-gap:2px;
column-gap:2px;}
这种方法可以实现,就是不兼容IE8 展开
3个回答
展开全部
你好,添加
<meta http-equiv="X-UA-Compatible" content="IE=8">即可兼容ie8.
至于两行横向排列,用li即可,控制三个块宽度总和,用float:left,即可左浮动对齐,
<meta http-equiv="X-UA-Compatible" content="IE=8">即可兼容ie8.
至于两行横向排列,用li即可,控制三个块宽度总和,用float:left,即可左浮动对齐,
更多追问追答
追问
左浮动只会出现一列
追答
你没写高度,高度写大点,自然会显示出来的。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>untitle</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.aa{width:300px; height:200px;}
.aa ul{margin:0; padding:0;}
.aa ul li{float:left; padding-left:10px;}
-->
</style>
</head>
<body>
<div class="aa">
<ul>
<li>这里放图片一</li>
<li>这里放图片二</li>
</ul>
</div>
</body>
</html>
这样可以了
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>untitle</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.aa{width:300px; height:200px;}
.aa ul{margin:0; padding:0;}
.aa ul li{float:left; padding-left:10px;}
-->
</style>
</head>
<body>
<div class="aa">
<ul>
<li>这里放图片一</li>
<li>这里放图片二</li>
</ul>
</div>
</body>
</html>
这样可以了
追问
这个只会出现一排,
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询