各位大神有人知道怎么在html中设置垂直分割线使文字位于它的两侧吗
展开全部
html中貌似木有垂直分割线。但可以用div来模拟这个垂直分割线:
<div style='width:49%;float:left;height:700px;'>内容区域</div>
<div style='width:1px;border:1px solid red;float:left;height:700px;'><!--这个div模拟一条红色的垂直分割线--></div>
<div style='width:50%;float:left;height:700px;'>内容区域</div>
<div style='width:49%;float:left;height:700px;'>内容区域</div>
<div style='width:1px;border:1px solid red;float:left;height:700px;'><!--这个div模拟一条红色的垂直分割线--></div>
<div style='width:50%;float:left;height:700px;'>内容区域</div>
展开全部
文字 | 文字 另外:你也可以这样设置<div style="border-right:1px solid #000;">文字<div><div>文字<div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
最好画张图看看,要不然不知道你想咋样
追问
就是用一条线把文字分成左右两栏
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |