为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的还是展示的事一列排列的呢

<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>

正在回答

3 回答

<style type="text/css">
    div{
        border:2px red solid;
        width:200px;
        height:400px;
    }
    #div1{float:left;}    
    #div2{float:right;}
</style>

应该这样,怎么能嵌套着写呢

0 回复 有任何疑惑可以回复我~

div{

    border:2px red solid;

    width:200px;

    height:400px;


}

#div1{float:left;}

#div2{float:right;}

这样才是对的

0 回复 有任何疑惑可以回复我~
div{
    border:2px red solid;
    width:200px;
    height:400px;
}
#div1{float:left;}
#div2{float:right;}

id选择器要拿出来


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我的还是展示的事一列排列的呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信