I have three images set in three different cells in the same table. The cells are all the same height , and all the image are the same height, and they are all placed in a row. This table resides at the absolute top of my web page. What I would like to happen is my middle cell to always remain in the center of the browser window and the two cells at either side to stretch accordingly as the user expands the browser window. I got the right side cell and its graphic to stretch by setting it's WIDTH to100% rather than a pixel dimension -but when I try to do the same for my left side cell and image - it just resets the other right most cell - is there any way to accomplish this? -stretching of the two side cells while keeping my middle cell unstretched and in the middle of the browser window? -Thanks for the help ahead of time.