/ Published in: HTML

based on http://snipplr.com/view.php?codeview&id=1460, but actually works stright out of the box
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<div id="container"> <b class="rtop"> </b> <!--content goes here --> <b class="rbottom"> </b> </div> <div id="container"> <b class="rtop"> </b> <!--content goes here --> <b class="rbottom"> </b> </div> <div id="container"> <b class="rtop"> </b> <!--content goes here --> <b class="rbottom"> </b> #container { margin-bottom:30px; } .rtop, .rbottom{display:block; } .rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: red;} .r1{margin: 0 5px;} .r2{margin: 0 3px } .r3{margin: 0 2px; } .r4{margin: 0 1px; height: 2px;} </style>
URL: http://www.internetsplash.com/
Comments
