为什么我的还是展示的事一列排列的呢
<style type="text/css">
div{
border:2px red solid;
width:200px;
height:400px;
#div1{float:left;}
#div2{float:right;}
}
</style>
</head>
<body>
<div id="div1">栏目1</div>
<div id="div2">栏目2</div>
<style type="text/css">
div{
border:2px red solid;
width:200px;
height:400px;
#div1{float:left;}
#div2{float:right;}
}
</style>
</head>
<body>
<div id="div1">栏目1</div>
<div id="div2">栏目2</div>
2017-11-07
举报