
Code: Select all
div.box_top_center {
background: url('../images/box_top_center.gif') repeat-x top;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #052b4c;
margin: 0px;
background-color: #127508;
}
div.box_top_left {
background: url('../images/box_top_left.gif') no-repeat top left;
}
div.box_top_right {
background: url('../images/box_top_right.gif') no-repeat top right;
}
div.box_content {
background-color: #e1ede1;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #052b4c;
padding: 10px;
margin: 0px 0px 20px 0px;
}
Code: Select all
<div class="box_top_center">
<div class="box_top_left">
<div class="box_top_right">
<h1 class="bar_title">Sidebar</h1>
</div>
</div>
</div>
<div class="box_content">
hello this is just a bunch of text blah balh blah hello this is just a bunch of text blah balh blah hello this is just a bunch of text blah balh blah hello this is just a bunch of text blah balh blah hello this is just a bunch of text blah balh blah
</div>