An alternate to the background image approach, might be something like this:Hi all,
I need to put an image at the bottom of a column. The web page has 3 colored columns using this: http://www.redmelon.net/tstme/3cols2/
HTML
<div class="left">
<h2>Why this is cool:</h2>
<div id="navcontainer"><ul><li>Any total width, easy to modify</li></ul>
</div>
<img src=" whatever.jpg" height="?" width="?" alt="?" title="?" />
</div>
CSS
#navcontainer {....?...}
.left img { margin: 0 0 ?px ?px;}
Best,
David
--
de gustibus non est disputandum
http://www.dlaakso.com/
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
