Hi, thanks again - I amended the code to fixed width, even narrowed the blog to 470px - the sidebar is 250px, and set total width for the content area to 870px.
Here's a screenshot of the result:
And the CSS:
(for the blog)
width: 470px;
float: left;
display: inline;
margin-bottom: 50px;
margin-left: 10px;
font-size:85%;
background:url("http://www.blogblog.com/dots/bg_dots2.gif") -100px -100px;
padding:30px 10px 15px;
(for the sidebox)
/* Show only to IE PC \*/
* html .boxhead2 h2 {height: 1%;} /* For IE 5 PC */
.sidebox2 {
float: right;
width: 250px;
background: url(images/sbbody2-r.jpg) no-repeat bottom right;
font-size: 90%;
}
.boxhead2 {
background: url(images/sbhead2-r.jpg) no-repeat top right;
margin: 0;
padding: 0;
text-align: center;
}
.boxhead2 h2 {
background: url(images/sbhead2-l.jpg) no-repeat top left;
margin: 0;
padding: 22px 30px 5px;
font-family: Tahoma, Arial, sans-serif;
font-size: 1.2em;
color: white;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody2 {
background: url(images/sbbody2-l.jpg) no-repeat bottom left;
margin: 0;
padding: 5px 30px 31px;
}
.boxbody2 .more {
padding-top: 15px;
border-top: 1px dashed #CCCCCC;
}
(overall content)
width: 870px;
margin: 0 auto;
margin-top: 20px;
Appreciate the suggestions thus far - anyone else have any ideas?