I am trying to correct a table problem.
In IE6, the table (created in VS with ASPX) does display correctly.
Ijn IE8, it adds unwanted horizontal scrollbars, and the columns do not display properly -- they are too spread out without the horizontal scrollbars.
Is there any way to restrain the columns so that the horizontal scrollbars are not needed.
I know how to set overflow to hidden so that the horizontal scrollbars do not appear; however, I still need to set the columns properly.
In IE6, the table (created in VS with ASPX) does display correctly.
Ijn IE8, it adds unwanted horizontal scrollbars, and the columns do not display properly -- they are too spread out without the horizontal scrollbars.
Is there any way to restrain the columns so that the horizontal scrollbars are not needed.
I know how to set overflow to hidden so that the horizontal scrollbars do not appear; however, I still need to set the columns properly.
Comment