Published in: CSS
URL: round - fixed width - expand vert
<style> div.middle { width: 335px; background-image: url(middle.png); background-repeat: repeat-y; } div.top { background-image: url(top.png); background-position: top left; background-repeat: no-repeat; } div.bottom { background-image: url(bottom.png); background-position: bottom left; background-repeat: no-repeat; padding: 40px 15px 30px 20px; } </style> <h4> Round - Expands Vertically </h4> <div class="middle"> <div class="top"> <div class="bottom"> <div class="startConfContent"> sgbadfbadfbadfbadfbadfb adfbadfbadfbadfb adfbadfbadfbadfbadfbadfb </div> <!-- // end startConfContent --> </div> <!-- // end bottom --> </div> <!-- // end top --> </div> <!-- // end middle -->
You need to login to post a comment.
