yo ben600,
i think this does what you were looking for.
HTML Code:
<html>
<head>
<style tyle="text/css">
body {
font: 11pt arial, sans-serif;
}
#container {
margin: 5px auto;
background: #000 url(http://piy.dc5b.com/img/PIY-roller-dude_01.gif) no-repeat left bottom;
width: 779px;
}
div#leftbar {
width: 250px;
color: #ffd600;
float: left;
}
div#rightbar {
margin-left: 250px;
padding: 4px;
background-color: #fff;
border: 1px solid #f00;
}
#spacer {
height: 300px;
}
</style>
</head>
<body>
<div id="container">
<div id="leftbar">
<p>Menu (pulled in from php)</p>
<div id="search">Search</div>
</div>
<div id="rightbar">
<h1>MAIN CONTENT</h1>
<p>left bar should stretch to bottom of this column.</p>
<p>Image in left column should align to the bottom of the black leftbar. I forced a height on the left bar to show it should touch the bottom (but doesn't) when the height is greater than sized for the content.</p>
<p>Thanks for your help!</p>
<div id="spacer"></div>
</div>
</div>
</body>
</html>
Take a look. Any questions, feel free to ask.
Peace
dog
Bookmarks