Published in: HTML
URL: http://www.internetsplash.com/
based on http://snipplr.com/view.php?codeview&id=1460, but actually works stright out of the box
<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>
Comments
Subscribe to comments
You need to login to post a comment.

Not exactly right in IE5.5 but even there looks kinda cool.
why wouldn't you just use background images and css. This adds a lot of extra markup doesn't it?
Hey something looks familiar here.
http://www.html.it/articoli/nifty/index.html