let right table column fill-up window
-
Hi folks, Probably something trivial, but I cannot figure out how to do this the easy way! I have a div of a certain width with therein a table with three columns. I can give the leftmost column a fixed width, since I know I will be putting images in there with a maximum width. The middle column and the rightmost column contain texts. I want the middle column to be sized automatically according to the size of the text in there (still: no problem) However, I want then the rightmost column to take-up the rest of the available space in the relevant div. Now, if I make the table 100% wide, the browser will equally divide the remaining space over the middle and the rightmost columns, which is what I do not want to happen. I want that rightmost column to consume the rest of the space, since I give the rows different background colors (alternating colors to make up a neat table) and it looks good if the rows stretch frmo left to right in the available space. Any suggestions? Thanks in advance William