Hi,
I have a table with multiple columns. In many cases, the text is longer than the width of the column, however, if the browser is on a larger screen, the text may not fill each cell (this is pretty much how I want it). The one thing I need to change is that I want the text to disappear if it is longer than the cell.
So for instance, if I have a string of text that reads: "Go down stairs and retrieve a cup of water.", and on a 800x600 screen the table cell containing this text is 50px wide. Instead of wrapping down, or forcing the cell to take up the required 200px, I'd rather have all the text hide behind the table once it hits the cell-end. On the same note, if the browser is expanded to 1024x768 resolution, thereby allowing more space, I would like the text to be revealed as it expands.
I am certain I have seen this before, but cannot remember how it was done. Does anyone else know?
-Ovatvvon :-Q
I have a table with multiple columns. In many cases, the text is longer than the width of the column, however, if the browser is on a larger screen, the text may not fill each cell (this is pretty much how I want it). The one thing I need to change is that I want the text to disappear if it is longer than the cell.
So for instance, if I have a string of text that reads: "Go down stairs and retrieve a cup of water.", and on a 800x600 screen the table cell containing this text is 50px wide. Instead of wrapping down, or forcing the cell to take up the required 200px, I'd rather have all the text hide behind the table once it hits the cell-end. On the same note, if the browser is expanded to 1024x768 resolution, thereby allowing more space, I would like the text to be revealed as it expands.
I am certain I have seen this before, but cannot remember how it was done. Does anyone else know?
-Ovatvvon :-Q