Hi,
Why don't you place the image at the bottom of #wrapper because that is the only element that will be at the bottom of both columns.
e.g.
Code:
#wrapper
{
width: 778px;
margin-left: 10px;
float: left;
border: 1px solid #000000;
/*margin: 0px auto;*/
background:#4a4a4a url(http://www.profilecoachbuilders.com/dev/images/_layout/body_logo.gif) no-repeat right bottom;
display:inline;/* ie double margin bug fix*/
}
This image below is 1px to big to fit and will cause the column to drop in IE.
Code:
<img src="http://www.profilecoachbuilders.com/dev/images/_gallery/profile1.jpg" alt="Click here to see the latest pictures from Profile Coach Builders" width="200" height="269" style="border: 1px solid #000000;" />
The available space is only 270px yet you have an image that is 271px wide including its borders.
Bookmarks