, - , . .
:
Content before.
<div class="rectangle">
<div class="top line"></div>
Content inside.
<div class="bottom line"></div>
</div>
Content after.
.top.line .bottom.line , . , HTML- .
. 20px. , div, .rectangle.
.rectangle {
margin: 20px 0;
border: 1px dotted black;
}
.line , . , .line. , 50%, , , 80% ..
.line {
border-right: 1px dotted black;
width: 50%;
height: 20px;
}
, div, . border-width padding .rectangle. .rectangle , a border-width 1, 1 20 -21px.
.top.line { margin-top: -21px; }
.bottom.line { margin-bottom: -21px; }
.: , .top.line .bottom.line padding-top + border-top-width.
: http://jsfiddle.net/QJNHL/
P.S.: , "set-like", . http://jsfiddle.net/34yHs/