Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
<div id="box-container">
<div id="box-top"></div>
<div class="content">
<p>This is the box content</p>
</div> <!-- /content -->
<div id="box-bottom"></div>
</div> <!-- /box-container-->
#box-container {
/* place this anywhere via positioning, floating, etc. */
}
#box-top {
background: url(top.gif) no-repeat;
width: 100px;
height: 20px;
}
#box-container .content {
background: url(bg.gif) repeat-y;
width: 100px;
}
#box-container .content p {
margin: 10px;
}
#box-bottom {
background: url(bottom.gif) no-repeat;
width: 100px;
height: 20px;
}
#box-container .content {
background: url('fondoParagraph1.gif') repeat-y;
width: 558px;
height: 200px;
padding: 10px 0;
}
#box-container .content p {
margin: 0 20px;
}
1 to 13 of 13