I have a table that I build dynamicly with ASP. I have unlimited height allowance but only 601 px width allowance. I have put the table into a div with a width of 601px and set the overflow-x style to auto. Theoreticly that will give me a scrollbar on the bottom but not make the table get any wider but if the form needs to be higher then it just is, no changes. That part works. my problem is that the scrollbar it adds covers 1/2 of the last row in the table rather than after it, which of course is no good at all.
Anyone run into this before?
Thanks in advance,
Michael