Forum Moderators: not2easy
---Begin HTML----
<div id="body">
<div id="blurb">
</div>
<div id="news">
</div>
<div id="mail">
</div>
</div>
---End HTML---
---Begin CSS---
#body {
text-align: right;
height: 680px;
width: 800px;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
#blurb {
margin-top: 20px;
margin-right: 20px;
height: 200px;
width: 400px;
background-image: url(welcome.gif);
background-position: top right;
background-repeat: no-repeat;
background-attachment: scroll;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
#news {
margin-top: 20px;
margin-right: 20px;
height: 200px;
width: 400px;
background-image: url(news.gif);
background-position: top right;
background-repeat: no-repeat;
background-attachment: scroll;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
#mail {
margin-top: 20px;
margin-right: 20px;
height: 200px;
width: 400px;
background-image: url(email.gif);
background-position: top right;
background-repeat: no-repeat;
background-attachment: scroll;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
---End CSS---
Thanks in advance!
~Todd