I am trying to figure out how to create 3 divs and have them lineup in the same row.
Having 1st and 3rd one fixed width at 100px and have the 2nd (middle) one audo adjust its width in case of browser resize.
<div>
<div id="d1"> content 1</div>
<div id="d2"> content 2</div>
<div id="d3"> content 3</div>
</div>
thanks,
http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htmStrike that, many extra divs to ensure all columns are equal height. This may be what you’re looking for. All explained in this excellent article: http://www.alistapart.com/articles/holygrail