即如下样式(dashed是虚线样式):
border-left:1px dashed blue
hr是水平分隔线,不能垂直的,如果你要一条垂直的平分线可以用div等块元素来模拟一条,比如:<div style='width:50%float:leftheight:700px'>内容区域
<div style='width:1pxbackground:redfloat:rightheight:700px'><!--这个div模拟一条红色的垂直分割线--></div>
</div>
<div style='width:50%float:leftheight:700px'>内容区域</div>
还有一些其他类似的办法,通过div或者其容器来布局,分割区域
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)