Dieses Element hat Punkte als Rahmenmuster. Es hat keine festgelegte Breite und passt sich den aktuellen Gegebenheiten an.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.

Das Style-Sheet für das Rahmenkonstrukt sieht so aus:

P {
   margin: 0.7em 1em;
   }
DIV#border1 {
   background: #ddf
               url(//graphics/newborder-b.gif)
               repeat-y
               right;
   padding: 3px 0;
   border: none;
   margin: 1em;
   position: relative;
   }
DIV#bordertop {
   background: transparent
               url(//graphics/newborder-b.gif)
               repeat-x
               top;
   position: absolute;
   top: 0;
   height: 3px;
   width: 100%
   }
DIV#borderbottom {
   background: transparent
               url(//graphics/newborder-b.gif)
               repeat-x
               top;
   position: absolute;
   bottom: 0;
   height: 3px;
   width: 100%
   }
DIV#border1 P {
   background: transparent
               url(//graphics/newborder-b.gif)
               repeat-y
               left;
   padding: 0.7em 1em;
   margin: 0;
   }

Das HTML sieht so aus:

<div id="border1">
<div id="bordertop"></div>
<div id="borderbottom"></div>
<p>Dieses Element....</p>
</div>