jsp页面如何弄竖线
<styletype="text/css">#top{background-image:url(../resources/gss/images/t01911e7e6f5f...
<style type="text/css">
#top {
background-image: url(../resources/gss/images/t01911e7e6f5fcf4123.jpg);
background-repeat: repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100px;
}
#left {
position: absolute;
top: 100px;
left: 0px;
width: 19%;
height: 600px;
}
#right {
position: absolute;
top: 100px;
left: 21%;
height: 600px;
}
现在我想在<div id="left">和<div id="right">之间加条竖线,请问我该如何编写 展开
#top {
background-image: url(../resources/gss/images/t01911e7e6f5fcf4123.jpg);
background-repeat: repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100px;
}
#left {
position: absolute;
top: 100px;
left: 0px;
width: 19%;
height: 600px;
}
#right {
position: absolute;
top: 100px;
left: 21%;
height: 600px;
}
现在我想在<div id="left">和<div id="right">之间加条竖线,请问我该如何编写 展开
2个回答
展开全部
给<div id="left">加右边框或者<div id="right">加左边框
就是他们的border属性
就是他们的border属性
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询