Forum Moderators: not2easy
#MainBody
{
margin-left:10%;
margin-right:10%;
min-width:800px;
}
.Border_top
{
background-image:url(../images/main_top.png); /* Border image */
background-repeat:repeat-x;
background-attachment:fixed;
background-position:0% 0%;
width:100%;
}
<div id="MainBody">
<div class="Border_top">
Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
</div>
</div>
.Border_top
{
background-image:url(../images/main_top.png); /* Border image */
background-repeat:repeat-x;
float:left;
width:100%;
}
You can also put a border on the div just to see what's happening.